
Simplified Bitcoin Whitepaper
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless". - Satoshi Nakamoto
1. Introduction – The Problem with Money Today
Imagine you want to send $10 to a friend online. Today, you need a bank or a company like PayPal to do it for you. These companies act as middlemen. They check transactions, prevent fraud, and make sure no one is spending the same money twice. But there’s a big problem:
Banks charge fees. Every time money moves, a small part is taken. This makes small transactions impractical.
Banks control access. They can freeze accounts, block transactions, or even refuse service for any reason.
Banks require trust. You have to trust that they won’t misuse your money, censor transactions, or suddenly shut down.
Satoshi Nakamoto, the creator of Bitcoin, explains this issue:
"Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust-based model."
Bitcoin is designed to remove the need for trust by replacing banks with a system based on math and cryptography. Instead of relying on a middleman, people can send Bitcoin directly to each other in a way that’s secure, irreversible, and free from censorship.
2. Transactions – How Bitcoin Moves from One Person to Another
Imagine Bitcoin like a digital dollar bill that can be passed from person to person. If you physically hand a dollar to someone, no one else can claim that dollar—it’s now theirs.
Bitcoin works similarly, using digital signatures to prove ownership. When you send Bitcoin, your transaction includes:
A reference to the Bitcoin you’re spending (so people know where it came from).
A digital signature (your proof that you own it).
The public key of the person receiving it (so they become the new owner).
Satoshi explains it like this:
"Each owner transfers the coin to the next by digitally signing a hash of the previous transaction and the public key of the next owner and adding these to the end of the coin."
But there’s a challenge: What if someone tries to spend the same Bitcoin twice? This is called double-spending, and it’s a huge problem for digital money.
In traditional banking, a central authority (the bank) checks for fraud. But Bitcoin solves this problem without a bank by recording every transaction in a public ledger (the blockchain), which everyone can verify.
3. Timestamp Server – How Bitcoin Keeps Track of Transactions
If you and your friends race, you might take a photo at the finish line to prove who won. The timestamp on the photo shows who finished first.
Bitcoin does the same thing for transactions. It timestamps every transaction so that the network can agree on which transaction happened first.
Satoshi describes it like this:
"We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed."
Once a transaction is timestamped, it cannot be undone or changed. The blockchain serves as a permanent history of transactions, just like a public ledger that anyone can check.
4. Proof-of-Work – Making Bitcoin Secure
Bitcoin needs a way to prevent cheating. It does this through a system called Proof-of-Work, which makes changing past transactions almost impossible.
It works like this:
Computers (miners) must solve a complex math puzzle to add a new block of transactions to the blockchain.
This puzzle requires a lot of computing power and takes time to solve.
The first miner to solve it gets rewarded with new Bitcoin and adds the block to the chain.
Satoshi explains:
"To modify a past block, an attacker would have to redo the proof-of-work of the block and all blocks after it and then catch up with and surpass the work of the honest nodes."
This means that hacking Bitcoin is nearly impossible because it would require more computing power than the entire network combined.
5. Network – How Bitcoin Spreads the Truth
Bitcoin is like a giant group chat where every participant shares updates. If one person tries to lie, everyone else sees the correct information.
Here’s how it works:
Someone sends a Bitcoin transaction.
This transaction is broadcasted to all Bitcoin nodes (computers in the network).
Miners group transactions into a block and try to solve the Proof-of-Work puzzle.
Once a block is solved, it’s shared with the entire network and added to the blockchain.
Satoshi writes:
"Nodes always consider the longest chain to be the correct one and will keep working on extending it."
This ensures that the longest, most secure version of Bitcoin’s history always wins.
6. Incentive – Why People Mine Bitcoin
Why would anyone spend electricity and computing power mining Bitcoin? Because they get Bitcoin rewards for doing it.
"By convention, the first transaction in a block is a special transaction that starts a new coin owned by the creator of the block. This adds an incentive for nodes to support the network."
This is how new Bitcoin is created. Miners get paid in Bitcoin for processing transactions and securing the network. Over time, the reward decreases, making Bitcoin scarcer and more valuable.
7. Reclaiming Disk Space – Keeping Bitcoin Small
Bitcoin stores every transaction ever made, but that takes up a lot of space.
To fix this, Bitcoin keeps only the most important transaction details and discards old, unnecessary data. Satoshi explains:
"Once the latest transaction in a coin is buried under enough blocks, the spent transactions before it can be discarded to save disk space."
This allows Bitcoin to remain efficient even as more people use it.
8. Simplified Payment Verification – Checking Bitcoin Without Running a Full Node
Not everyone wants to store the entire Bitcoin blockchain (which is huge). Instead, they can use Simplified Payment Verification (SPV) to check transactions without downloading everything.
Satoshi writes:
"It is possible to verify payments without running a full network node."
SPV lets you verify that a transaction is real by checking just the relevant parts of the blockchain—like scanning a barcode instead of reading an entire book.
9. Combining and Splitting Value – Making Change with Bitcoin
Bitcoin transactions don’t always match exact amounts. If you need to send 1.5 BTC but only have a 2 BTC "bill," Bitcoin sends 1.5 BTC to the recipient and 0.5 BTC back to you as change.
This allows Bitcoin to function just like real cash.
10. Privacy – Keeping Bitcoin Transactions Anonymous
Bitcoin transactions are public, but they don’t show your identity—only your Bitcoin address.
"The public can see that someone is sending an amount to someone else, but without information linking the transaction to anyone."
This makes Bitcoin pseudonymous—not completely private, but much harder to track than bank transactions.
11. Why Bitcoin is So Hard to Attack
Satoshi proves that cheating Bitcoin is nearly impossible:
"The probability of an attacker catching up from a given deficit is vanishingly small."
Bitcoin works without banks, governments, or middlemen. It is a new kind of money—fair, transparent, and unstoppable.
12. The Conclusion
Bitcoin is a revolutionary way to send money without needing a bank. It’s fast, global, and secure, and no one can stop, block, or control it.
Instead of trusting banks, Bitcoin lets people trust math and technology. It’s decentralized money for the internet age, and it gives people more control over their savings.
Bitcoin isn’t just a new currency—it’s a new way to think about money and freedom.
Resources:
The Bitcoin Whitepaper - Satoshi