How Bitcoin Transactions Work: From Send to Final Confirmation
By Moon, Editor · Reviewed and maintained · How we review
Quick Answer
A Bitcoin transaction spends previous outputs you control, signs them with your private key as proof of ownership, and broadcasts to the network. Miners verify the signatures and include it in a block; each subsequent block makes reversal exponentially harder.
Bitcoin doesn't track account balances — it tracks coins as discrete chunks called UTXOs (unspent transaction outputs). Your wallet's 'balance' is the sum of UTXOs your keys control. When you send 0.3 BTC, your wallet selects UTXOs that cover it (say a 0.5 BTC chunk), creates one output to the recipient and a second 'change' output back to yourself — exactly like paying a $30 bill with a $50 note.
Authorization is pure cryptography: your wallet signs the transaction with your private key, producing a signature anyone can verify against your public key but nobody can forge. The key never leaves your device — that's why a hardware wallet can authorize transactions from an infected computer safely. The signed transaction broadcasts to nodes, lands in the mempool, and waits for a miner to include it based on the fee you attached.
Inclusion in a block is the first confirmation; each block built on top adds another. Reversal would require redoing the proof-of-work for that block plus everything after it, faster than the honest network extends the chain — which is why one confirmation is fine for coffee, exchanges typically wait for one to three, and six has been the conservative standard for large sums since Bitcoin's earliest days. Once buried, a transaction is as final as money movement gets.
One more thing beginners should know: transactions are pseudonymous, not anonymous. Every input, output and amount is permanently public on the blockchain, tied to addresses rather than names — but anyone who links an address to you (an exchange's KYC records, a reused address, a public donation page) can trace its history. And if you bid too low and your transaction stalls, it isn't lost: most wallets support Replace-By-Fee (RBF) to rebroadcast it with a higher fee, or the recipient can use Child-Pays-For-Parent (CPFP) to pull it through. Nothing is stuck forever — it waits until the fee market clears or you raise your bid.
Related Guides
- What Is Bitcoin?A beginner's explanation of Bitcoin — what it is, why it was created, and how it works.8 min read
- What Is Blockchain?The technology powering Bitcoin, explained without the jargon.6 min read
- How Bitcoin WorksMining, transactions, nodes, and the technical side of Bitcoin explained simply.10 min read
- CEX vs DEX: What's the Difference?Centralized vs decentralized exchanges — custody, KYC, fees, and which beginners should use first.8 min read
Recommended Exchange
Ready to buy Bitcoin on Binance?
Maker: 0.10% · Taker: 0.10% · Rating: 4.9/5
* We may earn a commission if you sign up through our link, at no extra cost to you.