IFCCI

Understanding Bitcoin

What Problems Did Bitcoin Solve?

4 min readLesson 7 of 9
78%

Learning Objectives

  1. 1Explain the double-spending problem and why it made digital cash seem impossible
  2. 2Understand how Bitcoin's blockchain solves both centralization and double-spending
  3. 3Distinguish between "Bitcoin" (the system) and "bitcoin" (the currency)
  4. 4Describe how the blockchain functions as a decentralized, tamper-resistant ledger

What Makes Bitcoin Revolutionary?

Why is Bitcoin considered a groundbreaking innovation in the world of money?

As mentioned earlier, a mysterious figure named Satoshi Nakamoto introduced Bitcoin through a whitepaper titled Bitcoin: A Peer-to-Peer Electronic Cash System. This paper outlined how to create digital money that doesn't rely on any institution or government to function.

Before Bitcoin, several digital currency projects like b-money, Bit Gold, Hashcash, and E-gold had been attempted. While innovative, they ultimately failed for two key reasons:

  1. Centralization: These systems depended on a single controlling entity. That introduced a single point of failure. If the authority was hacked, corrupted, or shut down, users could lose their funds.
  2. Double Spending: There wasn't a reliable way to prevent someone from duplicating digital money and spending it multiple times—like counterfeiting cash online.

The double-spending problem made digital money seem impossible. After all, you can't just email someone $10 the way you attach a photo. Sending a file creates a copy—but money can't be copied without losing its value.

Imagine scanning a $1 bill and calling the image "one-dollar.jpg." You could make unlimited copies and "spend" them as much as you want. That defeats the purpose of having value.

To prevent this, digital payments traditionally relied on banks or third-party services like PayPal. These centralized intermediaries verified transactions and kept records in ledgers—digital logs of account balances.

Let's say Molly wants to send $1 to Ursula. The bank checks its ledger, deducts $1 from Molly's account, and credits $1 to Ursula's. No physical cash changes hands—the transaction is just a change in numbers.

But relying on banks has downsides:

  • You must trust them not to alter balances or restrict access.
  • They can freeze funds, be influenced by governments, or censor transactions.
  • You don't truly control your money.

This is centralization, and it's a trade-off we've accepted to avoid double spending—until Bitcoin.

Satoshi's Breakthrough: Solving Both Problems

Satoshi Nakamoto solved both the double spending and centralization problems in one system.

Bitcoin allows money to move between people over the internet—just like sending an email—without needing permission or relying on a bank.

So how does it work without a central authority keeping the ledger?

Satoshi created an entirely new system: a decentralized, public recordkeeping network that anyone can join and use.

This system uses a shared digital ledger called the blockchain. Instead of being stored in one place, the ledger is replicated across thousands of computers (called nodes) around the world. Every time a Bitcoin transaction occurs, it's recorded and broadcast to this network.

Every few minutes, these transactions are grouped together into a "block." Once verified, this block is added to the chain of previous blocks, forming a continuous, unchangeable record of every transaction ever made. Every copy of the ledger gets updated, and all nodes work to ensure their records match.

This makes the system:

  • Decentralized: No single entity controls it.
  • Tamper-resistant: Fraudulent transactions are rejected by the network.
  • Censorship-resistant: No authority can block a legitimate transaction.
  • Transparent: Anyone can audit the blockchain in real time.

Why Decentralization Matters

Satoshi's vision was to create a currency for the internet that:

  • Exists outside traditional banking systems
  • Isn't controlled by governments
  • Can't be shut down or censored
  • Allows true ownership and direct peer-to-peer payments

This makes Bitcoin a form of global, permissionless, censorship-resistant money.

Anyone with an internet connection can store, send, or receive bitcoin. No bank account required. Instead of a bank, users manage their funds using wallets—software that interacts with the Bitcoin network.

Bitcoin vs bitcoin

You'll often see both "Bitcoin" and "bitcoin." What's the difference?

  • Bitcoin (capital "B") refers to the system, network, or protocol.
  • bitcoin (lowercase "b") refers to the currency itself—the units of value you can own and spend.

So, just like you'd say "I have 10 dollars," you'd say "I have 10 bitcoins" (or BTC).

1 bitcoin is divisible into 100 million units, the smallest of which is called a "satoshi."

Putting It All Together

Although many of the building blocks behind Bitcoin—encryption, peer-to-peer networking, digital signatures—already existed, Satoshi was the first to combine them into a functioning system.

Bitcoin is essentially an alternative to the traditional financial system. It creates and manages its own money (bitcoins) and keeps track of ownership without relying on banks or central authorities.

This innovation in digital recordkeeping—this brand-new type of ledger—is what makes Bitcoin so revolutionary.

Instead of trusting banks to manage our money, Bitcoin lets us do it ourselves.

In the next lesson, we'll dive deeper into how the Bitcoin blockchain works and how transactions are verified.

Key Takeaways

  1. 1Before Bitcoin, digital currency projects failed because of centralization (single points of failure) and the double-spending problem (inability to prevent copying digital money)
  2. 2Satoshi Nakamoto solved both problems by creating a decentralized public ledger called the blockchain, replicated across thousands of computers worldwide
  3. 3The blockchain is decentralized, tamper-resistant, censorship-resistant, and transparent—anyone can audit it in real time
  4. 4Bitcoin (capital B) refers to the system or protocol, while bitcoin (lowercase b) refers to the currency units, which are divisible into 100 million "satoshis"

Knowledge Check

1. What is the 'double-spending problem' that Bitcoin solved?