crypto101
What is blockchain?
What is blockchain? Blocks, chains, hashes, consensus. Why it's immutable. Public vs private blockchains. Why it matters beyond crypto.

What is blockchain?
Blockchain is the infrastructure that powers Bitcoin. It’s also a technology that extends far beyond cryptocurrency. Understanding it is essential to understanding bitcoin and the future of digital trust.
Simple definition
A blockchain is a distributed ledger. A ledger is a record of transactions. Distributed means many computers hold identical copies. No single entity controls it.
The components
Blocks A block contains multiple transactions. Each block also contains: - A timestamp (when the block was created) - A hash (unique fingerprint of the block) - A reference to the previous block’s hash (the “chain” part) - Data (transactions, smart contracts, etc.)
The Chain Blocks link together chronologically. Each block references the previous block’s hash. This creates an unbreakable chain. Change any past block, and all subsequent blocks become invalid.
Hashes A hash is a cryptographic fingerprint. Change one character in a block’s data, and the hash completely changes. This makes tampering obvious.
Example: - Block 1: “Alice sent 1 BTC to Bob” → Hash: 3A7F2B1C - Block 2: References Hash: 3A7F2B1C - Someone tries to change Block 1 to “Alice sent 0 BTC to Bob” - Block 1 now has Hash: 5D4E9A2L - Block 2 still references 3A7F2B1C - The chain is broken. The tampering is detected.
Consensus
In a centralized database (bank), one entity decides if a transaction is valid. In a blockchain, the network decides.
Proof of Work (Bitcoin) Miners compete to solve a mathematical puzzle. First to solve it gets to add the next block. The puzzle is hard (requires computational work), but the solution is easy to verify. This makes attacks expensive.
Proof of Stake (Ethereum, newer systems) Validators put up collateral (stake). If they validate fraudulent transactions, they lose the collateral. Consensus comes from financial incentive, not computational work.
Both mechanisms create consensus without a central authority.
Why it’s immutable
The combination of hashing, linking, and distributed consensus creates immutability.
To alter a past transaction:
1. You’d need to change the block containing it (difficult, requires hash)
2. You’d need to update the hash in the next block (now that block is invalid)
3. You’d need to update all subsequent blocks (cascading invalidity)
4. You’d need to do this on 51% of the network’s computers simultaneously (for Bitcoin, thousands of computers worldwide)
5. You’d need to do it faster than the network can produce new blocks (impossible at scale)
Practically: Bitcoin has never been successfully altered. The older a transaction, the more immutable it is.
Public vs private blockchains
Public Blockchain (Bitcoin, Ethereum) - Anyone can join - Anyone can read all data - Anyone can validate transactions - Decentralized consensus required - Slower (must achieve consensus among many nodes) - Transparent but pseudonymous
Private Blockchain (Enterprise use) - Restricted access (invited participants only) - Central operator controls who joins - Faster (fewer consensus participants) - Often centralized (defeats the purpose) - Example: A bank tracking internal transfers
Hybrid Blockchains - Some data public, some private - Growing in enterprise adoption
Bitcoin is public. Ethereum is public. These are the largest.
Why it matters beyond crypto
Supply Chain - Track products from factory to consumer - Immutable proof of origin - Example: Diamond certification, pharmaceutical supply chain
Healthcare - Medical records that only patient can access - Share data with doctors without losing control - Immutable health history
Voting - Transparent voting without revealing voter identity - Tamper-proof election results
Property Rights - Land deeds on blockchain - Proof of ownership without centralized registry - Especially useful in countries with corrupt land offices
Contracts - Smart contracts (self-executing agreements) - Terms encoded in code - Execute automatically when conditions met
Identity - Self-sovereign identity - Proof of identity without government reliance - Useful for refugees, stateless people
Bitcoin’s blockchain
Bitcoin’s blockchain is unique: - 21 million bitcoin maximum (hard cap) - 10-minute block time (approximately) - Immutable since 2009 (no successful attack) - Fully public and transparent - Used purely for transactions and store of value (no smart contracts)
Limitations of blockchain
Speed Consensus takes time. Bitcoin: 10 minutes per block. Ethereum: 12 seconds. Traditional databases: milliseconds.
Storage Every node stores full history. Bitcoin blockchain is 600+ GB. Ethereum 1+ TB. Compared to a traditional database (GB), it’s large.
Energy Proof of work requires computational power. Bitcoin uses ~120 TWh annually. Proof of stake is much more efficient.
Irreversibility Mistakes are permanent. Send BTC to wrong address, it’s gone. No undo button.
Regulation Uncertainty Blockchain regulation is still evolving. Different jurisdictions have different rules.
Blockchain vs Bitwala
Bitwala uses blockchain (Bitcoin blockchain) for: - Storing bitcoin (self-custody) - Settlement of transactions - Proof of ownership
Bitwala adds on top of blockchain: - MiCA regulation (European safeguards) - User-friendly interfaces (MPC wallet, Visa card) - Traditional financial services (EUR loans, DCA)
The blockchain is the infrastructure. Bitwala is the application.
FAQ
Is blockchain the same as Bitcoin? No. Blockchain is the technology Bitcoin runs on — a shared record of transactions that no single person controls. Bitcoin was the first and most well-known use of it, but other blockchains like Ethereum serve different purposes. The technology is also used outside of crypto, in areas like supply chain tracking and digital identity.No. Bitcoin uses blockchain, but blockchain exists independently. Blockchains can exist without cryptocurrency.
Is blockchain unhackable? No system is unhackable. But blockchain is much harder to hack than centralized databases because: - Distributed copies (attack 51% of nodes, not one server) - Cryptographic protection - Immutable history - Transparent (attacks are visible)
Can I delete something from a blockchain? No. The immutability is the feature. You can add new transactions, but you can’t erase old ones. This is intentional.
Why does it matter that blockchain is transparent? Transparency enables verification. You don’t need to trust a bank. You can verify the chain yourself.
Are all blockchains the same? No. They differ in: - Consensus mechanism (proof of work vs stake) - Speed (block time) - Capacity (transaction throughput) - Privacy (public vs private) - Governance (who decides changes)
Can blockchain replace banks? For some functions (settling transactions, storing value), yes. For others (lending, credit decisions), probably not without significant innovation.
Last updated: April 14, 2026. For informational purposes only.