Start with the transaction ID, not a screenshot
Copy the TXID from the sending wallet or service. A screenshot saying sent is weaker evidence than a transaction you can independently inspect. Make sure you are checking Bitcoin mainnet, rather than a test network or a different asset with a similar ticker.
If a withdrawal provider has not supplied a TXID, ask whether it has broadcast the withdrawal. Its internal processing status can differ from the blockchain’s status. Our stuck-transaction guide separates those situations.
The fields that matter
| Field | What it tells you | What it does not prove |
|---|---|---|
| TXID | The transaction identifier | The real-world identity of the sender |
| Confirmations | How deeply the transaction’s block sits in the current chain | A service has credited your account |
| Outputs | Amounts and spending conditions created | Which output is change with absolute certainty |
| Fee rate | Fee relative to virtual transaction size | A guaranteed confirmation time |
| Block height | The containing block’s position | An exact wall-clock payment time |
For network-wide context, open our Bitcoin blockchain dashboard. For a single payment, focus first on the receiving output: does its address match the one you intended to use, and is its amount correct?
How to count confirmations
A transaction included in the current tip block has one confirmation. Each subsequent block on that chain adds another. If the containing block is height 900,000 and the current tip is 900,005, the transaction has six confirmations: 900,005 − 900,000 + 1.
Those heights are an example, not a current network reading. Reorganizations can change the containing chain and confirmation count. A receiving service may require its own threshold, so check that service’s deposit rules rather than assuming one confirmation is enough for every purpose.
Inputs and outputs: why the total can look too large
A transaction can contain both the recipient’s payment and change returning to the sender. It can also batch payments to several recipients. The sum of its outputs is therefore not necessarily the amount one person was paid.
Here is a hypothetical single-input payment. A 0.01000000 BTC input funds a 0.00300000 BTC payment and 0.00698000 BTC change. The difference is 0.00002000 BTC, or 2,000 sats, paid as the fee. An explorer displaying 0.00998000 BTC in outputs is not saying the recipient received that entire amount.
For the underlying model, see Bitcoin UTXOs and coin control. The Bitcoin developer documentation describes how outputs are consumed by later transaction inputs.
What an explorer cannot tell you
An address is not a verified personal identity. Labels such as exchange wallet may come from an explorer’s own attribution system, not from a name written into Bitcoin’s rules. Treat those labels as a separate evidence layer.
Likewise, a transfer does not necessarily mean a sale. It could be change, a wallet reorganization, a payment or a move between addresses under the same control. This is why raw on-chain movement should not automatically become a headline saying somebody dumped bitcoin.
Even the time shown needs context. A block timestamp and the time an explorer first saw a transaction are different observations. Neither necessarily records when the sender clicked a button.
Use public data without exposing your wallet
A TXID is enough to inspect a specific public transaction. Never enter a seed phrase or private key. Searching an address can also reveal that you are interested in its history to the service receiving the query. Avoid publishing screenshots that expose more of your wallet than necessary.
For more independent verification, our Bitcoin node setup guide explains the next step. A public explorer is convenient, but running your own validating node reduces reliance on someone else’s account of the chain.
Quick answers
Does confirmed mean my exchange deposit is available?
Not necessarily. The exchange can have additional confirmation thresholds or internal checks.
Can an explorer recover a wrong-address payment?
No. Viewing a transaction does not grant the keys needed to spend its outputs.
Does an empty search mean the payment never existed?
Not conclusively. Check the network, copied identifier and another trusted view; an unconfirmed transaction might not be visible to every service.
Continue reading
- Bitcoin Transaction Stuck? What to Check Before You Act
- Bitcoin UTXOs Explained: Coin Control, Fees and Consolidation
- Bitcoin Wallet Backup: Seed Phrase vs. Passphrase
Sources are linked alongside the relevant explanations. See our editorial standards and report a correction.
