Why did Bitcoin need to exist?
Start with the double-spend problem to understand why Bitcoin needed a shared transaction history.

On this page
Quick read
Bitcoin was created to solve double spending: the risk that the same digital value could be sent twice. This lesson shows how a shared transaction history lets independent participants agree on valid transfers, and why that choice makes transactions harder to reverse and slower to settle.
What problem did Bitcoin solve?
Digital information is easy to copy. That is useful for a photo or a document, but it is a problem for money: if the same digital unit could be sent to two people, which recipient should trust it?
Before Bitcoin, a bank or other central record keeper normally answered that question. It decided which payment arrived first and updated its ledger. Bitcoin asked whether a network could do the job without one operator owning the record.
How can strangers agree on one history?
Bitcoin combines signed transactions, public validation rules, and blocks that refer to earlier blocks. Participants check the same rules before accepting a block, so changing an earlier record means overcoming the work accumulated after it.
Steps
Authorize a payment
The owner signs a transaction, making the proposed transfer independently checkable.
Validate it against shared rules
Network participants reject transactions that try to spend the same recorded value again.
Extend the shared record
Valid transactions are placed into blocks that build on the accepted history.
What did this design trade away?
No central operator means there is no customer-service desk that can simply reverse a valid transaction. Agreement also takes time and resources. Bitcoin does not make every payment instant, private, or risk-free; it chooses an openly verifiable record over a centrally managed one.
Is Bitcoin the same thing as BTC?
| Term | What it means | Why it matters |
|---|---|---|
| Bitcoin | The protocol and network that maintains the shared transaction history. | It is the system whose rules participants validate. |
| BTC | The native asset issued and transferred under Bitcoin's rules. | It is what people usually mean when they quote a bitcoin price or balance. |
What should you carry into the next lesson?
Bitcoin is more than an asset with a price. It is a network that validates and settles its own transactions. That is the idea behind a Layer 1 — the base network we will examine next.
Related coins
Keep learning

Bitcoin: the first Layer 1
Learn why Bitcoin is a Layer 1 network, how its own rules secure BTC, and why settlement has trade-offs.

Why is Ethereum programmable?
See how Ethereum extended the Layer 1 idea with shared programs, ETH gas, and new trade-offs.

Why are there so many tokens?
Learn how ERC-20 made tokens reusable across Ethereum apps, and why a shared standard still leaves important risks.
