Ship Faster with Autoscout: Deploy a Block Explorer with Status, Logs, and Advanced Features

Deploy a production-ready block explorer faster with Autoscout. Learn how to launch, monitor status, inspect logs, and customize advanced features for EVM chains.

Deploy block explorer autoscout blockscout custom easy

Autoscout serves as Blockscout's launchpad, enabling users to deploy fully operational blockchain explorers in just a few minutes. It is perfect for EVM-compatible chains, supporting both mainnets and rollups such as OP Stack, Arbitrum, and Polygon zkEVM.

Recently, Autoscout has added new functionalities for monitoring status and accessing logs. In this article, I will provide a comprehensive, step-by-step guide to initializing a new instance using a smaller-chain Remote Procedure Call (RPC) for indexing, and to check the status and inspect the logs.

autoscout how it works deploy block explorer

Step 1: Signing Up and Getting Credits

Visit https://deploy.blockscout.com/ and create an account.

For testing, join the Blockscout Discord and request free credits in the #autoscout channel.

For production, purchase credits via Stripe; pricing starts at $250/mo for X-Small instances (ideal for new chains with low traffic) and scales up to $950/mo for Large instances handling 1M+ transactions per day.

Autoscout dashboard set up

Once logged in, you'll see your dashboard, which includes your balance information and options to add instances.

Step 2: Creating a New Instance

Click "Add Instance" and select your instance size.

I went with X-Small for the testnet to keep costs low and indexing fast.

create block explorer instance with Autoscout

Fill in the chain details:

  • Chain name and ID (e.g., "Sepolia Testnet" and 11155111).
  • Gas token symbol (ETH for Sepolia).
  • Node type (Not needed for Sepolia testnet).
  • RPC URLs: Provide an HTTPS RPC and WebSocket URL. I used an Alchemy Sepolia RPC for quick setup.
  • If it's a rollup, specify the stack (not needed for Sepolia).
  • Optional: Chain spec JSON link, public RPC for wallets, and WalletConnect ID for contract interactions.

Using a smaller chain ensured my explorer started syncing blocks almost immediately, much faster than previous mainnet attempts.

Step 3: Customizing Branding

In the Branding tab, upload logos (light/dark modes), set color themes, add banners, customize the layout, favicon, SEO metadata, and even footer links.

customize block explorer branding

Step 4: Indexing

The indexing section lets you configure parameters for your indexer.

You can go ahead and deploy with the defaults

indexer config block explorer autoscout

For this instance, I would disable the pending transactions fetcher. It's disabled because free RPC endpoints don't support it, and it's not critical for a functional block explorer.

congif block explorer using autoscout RPC endpoints

Click "Save and deploy".

Accessing Logs and Status

Direct log access is a new addition to Autosocut.

In the instance dashboard, the "Logs" section pulls server and indexing logs for review. This helps identify errors such as failed block fetches or configuration issues without requiring support tickets.

autoscout logs and status

Click the “logs” to access the logs dashboard.

autoscout block explorer logs

From the dashboard, you can see any errors and also check the Status tab.

autoscout block explorer status

Click copy on the error message, and paste it into ChatGPT or Claude.

blockscout claude MCP
⚠️
This is happening because of my free-tier RPC endpoint.
autoscout config block explorer dashboard

To fix this, I reduced the indexer parameters to slow requests, but this also slowed indexing overall.

Add Plugins

You can now also enable plugins such as Advanced Stats for deeper insights into gas usage, block times, and throughput for your explorer.

autoscout block explorer plugins
💡
Whenever you make changes to your instance, you'll have to redeploy it for the changes to take effect.

Conclusion

Autoscout removes nearly all the friction from launching and operating a production-grade Blockscout explorer. You can stand up a fully functional explorer in minutes, validate your configuration quickly, and iterate without burning time or budget.

The new status and log visibility make debugging straightforward, turning RPC limitations or indexing hiccups into solvable configuration issues rather than blockers. Whether you’re testing a new EVM chain, spinning up a rollup explorer, or preparing for mainnet, Autoscout provides a fast, transparent, and scalable path from zero to a live blockchain explorer.