South Africa's Bitcoin specialists. Compliant by design.
Economics · By James Caw · Updated June 2026 · 9 min read

Bitcoin's Proof of Work: What It Is and Why It Matters

Proof of work is the reason nobody can lie to the Bitcoin network. It is the machinery that lets tens of thousands of strangers who trust nothing about each other agree on a single set of accounts, without a bank in the middle keeping score. That agreement has held every ten minutes since January 2009, through crashes and hacks and hostile governments, and it has never once been broken at the protocol layer. This is how it works and why it holds.

Key takeaway

The electricity Bitcoin mining burns is not waste. It is the security. Every unit of energy a miner spends is a unit an attacker would have to spend to rewrite the record, and the honest network keeps adding to that record faster than any attacker could catch up. That physical cost is what turns the 21 million supply cap from a promise into a rule, and it is the reason a ledger that has at times secured more than a trillion dollars has never been forged. Below is that argument, built from first principles.

The problem proof of work was built to solve

Every form of digital money before Bitcoin ran into the same wall. A digital coin is a file, and a file can be copied. So what stops me spending the same coin twice, once with you and once with someone across town, in the seconds before either of you notices? Hand someone a R100 note and you no longer have it. Copy a file and you keep the original. That gap is called the double-spending problem and it defeated the sharpest cryptographers from the 1970s right through the decades.

The workaround was always the same. Put a trusted party in the middle. A bank, a card network, a clearing house, somebody who keeps the one true ledger and refuses to let a rand be spent twice. It works. It is also the reason your money moves at the pace of an institution's risk appetite, which South Africans understand better than most, having watched banks freeze accounts first and ask questions afterwards.

Underneath the double-spending problem sits an older and deeper one that computer scientists call the Byzantine Generals Problem. How do a group of independent actors who cannot see each other and have no reason to trust each other agree on a single version of events, when some of them might be lying? For decades the honest answer was that they could not, not without appointing a referee everyone had to trust. Satoshi Nakamoto's contribution, published in a nine-page paper on 31 October 2008, was to solve that problem for money without appointing anyone. The mechanism that does it is proof of work.

The trick was not clever cryptography alone. It was making dishonesty cost more than honesty, permanently, so that a rational participant plays straight not out of virtue but out of arithmetic.

How the mechanism actually works

Transactions waiting to be confirmed get bundled into a block. To add that block to the chain, computers called miners compete to solve a puzzle, and the puzzle is deliberately stupid. There is no cleverness that helps. A miner takes the block's data, adds a random number called a nonce, and runs the whole thing through a one-way function called SHA-256 that turns any input into a fixed string of characters. The rule is that the output must fall below a certain target, which in practice means it has to start with a run of leading zeros. You cannot reason your way to a winning nonce. You can only guess, discard, and guess again, trillions of times a second, until one of the guesses happens to land. That brute-force grind is the work in proof of work, and it burns real electricity on purpose.

The first miner to find a valid nonce announces it to everyone else.

Here is the asymmetry that makes the whole design hang together. Finding the answer takes enormous effort, but checking it takes none. Any node on the network confirms a solved block instantly, the way you can check a completed sudoku in seconds even though solving it took an hour. The winning miner collects newly issued bitcoin plus the fees from the transactions in the block, and the network moves on to the next round.

Then there is the metronome. Bitcoin is written to produce a block roughly every ten minutes, no matter how many machines join the hunt. It holds that pace through a difficulty adjustment: every 2,016 blocks, which works out to about two weeks, the network checks how long those blocks actually took. If they came faster than fourteen days, the puzzle gets harder, more leading zeros required. If slower, it eases off. Nobody administers this. No committee meets. More computing power buys a more secure network, never a faster flood of new coins, and I explain what that fixed schedule does to the supply in the piece on Bitcoin as sound money.

The last piece is the chain itself. Each block carries a fingerprint of the block before it, so the blocks are linked in order, one depending on the next. Alter a single old transaction and its block's fingerprint changes, which breaks the block after it, which breaks the one after that, all the way to the present. To rewrite history you would have to redo the proof of work for that block and every block since, faster than the entire honest network is laying down new ones. The further back the transaction, the more hopeless the race, because the probability of a slower attacker ever catching up shrinks with every block the honest network adds. That is what people mean by immutability.

Why the energy is the point, not the problem

People look at Bitcoin's electricity bill and see waste. I understand the instinct and I think it gets the logic exactly backwards. The energy is not paying to process transactions in the way a card swipe does. The energy is what makes the ledger impossible to forge. It is the physical cost that anchors a digital record to the real world, and a Bitcoin network that spent nothing to secure itself would be worth nothing to secure.

Think about gold. The reason a gold coin resists counterfeiting is that real gold is expensive to dig out of the ground, so faking it convincingly costs about as much as the real thing. Bitcoin recreates that property in software. Forging its records costs as much as producing them honestly, because both require the same brutal expenditure of electricity, and no amount of cleverness gets around the bill. That is what a security researcher would call unforgeable costliness, and it is the whole fortress.

The other thing worth knowing is where the electricity comes from. Miners are location-agnostic, meaning they will run their machines wherever power is cheapest rather than wherever people happen to live, and cheap power is often power nobody else can use. Stranded hydro in remote valleys. Overproduction from wind and solar farms with nowhere to send it. Natural gas that oil wells flare off into the sky because piping it out costs more than it is worth. Mining can switch on and off in an instant, which turns it into a buyer of last resort for energy that would otherwise be thrown away, and I go into that data in detail in the article on what the energy data actually shows. The specialised chips that do the hashing, called ASICs, are built for this one job and nothing else, which is part of why the hardware exists only to secure Bitcoin and cannot be quietly repurposed.

