Bitcoin is a system for recording and transferring ownership of a digital unit called bitcoin, usually abbreviated BTC. No bank maintains the master account list. Instead, many independently operated computers keep copies of the transaction history and apply the same public rules when deciding which updates are valid.
That compact description contains three connected ideas: an asset with a constrained issuance schedule, a ledger that records valid transfers, and a network that relays and settles those transfers. Understanding Bitcoin requires keeping all three in view, because none of them fully explains the system on its own.
What you will learn
- Separate bitcoin the asset from Bitcoin the network and rule set
- Explain how keys, transactions, nodes, and miners divide responsibility
- Identify what Bitcoin can settle and what risks remain with the user
One name, three useful meanings
The word Bitcoin often refers to the entire protocol and network, while lowercase bitcoin refers to the unit recorded by that network. A wallet displays BTC balances, but the protocol is the rulebook that determines whether a transfer is acceptable, and the network is the collection of participants exchanging data under those rules.
Calling Bitcoin only digital money misses its infrastructure; calling it only software misses the asset people transfer. A clearer mental model is a public settlement ledger whose native unit is required to create valid value transfers and to pay transaction fees. The ledger does not contain names, bank accounts, or physical coins.
Agreement without a central operator
Independent nodes receive transactions and blocks from peers, then check them against consensus rules. Miners gather valid transactions into candidate blocks and perform proof of work, a costly search that makes rewriting confirmed history difficult. Nodes still make the final local decision to accept or reject every proposed block.
The chain with the most accumulated proof of work gives nodes a practical way to converge on one history when competing valid blocks briefly appear. This is not a vote by wallet balance or a command from developers. Agreement emerges because participants independently run compatible rules and recognize the same proof-of-work history.
Scarcity, settlement, and finality
New bitcoin enters circulation through a block subsidy paid in valid blocks. The allowed subsidy follows a declining schedule, and nodes reject blocks that create more than the rules permit. Scarcity therefore comes from enforceable software rules plus broad agreement to keep enforcing them, not from a corporate promise or a naturally scarce raw material.
Settlement becomes harder to reverse as additional valid blocks build on top of a transaction. That finality is probabilistic rather than absolute: a deeper reorganization is increasingly costly and unlikely, but not logically impossible. Users should match the number of confirmations they require to the payment size, context, and counterparty risk.
Common misconceptions
“Bitcoin is a company with executives who approve transactions.”
Bitcoin has no central transaction approver. Developers publish software, miners propose blocks, and node operators independently enforce rules; none of those groups alone can make an invalid transfer valid.
“A wallet stores bitcoins inside a phone or hardware device.”
The ledger records spendable outputs. A wallet stores or derives the keys needed to authorize spending and uses network data to calculate which outputs those keys control.
Risks and limitations
- Self-custody transfers operational responsibility to the user: losing an unrecoverable seed backup or exposing private keys can make funds permanently inaccessible or stealable.
- Transactions can be delayed, replaced before confirmation, or reorganized after shallow confirmation, so accepting a payment without an appropriate settlement policy creates loss risk.
- Bitcoin does not guarantee purchasing power, stable fees, privacy, legal acceptance, or easy conversion into local currency; each depends on markets, usage, and jurisdiction.
Key takeaways
- Bitcoin combines a native asset, a public ledger, and a peer-to-peer settlement network.
- Private keys authorize spending; they do not move physical or locally stored coins.
- Nodes enforce validity rules, while miners order valid transactions through proof of work.
- Confirmation confidence increases with accumulated work but is never an absolute promise.
- Using self-custody replaces institutional trust with personal security responsibilities.
Primary and further reading
Test your understanding
Score at least 2 out of 3 to complete this lesson. Explanations appear after you submit.