What it is and the problem it solves
Blockchain is a public, distributed ledger secured by cryptographic hashing and proof-of-work. It solves the double-spending problem for digital currency without a trusted authority.
How it works
It chains cryptographically hashed blocks of transaction data. Each block contains a hash of the previous block, a timestamp, and transaction data. Nakamoto added a Hashcash-like proof-of-work mechanism and a difficulty parameter to regulate block creation rate.
What works
The bitcoin blockchain reliably prevents double-spending. Its decentralised consensus works across untrusted nodes. The genesis block’s embedded timestamp proves immutability from day one.
What does not
It does not scale for high-frequency transactions. It does not reduce computational cost: proof-of-work demands increasing energy. It does not eliminate coordination overhead—it replaces central authority with emergent, contested governance.
What it changes
It changes how digital records can be verified without intermediaries. It establishes a new baseline for public, append-only, tamper-resistant ledgers. It shifts trust from institutions to code, cryptography, and collective verification.
Is it worth your time
Yes—if you work on distributed systems, consensus protocols, or digital trust models. No—if you need high throughput, low latency, or energy-efficient recordkeeping.