How Bitcoin Works (Without the Jargon)

MH
Written by Mohamed Habbat
Estimated read time: 9 min

A Swiss village in 1850. Hans buys a cow from Maria. Three neighbours watch the handshake. Every villager updates their mental ledger before supper. No notary signs anything because the village itself remembers.

Bitcoin scales that village to tens of thousands of computers. Each one holds an identical copy of every transaction since January 2009. They sync in real time. Nobody runs the show.

The mechanics sound complicated. They are not.

What is the Blockchain?

The blockchain is a public digital ledger of every Bitcoin transaction ever made.

Picture a spreadsheet every network participant keeps a copy of. Every few minutes the network appends a new "page" of transactions. These pages are blocks. Each block links to the one before it through math, so the pages form a chain.

That structure makes the ledger immutable. To change one old block you must redo the mathematical work for that block and every block stacked on top of it, while the rest of the network keeps adding new ones. Nobody on Earth can outrun the network. A confirmed Bitcoin transaction is permanent.

Compare this to your bank. The bank's database lives on its own servers. The bank can edit any row. The Bitcoin blockchain is public, you can read it. It is distributed across thousands of machines. It resists tampering because every node validates every block.

You can browse every confirmed transaction on a blockchain explorer right now. No account, no login.

How Mining Works

Mining adds new blocks to the chain. It does two jobs at once: it secures the network and it mints new Bitcoin.

Miners are computers. In practice, racks of specialised hardware in warehouses near cheap electricity. They compete to solve a guessing puzzle. Find a number that, mixed with the current block data and run through a hash function, produces an output below a target value. There is no shortcut. Guess, check, fail, guess again, billions of times per second.

The first miner to land on a valid solution broadcasts the block. Other nodes verify it in milliseconds. If valid, the block joins the chain. The winning miner collects the block reward (currently 3.125 freshly minted Bitcoin) plus every transaction fee in that block.

The competition resets. The next race begins.

Every 2,016 blocks (roughly two weeks) the network adjusts the puzzle difficulty so blocks keep arriving on average every 10 minutes, no matter how much hash power joins or leaves. That ten-minute target is not a bug. It gives a new block time to propagate to nodes in Zurich, Tokyo, and Buenos Aires before the next race ends.

How a Transaction Actually Works

When you send Bitcoin, your wallet runs a small choreography behind the scenes. Knowing the steps makes the wait less mysterious.

Step 1: Your wallet builds the transaction. It writes a digital instruction: "send 0.01 BTC from this address to that address." It also picks which of your "coins" to spend. The technical name is UTXOs, unspent transaction outputs. Treat them like physical notes in your wallet. Pay for a CHF 30 item with a CHF 50 note and you get change. Bitcoin does the same.

Step 2: You sign with your private key. Your private key is a secret number only you hold. Your wallet uses it to produce a signature that proves you authorised this exact transaction. The private key never leaves your device. You prove ownership without showing the secret. This is one of the cleverest pieces of Bitcoin's design.

Step 3: Your wallet broadcasts the signed transaction. It pushes the bytes to nearby nodes. Each node checks the signature, confirms the inputs are unspent, and forwards the transaction to its neighbours. Within seconds the transaction reaches nodes on every continent.

Step 4: A miner packs it into a block. Miners pull transactions from the mempool (the waiting room of unconfirmed transactions) and prefer the ones paying higher fees per byte.

Step 5: Confirmations stack up. The block containing your transaction counts as one confirmation. Every block built on top of it adds another. One confirmation is enough for most purchases. Six confirmations, about an hour, satisfies the most paranoid counterparty.

Most merchants accept one or two confirmations for everyday amounts. Wait for six if you are moving a serious sum.

Transaction lifecycle: create, sign, broadcast, mine, confirm

Private Keys and Public Keys: the Mailbox Analogy

This trips up most beginners. It should not.

Your wallet generates two mathematically linked numbers.

The public key (and the address derived from it) is your mailbox slot. You can paint the address on the front door. Anyone can drop Bitcoin in.

The private key is the only key to the box. Hold it and you can spend what is inside. Lose it and the coins are gone. Hand it to someone else and the coins are theirs.

The link between the two keys runs one way. Your wallet derives the public key from the private key with simple arithmetic. Reversing the process is mathematically infeasible with any computer that exists or will exist for the foreseeable future.

A private key is a 256-bit number. You will usually see it as 64 hexadecimal characters or, more often, as a seed phrase of 12 or 24 words. The seed phrase is the human-readable form. Guard it the way you would guard the combination to a safe holding everything you own.

