Blockchair
20 chains · 2016
A search engine for twenty blockchains with filtering and aggregation that behaves more like SQL than a lookup box.
Independent · Vendor-neutral · Updated 17 September 2026
Fifty explorers, fourteen chains, six criteria each. We paste the same hashes into all of them, time the responses, read the API docs properly and write down what we find — including the parts the explorers would rather you skipped.
The six criteria, applied to all fifty
Live network data, read from public nodes right now
BTC block height
0000000
Next-block fee
0000000
Mempool backlog
0000000
ETH block height
0000000
Live from public node APIs · updates on load · —
Any percentage shown is Bitcoin's next mining difficulty retarget, a protocol parameter. It is
not an asset price or a measure of investment performance.
The site is organised around the question you arrived with, not around our menu structure. Five sections, and each one links into the others where it makes sense.
50 reviews
Every explorer we have tested, ranked, filterable by chain, API tier, open-source status and whether it works without JavaScript.
Open14 chains
Bitcoin reads nothing like Solana, and Solana reads nothing like TON. One page per chain, covering the explorers that handle its particular quirks.
Open12 guides
What a confirmation actually means, why your transaction is stuck, how to read a contract before you sign, and what an explorer learns about you.
OpenLive data
A multi-chain lookup, a Bitcoin fee tracker and a network dashboard — all reading from public node APIs, none of them asking you to sign anything.
OpenStay safe
Cloned explorers are convincing and they are built to harvest seed phrases. What the copies get wrong, and the checks that take ten seconds.
OpenFor developers
Which endpoints are still free without a key in 2026, what each rate limit really is, and the ones we could not get working at all.
OpenRanked by weighted score
Scores are weighted towards data depth and chain coverage, because those are what people actually run out of. Privacy carries real weight too, which is why a couple of household names sit lower here than their popularity would suggest. The full weighting is on our methodology page.
20 chains · 2016
A search engine for twenty blockchains with filtering and aggregation that behaves more like SQL than a lookup box.
1 chain · 2019
A Bitcoin explorer organised around the mempool and fee market rather than around confirmed history.
60 chains · 2015
The reference explorer for Ethereum and, through its V2 API, around sixty EVM networks on a single key.
1 chain · 2023
The mempool.space codebase pointed at Litecoin, including MWEB support.
30 chains · 2022
A deliberately minimal multi-chain explorer built for speed, with bulk data dumps published openly.
120 chains · 2018
The open-source EVM explorer most rollups deploy on day one, run both as hosted instances and by the chains themselves.
100 chains · 2019
The multi-network explorer for Polkadot, Kusama and the wider Substrate ecosystem, including governance and staking.
2 chains · 2018
Blockstream’s Esplora instance: an austere Bitcoin and Liquid explorer with a completely open API.
Almost everyone who touches crypto ends up on a block explorer within their first week, usually in a slightly panicked state. They have sent something and it has not arrived. They have been given a transaction ID by a support agent and told to check it. They have been sent a screenshot by someone on the internet who claims it proves a payment. The explorer is where all of those questions go to be answered, and almost nobody explains how to read what comes back.
The tools themselves are not the problem. Most of them are technically excellent, and several are free in a way that is genuinely remarkable given what they cost to run — a full Bitcoin node with a transaction index is a serious piece of infrastructure, and Blockstream hands out API access to it without so much as an email address. The problem is that these tools were built by engineers for engineers, and the interfaces assume you already know what a change output is, why the "amount" on a Bitcoin transaction is usually wrong, or what it means that a Base transaction is confirmed but not yet settled.
So this site does two things. It reviews the explorers properly, against criteria that are written down and applied the same way every time. And it explains the ledger underneath, in the specific places where the interface misleads you.
Every explorer gets the same treatment. We paste in a fixed set of reference items — the genesis block, a transaction with an unusually large number of inputs, an address with a long history, a failed contract call, a pending transaction sitting in the mempool — and record what each explorer does with them. Anything that is wrong, missing or silently rounded goes in the notes.
Then we read the API documentation and actually call the endpoints. This matters more than it sounds, because published rate limits and real rate limits are frequently different numbers. It is also how we caught the shift that happened this year: several explorers that were genuinely keyless in 2024 now require registration, and a few of the "free" tiers have quietly become small enough that you would exhaust them during a single afternoon of development.
The privacy score is the one that produces the most argument. An explorer that logs every lookup, fingerprints the browser and shares data with a commercial analytics arm is doing something meaningfully different from one that serves static pages over an onion address. Both can be excellent at showing you a transaction. Only one of them keeps that lookup between you and the ledger. We do not pretend that difference is a matter of taste.
This is the section people skip and then email us about, so it comes early. A block explorer is a window onto data that already exists. It cannot reverse a transaction, cancel one, or recover funds sent to the wrong address. It has no relationship with your wallet and no ability to act on your behalf. If a page or a person tells you that it can, you are being set up.
It also cannot tell you who owns an address. Analytics platforms such as Arkham attach names to wallets by combining on-chain patterns with off-chain information, and they are often right, but "often right" is not the same as authoritative. Attribution is inference. Treat a label as a hypothesis rather than a fact, particularly if you are about to make a decision based on it.
And it cannot show you what is not there. On Monero the amounts, senders and recipients are cryptographically hidden, so an explorer can confirm a transaction exists and essentially nothing else. On Litecoin's MWEB the same thing is true inside the extension block. An explorer showing you a blank where you expected a figure is usually working correctly.
First, the amount. On any UTXO chain — Bitcoin, Litecoin, Dogecoin, Bitcoin Cash — a transaction spends whole outputs and sends the remainder back to itself as change. An explorer that reports "total output" will therefore show a number far larger than what was actually paid to anyone. Someone sending 0.01 BTC from a wallet holding 2 BTC produces a transaction with roughly 2 BTC of output, and screenshots of exactly this have been used to convince people that enormous sums were moved. Our field guide to reading a Bitcoin transaction works through a real example.
Second, confirmations. There is no universal number. One confirmation on Bitcoin represents about ten minutes and a great deal of accumulated work; one confirmation on a chain producing blocks every two seconds does not. Exchanges publish their own thresholds and those thresholds are the ones that govern when your deposit credits, regardless of what the explorer says.
Third, finality on rollups. A transaction on Base or Polygon shows as confirmed almost immediately, but it is not settled on Ethereum until its batch is posted and — for optimistic rollups — the challenge window has elapsed. Two different timestamps, two different meanings, one word on the interface.
Every API claim on this site comes from a request we made, dated, rather than from a pricing page. That sounds like pedantry until you run the requests, at which point the gap turns out to be wide and consistently in one direction.
Blockchair documents roughly thirty requests a
minute on its keyless tier. Testing it on 17 September 2026 we were cut off after about
ten — not throttled but blacklisted, HTTP 430, every endpoint including the
free stats call that had worked a second earlier. That distinction decides an
architecture. A throttle you back off from; a block you cannot, and if the requests come
from one server rather than from each visitor's browser, a single burst takes the
feature down for everyone.
Etherscan advertises around sixty networks under one V2 key and roughly ninety per cent chain coverage on the free tier. Both true, and both misleading: the percentage counts chains, not usage. A free key answered on Ethereum, Polygon, Arbitrum, Linea and Blast, and was refused outright on Base, BNB Smart Chain, Optimism, Gnosis and Avalanche — which is to say, on several of the busiest EVM networks in use.
Solana's public endpoint is the subtlest of the three. It answers a terminal and refuses
a web page, returning 403 to any request carrying an Origin header. Test it
with curl and you will write down that it works without a key, which is
true and useless if your code runs in a browser. We test with the header set, because
that is what the reader's browser will send.
None of this is difficult. It is about twenty minutes per service, and it is the whole difference between a review and a rewritten press release. Our methodology sets out the four checks we run and why each one catches something the others miss.
Fourteen chains, fourteen different problems
Each chain page lists the explorers that handle that network properly, and explains the one structural quirk that trips people up on it.
UTXO · 2009 · 8 explorers
Bitcoin has no accounts and no balances. An address is a label on a pile of unspent outputs, and explorers have to add them up for you.
Account · 2015 · 7 explorers
Most of what happens on Ethereum happens inside contract calls, so a transaction that looks like it moved nothing may have moved a great deal.
Account · 2020 · 5 explorers
A single Solana transaction can carry many instructions across several programs, and failed transactions are still recorded on chain.
Account · 2018 · 4 explorers
Tron charges in energy and bandwidth rather than a single gas figure, so the fee you see is not the fee you paid.
Account · 2023 · 4 explorers
Base is a rollup, so a transaction is only really final once its batch is posted to and settled on Ethereum — two timestamps, not one.
Actor · 2020 · 3 explorers
TON is asynchronous. One user action becomes a chain of messages between contracts, and a naive explorer shows you only the first hop.
UTXO · 2013 · 5 explorers
Dogecoin has no supply cap — 10,000 DOGE is issued per block forever — so the circulating supply changes every minute.
Account · 2020 · 4 explorers
Low fees mean enormous volumes of spam and scam tokens, so an address page here needs filtering more than any other EVM chain.
Account · 2020 · 4 explorers
Polygon PoS checkpoints to Ethereum periodically, so “confirmed” on Polygon and “settled on Ethereum” are minutes apart.
Account · 2012 · 3 explorers
Exchanges share one deposit address and separate customers by destination tag. Omit the tag and the funds land nowhere useful.
eUTXO · 2017 · 3 explorers
Cardano separates payment keys from stake keys, so one wallet has several addresses that all share a single staking history.
UTXO · 2011 · 4 explorers
MWEB transactions are confidential by design, so a normal explorer can show that value entered the extension block but not where it went.
UTXO · 2014 · 2 explorers
Amounts, senders and recipients are all hidden. An explorer can confirm a transaction exists, and essentially nothing else.
Object · 2023 · 2 explorers
Everything on Sui is an object with an owner. Balances are derived from objects, not stored, which breaks account-style explorers.
A blockchain explorer is a website that reads a public blockchain and lets you search it — by address, transaction hash or block — without running your own node. It is a search engine and a viewer, not a wallet and not a bank.
It depends on the chain and the question. For Bitcoin fees and stuck transactions, mempool.space. For Ethereum contracts, Etherscan. For research across several chains at once, Blockchair. For privacy, an explorer you run yourself. Our ranked directory of 50 explorers breaks it down by use case.
Almost all of them are free to use in a browser. Their APIs are a different story: Blockstream, mempool.space, Blockchair and 3xpl still serve data without a key, while Etherscan and Blockscout now require one even on their free tiers. We tested each of them and published the results in our explorer API comparison.
It cannot read your identity from the chain, because the chain does not contain it. It can, however, log the IP address that looked up a particular wallet — which is a meaningful link if that wallet is yours. Our guide on what an explorer learns about you covers what actually leaks and what to do about it.
No. Block-Tracker.com is an independent information site. We never hold funds, we never ask for a seed phrase or a private key, and we do not give financial advice. We review the tools other people run.
Yes. Every score comes from us using the thing — the same lookups run on each explorer, the API called rather than read about, the privacy behaviour checked in a browser. Where a service changed under us we say when we tested. Our methodology sets out exactly what we measure and how.
Paste an address, a transaction hash or a block height. It queries public node APIs directly, stores nothing, and tells you which explorer to open next for the full picture.