← Back to Top

Bitcoin

In 2008, when a mysterious figure publishing under the name Satoshi Nakamoto, released a white paper describing Bitcoin. Nobody knew who Satoshi was — it may have been one pairson, maybe a group. They've never been identified.

The key insight Bitcoin borrowed from cryptography was the idea of a digital signature — a mathematical proof that you own something and authorised a transaction, without needing a bank or any central authority to vouch for you. Layer on top of that a blockchain — a chain of transaction records where each block contains a cryptographic hash of the previous block, meaning you can't alter any historical record without redoing all the computational work that came after it — and you have a system where strangers can transact with each other trustlessly.

It's the logical endpoint of a journey that started with a Caesar cipher, wound through the clicking rotors of Enigma, ran through the mathematical genius of Turing, and blossomed into a global, decentralised form of money that no government controls.

The thread running through all of it is this: secrets require math, and math is neutral — it doesn't care who's using it, or why. Turing used it to save democracies. The Germans used it to hide atrocities. Bitcoin uses it to challenge the idea of centralised finance. The same underlying logic, in different hands, with radically different consequences.

What Is Bitcoin

Bitcoin is a decentralized digital currency that allows people to send and receive money across the internet without the need for a central bank or a single administrator. To understand how it works, you have to shift your thinking away from physical coins or paper bills, and instead think of it as a massive, shared, digital accounting ledger. This ledger is called the blockchain. Every single transaction that has ever happened in the history of Bitcoin is recorded on this ledger, and because thousands of computers around the world hold a copy of it, it is nearly impossible to forge or alter.

When you want to send Bitcoin to someone, you aren't actually sending a file. Instead, you are broadcasted a message to the entire network that says you are moving a specific amount of value from your digital address to someone else's. For this to happen securely, Bitcoin uses two main tools: private keys and public keys. Your public key is like an email address that anyone can see to send you money, while your private key is like a secret password that allows you to authorize a transaction. When you hit send, your digital signature proves to the network that you are the rightful owner of those funds without you ever having to reveal your secret password.

The Miners

Once your transaction is broadcasted, it enters a waiting area with thousands of other pending transactions. This is where the process of mining comes in. Miners are specialized computers that compete to verify these transactions. They do this by solving a complex mathematical puzzle that requires a tremendous amount of computational power. This process is called Proof of Work. It s erves a dual purpose: first, it secures the network by making it prohibitively expensive for any single person to cheat, and second, it is the mechanism through which new Bitcoins are entered into circulation.

The first miner to solve the puzzle gets to bundle a group of transactions into a new block and add it to the existing chain of blocks, which is why we call it the blockchain. As a reward for their work and for the electricity they consumed, the miner receives a specific amount of newly created Bitcoin. This reward is programmed to get smaller over time. Roughly every four years, an event called the halving occurs, where the amount of new Bitcoin given to miners is cut in half. This is part of what makes Bitcoin unique compared to traditional currencies like the dollar or the euro. While a government can decide to print more money, which often leads to inflation, Bitcoin has a hard cap. There will only ever be twenty-one million Bitcoins in existence, making it a finite digital resource.

You might wonder why we can trust this system if no one is in charge. The answer lies in the consensus. Because the blockchain is public and distributed, every computer on the network is constantly checking every other computer's work. If someone tried to send the same Bitcoin to two different people at the same time, or tried to give themselves extra money, the rest of the network would see that their version of the ledger doesn't match the majority and would simply reject the transaction. This creates a system of "trustless" digital cash, meaning you don't have to trust a bank, a government, or the person you are dealing with; you only have to trust the mathematics and the open-source code that runs the network.

Summary

Bitcoin works through a combination of three main pillars:

1. The blockchain, which is the transparent and permanent record of every transaction.

2. Cryptography, which ensures that only the person with the private key can spend their funds.

3. Mining, which uses a competitive process to verify transactions and secure the network without a central authority.

It is essentially the world’s first global, borderless, and decentralized financial system, that operates entirely on code.

← contents