Sending and Receiving Bitcoin: How It Actually Works
Bitcoin transactions are remarkably simple to execute — but understanding what's happening under the hood gives you confidence and prevents costly errors.
Receiving Bitcoin
To receive bitcoin, you share your Bitcoin address — a string of letters and numbers (or a QR code) that acts like an email address for money. Anyone can send to it; only your private key can spend from it.
- Generate a new address for each transaction (good privacy practice)
- Your wallet manages all your addresses automatically
- There's no limit to how many addresses you can have
Sending Bitcoin
- Open your wallet and choose "Send"
- Enter or scan the recipient's address
- Enter the amount (in BTC or your local currency)
- Choose a fee (higher fee = faster confirmation)
- Double-check the address and amount
- Confirm and broadcast
What Happens Next?
Your transaction is broadcast to the Bitcoin network. Miners pick it up, include it in a block, and after ~10 minutes it receives its first confirmation. After 6 confirmations (about 1 hour), it is considered final and irreversible.
The journey of a transaction: from broadcast to mempool waiting area, to inclusion in a block, to final settlement.
"Bitcoin transactions are like dropping a letter in a one-way slot — once sent, you cannot take it back."
Want to go deeper?
This content is written and approved by Marius, AI-assisted using Claude (Anthropic), with references curated from: Jameson Lopp (lopp.net, PD) · Bitcoin Design Guide (bitcoin.design, Apache 2.0) · bitcoin.org (MIT).