What is Blockchain?
A blockchain is a distributed, append-only ledger that records transactions in cryptographically linked blocks, maintained by a network of nodes that reach consensus without a central authority.
WHY IT MATTERS
A blockchain combines a data structure and consensus system. Transactions are grouped into blocks, each containing a hash of the previous block (creating the 'chain'), and the network agrees on which blocks are valid through a consensus mechanism.
Key properties: immutability (past blocks can't be altered), transparency (anyone can verify the ledger), and decentralization (no single entity controls the network). These enable trustless systems.
Different blockchains make different tradeoffs. The 'blockchain trilemma' — optimizing for two of decentralization, security, and scalability — shapes all design decisions.