What is Proof of Work?

Proof of work is the reason rewriting Bitcoin's history would bankrupt anyone who tried.

The rule is brutal. To add a block, a miner must do real computational work that burns electricity through specialised hardware. The rest of the network verifies that work in milliseconds. Producing the work the first time costs real money.

Now imagine an attacker who wants to reverse a payment they made six months ago. They have to redo proof-of-work for that block, then every block built since, while keeping pace with the honest network that keeps stacking new blocks. The Bitcoin network currently runs over 900 exahashes per second, closing in on one zettahash (mempool.space hashrate). Controlling half of that hash power would cost billions of dollars in machines and enough electricity to light a small country. No realistic attacker can profit from that math.

Bitcoin calls this "security by cost." Honest mining pays better than cheating, so miners stay honest.

Proof of work burns energy on purpose. That energy expenditure is the security. You can argue about whether the trade is worth it. You cannot argue that the mechanism fails to do its job.

Why is Bitcoin Sometimes Slow or Expensive?

Bitcoin puts security and decentralisation ahead of speed. Knowing that trade-off helps you pick the right tool for each job.

Each block carries roughly 1 to 4 megabytes of transaction data and a new block arrives every 10 minutes. The throughput is finite by design.

When few people want to transact, fees drop to a handful of rappen. When demand spikes during price rallies, big on-chain moves, or waves of NFT and token activity, block space fills and fees can hit tens of dollars for a transaction you need confirmed quickly.

That is the base layer's known ceiling. For everyday small payments, your coffee at Sprüngli, splitting a bill, tipping a creator online, the Lightning Network exists. Lightning sits on top of Bitcoin and routes near-instant payments through channels you open with counterparties. Chapter 10 digs into how Lightning works in practice.

Hold this mental model. Bitcoin's base layer is for settlement, final and irreversible transfer of value. Lightning and other second layers are for payments, cheap and fast. Match the layer to the use case and Bitcoin becomes practical money.

A Note on Energy Use

Bitcoin's proof-of-work uses a lot of electricity. Critics line up its consumption next to small countries. Defenders point to the security it buys and to the share of mining powered by surplus or renewable energy.

The Cambridge Centre for Alternative Finance tracks consumption in their public index (CBECI). Their recent estimates put Bitcoin's annual usage in the low hundreds of terawatt-hours, under half a percent of global electricity production. Gold mining and traditional banking each consume comparable or greater amounts when you count them honestly.

This debate hits Swiss residents because European regulators keep eyeing proof-of-work. The EU considered restrictions in its MiCA debate and dropped them at the last moment. Expect the argument to continue as miners chase stranded renewables and the energy profile shifts.

Risk Note

Bitcoin payments cannot be reversed. No chargebacks, no dispute panel, no support line to call. That is the feature you want when censorship threatens. It is also why a typo in an address costs you the money.

The 10-minute confirmation and variable fees mean Bitcoin is not always the right rail. Pick your moment.

Reader Takeaway

  • The blockchain is a public ledger held by thousands of computers. Every transaction stays visible and permanent.
  • Mining mints new Bitcoin and prices cheating above honesty.
  • Your private key is your ownership. Lose it, lose the coins.
  • Proof of work converts electricity into security. That conversion is the whole point.
  • The base layer slows down when busy. Lightning handles the small fast stuff.

Chapter Summary

  • Thousands of computers worldwide maintain a shared public ledger. Once a transaction confirms, no one undoes it.
  • Mining is a race. Computers solve hash puzzles to add blocks and earn Bitcoin rewards. The race creates new coins and locks down the network.
  • Every transaction carries a signature from your private key. You can share the public key and address with anyone. The private key never leaves your device.
  • Proof of work makes attacking the network more expensive than participating honestly, which is where Bitcoin's security comes from.
  • Block space is limited and demand swings. Fees rise when the network is busy. Lightning gives you a cheaper rail for small payments.

References

  • Nakamoto, S. (2008). Bitcoin: A Peer-to-Peer Electronic Cash System. bitcoin.org
  • Antonopoulos, A. (2017). Mastering Bitcoin. O'Reilly
  • Narayanan, A. et al. (2016). Bitcoin and Cryptocurrency Technologies. Princeton University Press
  • Blockchain.com charts: average block size and confirmation times
  • Cambridge Centre for Alternative Finance: Bitcoin Electricity Consumption Index

This content is educational and does not constitute financial advice.