Block Explorer
tools · fundamentals
An indexed interface for looking up blocks, transactions, scripts or addresses, and other chain data.
- Also known as
- Blockchain Explorer
A block explorer indexes node data and presents searchable blocks, transactions, outputs, scripts, and address-derived histories. Some explorers also expose a provider's mempool, token metadata, labels, fiat estimates, or analytics; those additions are not consensus data.
Explorers can lag, omit transactions, apply different mempool policies, mislabel entities, or report from a stale chain tip. Verify high-stakes status with your own node or more than one independent source, and remember that searching an address can reveal interest in it to the provider.
Related terms
Block
→A batch of valid transactions added to a blockchain, linked to the previous block by a cryptographic hash.
mining · blockchain · security
Transaction
→A serialized state transition that a blockchain can validate, relay, and include in a block.
blockchain · technical
Address
→A network-specific identifier that describes a destination or spending condition for a cryptocurrency payment.
wallet · technical