When does BaseScan make sense?
Choose BaseScan if your users expect Etherscan-style transaction, address, token, and contract pages.
Comparison
Both explorers completed the core WETH lookup, transaction, and verified-contract checks in this run. For the same unauthenticated contract.getabi operation, Blockscout returned the ABI while the BaseScan-backed endpoint required an API key. Choose against the exact support or developer task and keep a second explorer available for cross-checking.
Updated July 18, 2026. Sponsored and affiliate relationships are labeled when active.
| Product | Best For | Pricing | Free Tier | Networks / rails | Disclosure |
|---|---|---|---|---|---|
| BaseScan | Users and developers who want Etherscan-style Base exploration. | Free public explorer; API plans may vary. | Yes | Base | Organic |
| Blockscout Base Explorer | Users who want an open-source explorer view and contract/address pages. | Free public explorer. | Yes | Base | Organic |
Evidence run
Point-in-time observations with the tested inputs, source URLs, and available evidence artifacts kept together.
Network: Base mainnet
Object: Wrapped Ether (WETH) 0x4200000000000000000000000000000000000006
Transaction: 0xfe7bb2457601dc46492d4450079079f41d7f818b8338ea075407e6c97f2d5650
| Task | Input | Result | First-hand observation | Evidence |
|---|---|---|---|---|
| Object lookup | Base WETH contract addressOperation: lookup-weth-contract | Pass | Curl returned 200 HTML naming Wrapped Ether (WETH), the exact address, and a verified contract. | Open source Visual evidence unavailable: signed-out Playwright stopped at Cloudflare verification. |
| Transaction detail | Shared WETH withdrawal transactionOperation: inspect-shared-weth-transaction | Pass | Curl returned transaction HTML showing Success, an unwrap of 3.46 WETH, and the exact WETH contract as the recipient. | Open source Visual evidence unavailable: signed-out Playwright stopped at Cloudflare verification. |
| Verified source / ABI | Base WETH contract code tabOperation: inspect-verified-weth-source-and-abi | Pass | Curl returned the WETH9 source section and a Contract ABI for the verified contract. | Open source Visual evidence unavailable: signed-out Playwright stopped at Cloudflare verification. |
| API / export | Unauthenticated Base WETH contract.getabi requestOperation: retrieve-weth-contract-abi | Partial | The API returned HTTP 200 JSON with Missing/Invalid API Key, so the route was reachable but did not return the ABI without credentials. | Open source Open screenshot
|
| Task | Input | Result | First-hand observation | Evidence |
|---|---|---|---|---|
| Object lookup | Base WETH contract addressOperation: lookup-weth-contract | Pass | The public UI loaded Contract details for the exact address, labeled the token L2 Standard Bridged WETH (Base), and showed contract verification. | Open source Open screenshot |
| Transaction detail | Shared WETH withdrawal transactionOperation: inspect-shared-weth-transaction | Pass | The public UI showed Success, method withdraw, the sender, the WETH contract, and 3.460367872863353856 WETH burned. | Open source Open screenshot |
| Verified source / ABI | Base WETH smart-contract APIOperation: inspect-verified-weth-source-and-abi | Pass | The unauthenticated API returned is_verified true, contract name WETH9, WETH9.sol source containing contract WETH9, and a 16-entry ABI. | Open source Open raw response
SHA-256 |
| API / export | Unauthenticated Base WETH contract.getabi requestOperation: retrieve-weth-contract-abi | Pass | The Etherscan-compatible API returned status 1 and message OK; its result parsed as a 16-entry ABI for the Base WETH contract. | Open source Open raw response
SHA-256 |
Before you choose
Start with the table, then verify the current product docs, pricing pages, custody or control model, network support, and support terms before a rollout. This is a research aid, not a recommendation to transact, custody assets, file taxes, or treat any product as risk-free.
Questions teams ask
Choose BaseScan if your users expect Etherscan-style transaction, address, token, and contract pages.
Choose Blockscout if open-source explorer infrastructure or an alternate Base explorer view matters.