Deploy a branded block explorer for any EVM chain, rollup, or subnet. Full transaction search, contract verification, token tracking, and analytics—ready in minutes, managed by Bootnode.
Public explorers are generic. Your chain deserves a dedicated explorer with your branding, your analytics, and an API your developers can rely on.
Search by address, transaction hash, block number, token name, or ENS. Advanced filters for value ranges, method signatures, and date ranges. Results in milliseconds.
Solidity and Vyper source verification with multi-file and JSON input support. Verified contracts get read/write UI, ABI decoding, and event log parsing automatically.
A production-ready block explorer with indexing, API, analytics, and branding—fully managed by Bootnode.
Instant search across transactions, addresses, tokens, blocks, and verified contracts. Autocomplete and fuzzy matching included.
Solidity and Vyper multi-file verification. Automatically generates read/write UI, event decoding, and ABI explorer for verified contracts.
ERC-20, ERC-721, and ERC-1155 token pages with holder lists, transfer history, and real-time supply tracking out of the box.
Built-in charts for daily transactions, active addresses, gas usage, contract deployments, and token transfer volume.
Etherscan-compatible REST API plus a GraphQL endpoint. Your developers can integrate programmatic access from day one.
Your logo, color scheme, favicon, domain, and footer links. White-label the explorer as a seamless part of your chain ecosystem.
New blocks and transactions appear within seconds. WebSocket subscriptions for live updates on addresses and contract events.
Manage verified contracts, featured tokens, banner announcements, and API keys through the Bootnode dashboard.
Deploy explorers for multiple chains from one account. Each explorer gets its own domain, branding, and indexer.
Connect your chain's RPC, customize the look, and Bootnode handles the rest.
Provide your chain's RPC endpoint and chain ID. Works with any EVM-compatible network.
Upload your logo, choose colors, set your custom domain, and configure footer links.
Bootnode spins up a dedicated indexer. Historical blocks are backfilled while new blocks stream in real-time.
Your explorer is live. Share the URL, enable the API, and let your community explore.
Every explorer ships with a REST API that is compatible with the Etherscan API standard. Existing tools, scripts, and integrations work without changes.
# Verify a contract
curl -X POST https://explorer.yourchain.com/api \
-d "module=contract" \
-d "action=verifysourcecode" \
-d "contractaddress=0x..." \
-d "sourceCode=@MyContract.sol" \
-d "compilerversion=v0.8.20"
# Get token holders
curl "https://explorer.yourchain.com/api\
?module=token\
&action=tokenholderlist\
&contractaddress=0x...\
&page=1&offset=100"
# Transaction list for address
curl "https://explorer.yourchain.com/api\
?module=account\
&action=txlist\
&address=0x...\
&startblock=0&endblock=latest"Deploy a branded, fully-featured block explorer for your network in minutes. Free tier available for testnets.