Skip to main content
  • Blockscout is transparent, open-source software. Supported by the community for the community good.
  • Blockscout adds new features regularly and offers support quickly.
  • Blockscout provides fast and reliable chain information, and robust APIs for developers.
  • Blockscout is a proven explorer with a long track record, ecosystem-wide support, high data availability, and a rich feature set
  • other explorer do not offer.
  • Deep Search
  • Advanced Contract Interaction
  • JSON RPC & REST APIs
  • User Operations
  • Dapp Marketplace
  • Enhanced Metadata
  • DEX tracker
  • Interop explorer in progress
Change links in your application to point to Blockscout
  • Update primary links. Update all code within an application by replacing the front part of the url. Link Switch Guide
  • Update wallet links: Many wallets can be updated manually to switch the primary explorer link to Blockscout. Wallet Update Guide
  • Link conversions: Some Blockscout links are not 1-to-1 with Etherscan, mostly for newer features such as blobs and user ops. Expand to see the full link conversion table, and scroll horizontally to view all link information. URL Comparison Guide

API updates

No API key is required for Blockscout, but you can use our free API key to access higher limits if needed. If you have higher or custom needs, contact us to discuss individual situations.

1. Account/Address Endpoints\

module=account
BlockscoutEtherscanPurpose
action=eth_get_balanceMimics Ethereum JSON RPC’s eth_getBalance
action=balanceGet Ether Balance for Single Address
action=balancemultiGet Ether Balance for Multiple Addresses
action=pendingtxlistGet Pending Transactions by Address
action=txlistGet Normal Transactions by Address
action=txlistinternalGet Internal Transactions by Address
action=tokentxGet ERC20 Token Transfers
action=tokennfttxGet ERC721 Token Transfers
action=token1155txGet ERC1155 Token Transfers
action=token404txGet ERC-404 token transfer events by address
action=tokenbalanceGet Token Balance for Address
action=tokenlistGet list of tokens owned by address
action=getminedblocksGet list of blocks mined by address
action=listaccountsGet a list of accounts and their balances
action=txsBeaconWithdrawalGet Beacon Chain Withdrawals by Address and Block Range
action=balancehistory✅ (PRO)Get Historical Ether Balance for an Address By BlockNo

2. Contract Endpoints

module=contract

BlockscoutEtherscanPurpose
action=listcontractsGet list of any deployed contract
action=getabiGet Contract ABI for verified contracts
action=getsourcecodeGet contract source code for a verified contract
action=getcontractcreationGet contract creator address hash and creation transaction hash
action=verifyVerify Contract with Source Code
action=verifysourcecodeVerify Contract with JSON file
action=checkverifystatusCheck Verification Status
action=verifyproxycontractGet Internal Transactions by Address
action=checkproxyverificationGet ERC20 Token Transfers
action=verify_via_scourcifyVerify a contract through
Sourcify
action=verify_vyper_contractVerify a Vyper contract

3. Transaction Endpoints

module=transaction

BlockscoutEtherscanPurpose
action=gettxinfoGet Transaction info including block number, sender, gas, +++
action=gettxreceiptstatusGet Transaction Receipt Status
action=getstatusGet Transaction Execution Status

4. Block Endpoints

module=block
BlockscoutEtherscanPurpose
action=getblockrewardGet Block Rewards
action=getblockcountdownGet Block Countdown
action=getblocknobytimeGet Block Number by Time
action=eth_block_numberMimics Ethereum JSON RPC’s eth_blockNumber.



action=dailyavgblocksize
✅ (PRO)Get Daily Average Block Size
action=dailyblkcount✅ (PRO)Get Daily Block Count and Rewards
action=dailyblockrewards✅ (PRO)Get Daily Block Rewards
action=dailyavgblocktime✅ (PRO)Get Daily Average Time for A Block to be Included in the chain
action=dailyuncleblkcount✅ (PRO)Get Daily Uncle Block Count and Rewards

5. Token Endpoints

module=token

Note other endpoints contain token specific information including module=stats and module=account.
BlockscoutEtherscanPurpose
action=getTokenGet Token Information
action=getTokenHoldersGet Token Holders
action=bridgedtokenlistGet Bridged Tokens
action=tokenholderlist✅ (PRO)Get Token Holders
action=tokenholdercount✅ (PRO)Number of ERC20 token holders
action=tokeninfo✅ (PRO)Token project info

