Conduit Explorer is the default block explorer bundled with every Conduit chain. It’s available immediately when your chain launches—no setup, no waiting on indexing, and no extra infrastructure.
Pages load fast. Because Conduit Explorer reads directly from the chain’s RPC endpoint and skips the indexing layer that traditional explorers rely on, blocks, transactions, and contract data appear with minimal latency.
See it in action on Zora Mainnet.
The search bar appears on the home page and at the top of every page. It accepts:
A keyboard shortcut focuses the search bar from anywhere in Conduit Explorer.
Conduit Explorer paginates the block list and updates it live as new blocks arrive.
The block detail page shows block metadata, gas usage, and a paginated list of the transactions in the block with decoded descriptions.
A separate block countdown page estimates the time remaining until a future block.
The transaction detail page uses tabs to surface the most important information up front:
Every transaction has a dedicated receipt page designed for sharing and archiving:
The address page adapts to the type of account:
Conduit Explorer displays verified source code with syntax highlighting for Solidity, Vyper, and Rust. For contracts without verified source, Conduit Explorer automatically detects function and event signatures so calls and logs remain readable. See Verify contracts with Sourcify for instructions on verifying your own contracts.
Read-only contract calls work without connecting a wallet. To call write functions, connect an injected wallet such as MetaMask. Conduit Explorer estimates gas and shows real-time transaction status.
Conduit Explorer detects proxy contracts automatically and loads the implementation contract’s ABI for interaction.
Conduit Explorer is a good fit when you need a block explorer that’s:
Indexing-backed explorer features are available as a paid add-on through Blockscout Hosted. Add Blockscout Hosted (or another indexed explorer) when you need:
The following table compares Conduit Explorer to Blockscout in detail so you can decide whether you also need a Blockscout Hosted add-on for indexing-backed features such as address transaction history, token holder lists, or a public API.