Some networks chose a different path, picking their validators by how many coins they already hold rather than how much energy they spend. That uses far less electricity. It also swaps a cost you can measure in the physical world for one that lives only inside the system, and it has not spent seventeen years being attacked by everyone with a reason to try.

What a 51 percent attack would actually take

The theoretical way to break Bitcoin is called a 51 percent attack. Control more than half the network's computing power, outrun the honest miners, and you could in principle reverse your own recent transactions and spend the same coins twice.

Now cost it out. The network currently runs at something on the order of 800 quintillion hashing operations every second, a figure that dwarfs the combined computing power of the world's largest technology companies and supercomputers put together. To beat it you would need to buy or build more ASIC hardware than the rest of the planet combined, secure the electricity to run it, and do all of that in the open, because a procurement operation on that scale cannot be hidden. The bill runs to billions of dollars and the build runs to years. There is no shortcut and no cheat code.

The economics get worse the moment you succeed. Bitcoin has value precisely because the ledger cannot be tampered with, so the instant you proved it could, the price would collapse toward nothing and the coins you spent billions to steal would be worthless. Honest miners could simply fork the chain from just before your attack and carry on, leaving you holding wrecked machines and a dead asset. You would have spent a fortune to destroy the only thing that made the target worth attacking.

This is the quiet genius of the design. It never asks miners to be good. It makes playing by the rules more profitable than breaking them, so that even a well-funded bad actor does the maths and mines honestly, adding to the security instead of subtracting from it.

Seventeen years, not one forged block

Bitcoin's proof-of-work network has run continuously since the first block in January 2009. In all that time the protocol has never been successfully attacked at the consensus layer. Not once. Every transaction ever confirmed has stayed confirmed, through the 2021 run that pushed the network's value past a trillion dollars and gave the whole world a trillion reasons to break it.

Set that against the record of the systems we are told to trust. Banks get hacked. Payment processors leak. Exchanges get robbed. The institutions built on trust have a worse security record than the leaderless network that trusts nothing but mathematics and electricity.

What has failed, over and over, is the human scaffolding around Bitcoin rather than Bitcoin itself. Mt Gox lost roughly 850,000 coins in 2014 and it was not a protocol failure. It was a company that held other people's bitcoin and ran its security badly. The coins existed on the blockchain before the collapse and after it. What broke was the exchange's own books, and I draw that line carefully in what has and has not been hacked. Blaming Bitcoin for Mt Gox is like blaming the rand because a branch got robbed.

That distinction is not academic to me. It is the reason I move clients off exchanges and into keys they control.

What this means if you actually hold Bitcoin

Understanding proof of work changes what you think you own. It reframes what ownership even means. Bitcoin is not a company with a board that can be captured, a management team that can be bribed or a foundation that can be defunded and pressured until the rules bend. Its rules are enforced by tens of thousands of independent machines whose owners have money on the line and no way to profit from cheating. That is a fundamentally different kind of durability from anything on the JSE, and it is a large part of why I treat Bitcoin as a long-horizon holding rather than a trade, a case I make in full in Bitcoin as a hedge.

The security model is also what gives the 21 million cap its teeth. A supply limit is only worth anything if the system enforcing it cannot be overpowered, and proof of work is what makes overpowering it a billion-dollar road to nowhere. Strip the energy out and the cap becomes a suggestion. Keep it in and the cap becomes a fact, backed by seventeen years of accumulated work that no one has ever managed to undo. Own one bitcoin and you own one 21-millionth of the whole thing, this year and every year after, and nothing short of physics can dilute you out of that share.

If you want that certainty to sit in your own hands rather than on somebody's exchange balance sheet, that is the work I do. Book a Bitcoin structure call and we will get it set up properly.

Frequently asked questions

What is proof of work in plain English?

It is a competition where computers burn real electricity guessing at a puzzle, and the winner earns the right to add the next block of transactions to Bitcoin. Because the guessing is expensive and the answer is instant to check, cheating costs more than playing straight. That is what lets Bitcoin keep an honest set of accounts with no bank in the middle.

Why does Bitcoin mining use so much electricity?

The electricity is not paying to process transactions. It is securing the ledger. Every unit a miner spends is a unit an attacker would have to spend to rewrite Bitcoin's history, so the energy is the defence, not a side effect. A network that spent nothing to secure itself would be trivial to forge. Much of that power is cheap or stranded energy that would otherwise be wasted.

Has Bitcoin's proof-of-work system ever been successfully attacked?

No. The protocol has run continuously since January 2009 without a successful consensus-layer attack. The famous losses, from Mt Gox onward, were exchanges and custodians failing, the human infrastructure around Bitcoin, not the protocol. The coins existed on the blockchain before those collapses and after them.

How does proof of work protect Bitcoin's 21 million supply cap?

The cap only means something if nobody can override the network that enforces it. Proof of work makes overriding it a road to nowhere: an attacker would need more computing power than the rest of the planet combined, spend billions to get it, and end up crashing the very asset they were trying to steal. That is why the cap is a fact rather than a promise. Get started if you want to hold Bitcoin properly.

Ready to get your Bitcoin position right?

SimplB helps South African investors buy and hold Bitcoin properly, as a Juristic Representative of CAEP Asset Managers (FSP 33933).

Book a discovery call