6. Logs/Events Endpoints

module=logs

Both Etherscan and Blockscout use the getLogs endpoint which includes enhanced filtering capabilities
  • action=getLogs - Get Event Logs by Address/Topics/Block Range

7. Proxy/ETH RPC Endpoints

Etherscan uses the Proxy module module=proxy to retrieve standard Ethereum JSON-RPC methods.For Blockscout, send requests to https://explorer.optimism.io/api/eth-rpcThe following methods are supported:
  • eth_blockNumber
  • eth_getBalance
  • eth_getLogs
  • eth_gasPrice
  • eth_getTransactionByHash
  • eth_getTransactionReceipt
  • eth_chainId
  • eth_maxPriorityFeePerGas
  • eth_getTransactionCount
  • eth_getCode
  • eth_getStorageAt
  • eth_estimateGas
  • eth_getBlockByNumber
  • eth_getBlockByHash
  • eth_sendRawTransaction
  • eth_call

8. Stats/Network Information

module=stats

In addition to these stats, Blockscout provides general chain stats via the REST API.
BlockscoutEtherscanPurpose
tokensupplyGet Token Information
ethsupplyexchangetotal supply in Wei from exchange
ethsupplyGet total supply in Wei from DB
ethsupply2Get amount of Ether in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn ETH from the beacon chain
coinsupplyGet total coin supply from DB minus burnt number
ethpriceGet latest price of native coin in USD and BTC
coinpriceGet latest price of native coin in USD and BTC in more general format
totalfeesGet total transaction fees in Wei paid by users to validators per day
chainsizeGet the size of the Ethereum blockchain, in bytes, over a date range.
nodecount✅ (PRO)Get total number of discoverable Ethereum nodes
dailytxnfee✅ (PRO)Get Daily Network Transaction Fee
dailynewaddress✅ (PRO)Get Daily New Address Count
dailynetutilization✅ (PRO)Get Daily Network Utilization
dailyavghashrate✅ (PRO)Get Daily Average Network Hash Rate
dailytx✅ (PRO)Get Daily Transaction Count
dailyavgnetdifficulty✅ (PRO)Get Daily Average Network Difficulty
ethdailyprice✅ (PRO)Get Ether Historical Price

9. Gas Tracking

Etherscan Gas Tracker (module=gastracker)
  • action=gasoracle - Get Gas Oracle
  • action=gasestimate - Get Gas Estimate
Blockscout
  • ✅ Gas information integrated into transaction and block data

Contract verification process

Blockscout offers advanced contract verification and interaction possibilities. Pre-existing contracts in various contexts are verified automatically (partial verification - which exposes the contract and methods) via the Ethereum bytecode DB. New contracts (Solidity, Vyper, Yul) can be verified via dev tools or directly in the Blockscout UI.
Contract verification guide

My Account

Blockscout My Account lets you create watchlists, customize your explorer with private tags, create free API keys for extended use and more. My Account Guide

Making the most of your explorer experience

Switching from Etherscan

If you are used to using Etherscan, it is easy to switch to Blockscout. Most information is presented in a similar manner and in similar places in the UI with parity in data presentation.

Additional Blockscout feature set

An itemized list of over 60 features and views available on Blockscout that are not available on Optimistic Etherscan is available here.
  • DAppscout DApp marketplace providing dapp discovery and interaction features.
  • BENS in addition to ENS support, protocols can submit their subgraphs to be supported. Blockscout allows multiple protocols to co-exist within a single network.
  • Ads and banner control - Ability to add and curate own ads/banners
  • Public tagging - a central microservice allows tags enabled on mainnet to be shown on other chains. This is especially useful for malicious address display.
  • Vera and BytecodeDB Bytecode match works for verification info on multiple chains
  • Roadmap, research and rollup-specific features
    • Rollup-specific feature support (e.g. Fault proofs)
    • DA support (e.g. Celestia)

Additional Etherscan feature set (features not yet available on Blockscout)

Using Dappscout

Dappscout is a decentralized application marketplace built into Blockscout. It features a list of dapps available on Optimism. Dappscout Guide
I