Table of Contents
Bitcoin is a decentralized digital monetary network that enables peer-to-peer value transfer without intermediaries. This guide covers everything you need to know: from how Bitcoin works to why it exists, from its technical foundations to the practical steps for using it.
- A brief history of money
- What is Bitcoin
- How Bitcoin works
- Why Bitcoin matters
- Bitcoin and the fiat system
- How to use Bitcoin
- Scaling Bitcoin: the Lightning Network
- Privacy and Bitcoin
- Bitcoin and the environment
- Bitcoin vs Ethereum
- Further reading
A brief history of money
Before understanding Bitcoin, it helps to understand what it replaces.
For most of human history, money was not a given. Early communities relied on gift economies and direct barter — systems that worked only at small scale. As societies grew, they needed a medium of exchange that could be widely accepted, easily divisible, and resistant to deterioration.
Commodities like shells, salt, and cattle served this role for millennia. Eventually, precious metals — gold and silver — emerged as superior monetary goods: scarce, durable, fungible, and difficult to counterfeit. Coins standardized their weight and purity. Paper notes, initially redeemable for gold held in bank vaults, made transactions more practical.
The critical shift came in the 20th century. The Bretton Woods agreement of 1944 tied major currencies to the US dollar, which was convertible to gold at $35 per ounce. When President Nixon unilaterally suspended dollar-gold convertibility in 1971, the world entered the era of purely fiat currencies — money backed by nothing except government decree and public trust.
Since then, every major currency has lost purchasing power through inflation. The money supply is controlled by central banks, which can expand it at will. Savings are eroded. Financial transactions are surveilled. Access to banking can be denied.
Bitcoin was designed as an alternative.
→ Read the full article: What is money?
What is Bitcoin
Bitcoin is a protocol — a set of rules that enables a network of computers to maintain a shared ledger of transactions without relying on any central authority.
It was introduced on October 31, 2008, when an anonymous individual or group using the pseudonym Satoshi Nakamoto published a nine-page paper titled “Bitcoin: A Peer-to-Peer Electronic Cash System”. The paper described a system where digital value could be transferred directly between parties, with double-spending prevented not by a trusted third party but by cryptographic proof and a distributed network.
On January 3, 2009, Nakamoto mined the first Bitcoin block — the genesis block — embedding in it a headline from The Times: “Chancellor on brink of second bailout for banks.” The message was not accidental.
The core properties of Bitcoin are defined by its protocol:
- Fixed supply: there will never be more than 21 million bitcoin. No entity can alter this limit.
- Decentralization: no single party controls the network. Thousands of nodes worldwide enforce the rules independently.
- Permissionless: anyone can send, receive, and hold bitcoin. No application, no approval, no identity verification required at the protocol level.
- Pseudonymous: transactions are recorded on a public ledger linked to addresses, not identities.
- Open-source: the software is publicly auditable. Anyone can review, modify, or propose changes.
The smallest unit of bitcoin is a satoshi (sat), equal to 0.00000001 BTC — one hundred millionth of a bitcoin. Most everyday transactions are denominated in sats.
How Bitcoin works
The blockchain
The Bitcoin blockchain is a chain of blocks, each containing a batch of verified transactions. Every block is cryptographically linked to the previous one through hashing — specifically, each block header includes the hash of the preceding block, creating a tamper-evident chain stretching back to the genesis block.
A block header contains:
- The previous block hash, linking it to the chain
- The Merkle root, a single hash summarizing all transactions in the block
- A timestamp
- The difficulty target, which determines how hard it is to mine the block
- A nonce, the variable miners adjust to find a valid hash
This structure ensures that altering any past transaction would require recalculating every subsequent block — a task that becomes computationally impractical as the chain grows. This is often called immutability, though it is more precisely described as progressively increasing resistance to modification.
Satoshi Nakamoto himself referred to this structure as a “timechain” — a system for establishing decentralized temporal ordering of events.
→ Read the full article: The Bitcoin blockchain: structure and functioning
Transactions
A Bitcoin transaction moves value from one or more inputs to one or more outputs. Unlike a bank account with a single balance, Bitcoin uses the UTXO model (Unspent Transaction Output): every bitcoin you “own” is actually a collection of discrete, unspent outputs from previous transactions.
The process relies on asymmetric cryptography:
- A private key — a randomly generated 256-bit number — gives you control over your bitcoin
- From the private key, a public key is derived through elliptic curve multiplication (a one-way mathematical function)
- From the public key, a Bitcoin address is generated through hashing
To spend bitcoin, you sign a transaction with your private key, proving ownership without revealing the key itself. The network verifies the signature using your public key.
Transaction fees are not proportional to the amount sent but to the data size of the transaction, measured in sat/vB (satoshis per virtual byte). A transaction sending 0.001 BTC can cost more than one sending 100 BTC if it involves more inputs and outputs.
→ Read the full articles: How do Bitcoin transactions work? · Bitcoin addresses: nature and differences
Mining and Proof of Work
Mining is the process by which new transactions are validated and added to the blockchain. Miners compete to find a hash — a numeric output of the SHA-256 function — that falls below the current difficulty target. This requires enormous computational effort but trivial verification: anyone can check a valid hash instantly, but finding one requires trillions of attempts.
This mechanism is called Proof of Work (PoW). It serves two purposes:
- Security: to alter the blockchain, an attacker would need to redo the work of all subsequent blocks, requiring more computational power than the rest of the network combined
- Issuance: miners who find a valid block are rewarded with newly created bitcoin (the block reward) plus transaction fees
The difficulty adjusts every 2,016 blocks (~2 weeks) to maintain an average block time of ~10 minutes, regardless of how much computational power joins or leaves the network.
Proof of Work is often compared unfavorably to Proof of Stake, which selects validators based on collateral rather than computation. The comparison misses the point: PoW provides a link between the digital and physical world — mining requires real energy expenditure, making the ledger’s history expensive to rewrite. Proof of Stake, by contrast, relies on the very asset it secures as collateral, creating a circular dependency.
→ Read the full articles: Mining: global competition in a roll of the dice · What is Proof-of-Work? · PoW vs PoS
Nodes
A Bitcoin node is a computer running the Bitcoin software that independently validates every transaction and every block against the protocol’s rules. Nodes do not trust other nodes — they verify everything themselves.
This is the foundation of Bitcoin’s decentralization. If miners are the muscles of the network, nodes are the immune system: they reject any block that violates the rules, regardless of how much computational power was used to produce it.
Running a node requires modest hardware — a basic computer with ~1 TB of storage and a standard internet connection. This low barrier is by design: the more nodes exist, the harder it is for any party to impose rule changes on the network.
→ Read the full article: What is a Bitcoin node?
The halving
Every 210,000 blocks (~4 years), the block reward paid to miners is cut in half. This event is called the halving.
- 2009: 50 BTC per block
- 2012: 25 BTC
- 2016: 12.5 BTC
- 2020: 6.25 BTC
- 2024: 3.125 BTC
The halving will continue until approximately 2140, when the last satoshi is mined and the total supply reaches 21 million. After that, miners will be compensated exclusively through transaction fees.
The halving is not an economic event imposed from outside — it is hardcoded into the protocol. It makes Bitcoin’s monetary policy entirely predictable: unlike any central bank, the issuance schedule is known decades in advance and cannot be changed by any individual, company, or government.
→ Read the full article: What is the halving?
Why Bitcoin matters
Digital scarcity
Before Bitcoin, digital goods could not be scarce. Any digital file can be copied infinitely at zero cost. Bitcoin solved this through the combination of cryptography and a decentralized consensus mechanism: for the first time, a digital asset can be provably limited in quantity.
There will only ever be 21 million bitcoin. This is not a policy target — it is an immutable rule enforced by every node on the network. In a world where central banks routinely expand monetary supply, Bitcoin offers a credible alternative: a monetary good with a supply that no one can inflate.
Decentralization
Bitcoin has no CEO, no headquarters, no board of directors. The protocol is maintained by a global community of developers, miners, node operators, and users — none of whom individually controls the system.
This is not a design flaw; it is the core feature. Centralized systems have a single point of failure and a single point of capture. A centralized digital currency can be inflated, censored, confiscated, or shut down. Bitcoin cannot, because there is no one to call, no server to seize, no switch to flip.
Censorship resistance
Anyone with an internet connection can use Bitcoin. Transactions cannot be blocked or reversed by banks, governments, or payment processors. Funds cannot be frozen.
This property is often dismissed as irrelevant by those who live in stable democracies with functioning banking systems. It is existential for those who do not: activists under authoritarian regimes, citizens of countries with capital controls, people excluded from the banking system, and anyone whose financial access depends on political compliance.
Store of value or medium of exchange?
A recurring debate in the Bitcoin community asks whether bitcoin is primarily a store of value — digital gold — or a medium of exchange — digital cash. The answer is that these roles are not mutually exclusive, and the emphasis shifts over time.
In its current phase, bitcoin functions primarily as a savings technology: a way to store value across time without exposure to monetary debasement. As adoption grows, infrastructure matures, and volatility decreases, its role as a medium of exchange expands — particularly through the Lightning Network.
→ Read the full article: Bitcoin: store of value or medium of exchange?
Bitcoin and the fiat system
Bitcoin did not emerge in a vacuum. It was created in the immediate aftermath of the 2008 financial crisis — the largest systemic banking failure since the Great Depression.
The fiat monetary system, in place since 1971, operates on a simple premise: money has value because the government says it does. Central banks control the money supply, adjusting interest rates and engaging in quantitative easing (creating new money) to manage economic cycles. Commercial banks amplify this through fractional reserve lending, creating credit far exceeding the base money supply.
The results are structural:
- Inflation is a feature, not a bug: central banks explicitly target 2% annual inflation, meaning money loses half its purchasing power roughly every 35 years
- Moral hazard: institutions deemed “too big to fail” are bailed out with taxpayer money, privatizing profits and socializing losses
- Financial surveillance: every digital transaction in the fiat system is monitored, recorded, and can be censored
- Exclusion: an estimated 1.4 billion adults globally lack access to basic banking services
Bitcoin offers a different model: fixed supply, no bailouts, permissionless access, and pseudonymous transactions. It does not require trust in any institution — only verification of mathematics.
→ Read the full article: What is money?
How to use Bitcoin
Wallets
A Bitcoin wallet is not a container — it does not “hold” bitcoin the way a physical wallet holds cash. A wallet is a key manager: it stores your private keys and uses them to sign transactions. The bitcoin itself exists only on the blockchain.
Wallets come in several forms:
- Desktop wallets: full-featured, suitable for larger amounts and advanced use
- Mobile wallets: convenient for everyday transactions and Lightning payments
- Hardware wallets: dedicated devices that keep private keys offline, ideal for long-term storage
- Paper wallets: a printed private key or seed phrase — simple but fragile
When choosing a wallet, prioritize: Bitcoin-only focus, open-source code, support for Tor, coin control, and replace-by-fee (RBF) capability.
→ Read the full article: What is a wallet?
Buying bitcoin
There are two main approaches:
Centralized exchanges (CEX): platforms where you create an account, verify your identity (KYC), and buy bitcoin with fiat currency. They offer convenience and liquidity but require trusting a third party with your data and, temporarily, your funds.
Peer-to-peer exchanges (P2P): platforms like Bisq, RoboSats, or Peach that connect buyers and sellers directly. No identity verification, no intermediary holding funds. Prices may include a premium, but your financial privacy is preserved.
The choice between KYC and non-KYC has lasting implications. KYC bitcoin is permanently linked to your identity in exchange and government databases. Non-KYC bitcoin preserves pseudonymity at the protocol level.
In both cases, the cardinal rule applies: not your keys, not your coins. Bitcoin left on an exchange is not yours — it is an IOU. Withdraw to a wallet you control.
→ Read the full articles: What is a CEX? · What is a P2P exchange? · What is an ETF?
Securing your bitcoin
Your bitcoin is only as safe as your private keys. Lose them, and your funds are gone permanently — there is no customer support, no password reset, no recovery process.
The standard backup method is the seed phrase: a sequence of 12 or 24 words generated by your wallet, from which all your private keys can be derived. Write it down on paper or metal. Never store it digitally. Never share it.
For additional security, a passphrase (sometimes called the “25th word”) adds an extra layer of protection: even if someone finds your seed phrase, they cannot access your funds without the passphrase.
For larger amounts, consider a multisig setup: a wallet that requires multiple private keys (e.g., 2-of-3) to authorize a transaction, eliminating single points of failure.
→ Read the full articles: What is the seed phrase? · What is the passphrase?
Scaling Bitcoin: the Lightning Network
Bitcoin’s base layer processes roughly 7 transactions per second — by design. The block size and block time are conservative choices that prioritize decentralization and security over throughput.
The Lightning Network is a second-layer protocol built on top of Bitcoin that enables instant, near-zero-fee transactions. It works by opening payment channels between two parties: transactions within a channel happen off-chain and are settled on the main blockchain only when the channel is closed.
Through a network of interconnected channels, payments can be routed between parties who have no direct channel — similar to how internet packets are routed through intermediary nodes.
Lightning makes bitcoin viable for everyday payments: buying coffee, tipping content creators, streaming sats for podcast listening. It extends Bitcoin’s utility without compromising the base layer’s security.
→ Read the full article: Introduction to the Lightning Network
Privacy and Bitcoin
A common misconception is that Bitcoin is anonymous. It is not. Bitcoin is pseudonymous: transactions are public and permanently recorded on the blockchain, linked to addresses rather than names. But once an address is connected to an identity — through a KYC exchange, an online purchase, or blockchain analysis — the pseudonymity is broken.
Privacy in Bitcoin is not a default; it requires deliberate action. Tools and techniques exist to improve it — CoinJoin, Payjoin, the Liquid Network — but they require understanding and effort.
The question of privacy in Bitcoin is not a marginal concern. Financial privacy is a prerequisite for individual freedom: without it, every transaction becomes a data point for surveillance, scoring, and control.
→ Read the full article: Privacy and anonymity in Bitcoin
Bitcoin and the environment
Bitcoin mining consumes significant energy — this is by design, not by accident. Proof of Work requires energy expenditure to secure the network, and this cost is what makes the blockchain tamper-resistant.
The environmental debate, however, is often framed misleadingly. Key nuances:
- Energy source matters more than energy quantity: Bitcoin mining is increasingly powered by renewable and stranded energy — hydroelectric, geothermal, flared gas — because miners are economically incentivized to seek the cheapest energy available
- Bitcoin monetizes wasted energy: mining operations can be deployed anywhere, including at sources of stranded energy that would otherwise be vented or flared
- Comparison should be fair: the traditional financial system — with its offices, data centers, ATMs, armored vehicles, and military enforcement of monetary policy — also consumes vast resources, rarely accounted for in the comparison
Bitcoin’s energy consumption is the cost of operating a global, permissionless, censorship-resistant monetary network. The relevant question is not “does it use energy?” but “is the use case worth the energy?”
→ Read the full article: Bitcoin’s environmental impact
Bitcoin vs Ethereum
Bitcoin and Ethereum are fundamentally different projects with different goals.
Bitcoin is a monetary network — designed to be sound money. Its protocol changes slowly and conservatively, prioritizing security, decentralization, and backward compatibility. Its scripting language is intentionally limited.
Ethereum is a computation platform — designed to execute arbitrary smart contracts. It changes frequently, has moved from Proof of Work to Proof of Stake, and has an uncapped supply with a variable monetary policy.
The two are not competitors in any meaningful sense. Comparing them is like comparing gold to a software platform: they serve different purposes. Bitcoin’s value proposition is its credibility as incorruptible money. Ethereum’s is programmability.
→ Read the full article: Bitcoin vs Ethereum: key differences
Further reading
This guide covered the foundations. Each topic has a dedicated deep-dive article on Atlas21:
Understanding money and Bitcoin’s origins
How Bitcoin works
- The Bitcoin blockchain: structure and functioning
- How do Bitcoin transactions work?
- Bitcoin addresses: nature and differences
- What is a Bitcoin node?
- What is the mempool?
- What is a BIP?
Mining and consensus
- Mining: global competition in a roll of the dice
- What is Proof-of-Work?
- Proof of Work vs Proof of Stake
- What is the halving?
Using Bitcoin
- What is a wallet?
- What is the seed phrase?
- What is the passphrase?
- What is a CEX?
- What is a P2P exchange?
- What is an ETF?
Scaling and layer 2
Broader topics