Skip to main content

Block Explorer | Bitcoin Glossary | Mapping Bitcoin

Block Explorer

Desenvolvimento

Also known as: blockchain explorer, explorer

A web-based tool that allows users to browse and search the Bitcoin blockchain, including viewing transaction details, block contents, address balances, and network statistics. Popular explorers include mempool.space and blockstream.info.

Overview

A block explorer is a web application that provides a graphical interface for browsing the Bitcoin blockchain. It acts as a search engine for on-chain data, allowing anyone to look up transaction details, inspect block contents, check address histories, and monitor network statistics without running their own full node.

Common Features

  • Transaction lookup: View inputs, outputs, fees, and confirmation status by entering a transaction ID
  • Address history: See all transactions associated with a given address, along with current balance
  • Block inspection: Browse individual blocks, their transactions, the miner who produced them, and the block reward
  • Mempool visualization: Monitor unconfirmed transactions and fee rate distribution
  • Network statistics: Track hash rate, difficulty, transaction volume, and other metrics
Explorer            URL                       Notable Feature
────────────────────────────────────────────────────────────────
mempool.space       mempool.space             Mempool visualization
Blockstream         blockstream.info          Tor support, API
OXT                 oxt.me                    Transaction graph analysis

Privacy Considerations

Using a third-party block explorer can leak privacy information. When you look up your own addresses or transactions, the explorer operator can link your IP address to your Bitcoin activity. For maximum privacy, run your own block explorer connected to your own full node, or access public explorers through Tor.

Self-Hosted Options

Privacy-conscious users can run self-hosted block explorers such as mempool (the open-source software behind mempool.space) or Electrs paired with a frontend. These connect to your own node, ensuring that your queries never leave your network.