How to Track with Explorers
How to Track a Bitcoin Transaction with Block Explorers
One of the most powerful and exciting features of Bitcoin is its absolute public transparency.
Every single transaction ever broadcast to the network is written onto a public ledger. Because of this, you can trace the movement of your funds in real-time using a tool called a Block Explorer.
To understand how to read a transaction receipt and check your settlement status, you need to master the art of blockchain exploration.
🖥️ What is a Block Explorer?
A block explorer is a specialized website that acts as a user-friendly search engine and window into a Bitcoin full node.
[ Your Browser ] ── (Queries TXID) ──► [ Block Explorer Server ] ──► [ Bitcoin Full Node (gettransaction) ]
│
▼
[ Visual Dashboard ] ◄── (Returns JSON Data) ◄─────────────────────────────────────┘
When you enter a transaction hash into a search bar:
1. The block explorer server receives your query.
2. Under the hood, the server queries its own local Bitcoin Core full node using RPC terminal commands (like bitcoin-cli gettransaction [txid] or getrawtransaction).
3. The full node returns raw hexadecimal and JSON data containing the cryptographic locking scripts and address flows.
4. The explorer translates this raw code into a beautiful, stylish, and easy-to-read dashboard on your screen!
🔍 Three Essential Metrics to Audit on an Explorer
When you paste your TXID (Transaction ID) into a block explorer like mempool.space or blockstream.info, pay close attention to these three core metrics:
1. The Confirmation Status Banner
- Unconfirmed (Sitting in Mempool): Usually displayed in a yellow or blue warning banner. This means nodes have received your transaction, but miners have not yet written it into a block.
- Confirmed (Mined in Block #X): Displayed in a green success banner. It will show you exactly how many blocks have been built on top of your transaction.
2. The Input-to-Output Flow
Every transaction lists its source inputs on the left, and its destination outputs on the right: * The Inputs (Left side): The public addresses that are signing their keys to release the spent coins. * The Outputs (Right side): The public addresses where the coins are being locked up. This usually contains two entries: 1. The recipient address (the destination of the payment). 2. The change address (the remaining coins returned back to your own wallet, matching standard UTXO mechanics).
3. The Feerate and Size Metrics
- Size (vBytes): The physical data weight of your transaction.
- Fee Paid: The total satoshis paid to the miner.
- Effective Feerate (sats/vByte): The density of your bid. You can compare this feerate against the explorer's home page to see how many blocks you are away from the front of the queue!
🧰 Top 3 Recommended Block Explorers
To track your payments, bookmark these highly reliable, public block explorers:
- mempool.space (The Gold Standard): Featuring an incredible, animated real-time visualization of upcoming blocks, current mempool priority queues, and historical address audits.
- blockstream.info (Clean & Private): A minimalist, extremely fast, open-source explorer that does not track your IP address or cookies, perfect for privacy-conscious users.
- bitref.com (Simple Address Balances): Excellent for typing in a single public address to quickly check its absolute historical confirmed balance without any complex metrics.
TeachMeBitcoin is an ad-free, open-source educational repository curated by a passionate team of Bitcoin researchers and educators for public benefit. If you found our articles helpful, please consider supporting our hosting and ongoing content updates with a clean donation: