BootnodeBootnode
Go to Dashboard
Block Explorer

Your chain, fully visible

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.

120+
Explorers Deployed
5B+
Indexed Blocks
800K+
Verified Contracts
<5 min
Time to Deploy

Why deploy your own explorer?

Public explorers are generic. Your chain deserves a dedicated explorer with your branding, your analytics, and an API your developers can rely on.

  • Full brand control
    Your logo, colors, domain, and custom links. The explorer feels like part of your ecosystem, not a third-party tool.
  • Dedicated indexing
    No shared infrastructure. Your explorer indexes your chain with priority, delivering sub-second search results.
  • Developer API
    Every explorer includes a full REST API for contract verification, transaction lookup, token balances, and analytics export.
  • Works with any EVM chain
    Ethereum L1, OP Stack rollups, Arbitrum Orbit, Lux subnets, or any EVM-compatible network.

Transaction Search

Search by address, transaction hash, block number, token name, or ENS. Advanced filters for value ranges, method signatures, and date ranges. Results in milliseconds.

Contract Verification

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.

Everything included out of the box

A production-ready block explorer with indexing, API, analytics, and branding—fully managed by Bootnode.

Full-Text Search

Instant search across transactions, addresses, tokens, blocks, and verified contracts. Autocomplete and fuzzy matching included.

Contract Verification

Solidity and Vyper multi-file verification. Automatically generates read/write UI, event decoding, and ABI explorer for verified contracts.

Token Tracking

ERC-20, ERC-721, and ERC-1155 token pages with holder lists, transfer history, and real-time supply tracking out of the box.

On-Chain Analytics

Built-in charts for daily transactions, active addresses, gas usage, contract deployments, and token transfer volume.

REST & GraphQL API

Etherscan-compatible REST API plus a GraphQL endpoint. Your developers can integrate programmatic access from day one.

Custom Branding

Your logo, color scheme, favicon, domain, and footer links. White-label the explorer as a seamless part of your chain ecosystem.

Real-Time Indexing

New blocks and transactions appear within seconds. WebSocket subscriptions for live updates on addresses and contract events.

Admin Dashboard

Manage verified contracts, featured tokens, banner announcements, and API keys through the Bootnode dashboard.

Multi-Chain Ready

Deploy explorers for multiple chains from one account. Each explorer gets its own domain, branding, and indexer.

Live in under five minutes

Connect your chain's RPC, customize the look, and Bootnode handles the rest.

1

Connect

Provide your chain's RPC endpoint and chain ID. Works with any EVM-compatible network.

2

Brand

Upload your logo, choose colors, set your custom domain, and configure footer links.

3

Index

Bootnode spins up a dedicated indexer. Historical blocks are backfilled while new blocks stream in real-time.

4

Launch

Your explorer is live. Share the URL, enable the API, and let your community explore.

Etherscan-compatible API included

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"

Every chain deserves a great explorer

Deploy a branded, fully-featured block explorer for your network in minutes. Free tier available for testnets.