Blockchain 101 provides an overview of blockchains and distributed ledgers. It explains that a blockchain is a linked list of digital blocks that chronicles events in the lifetime of an entity. Each block contains a cryptographic signature, references the previous block, and may include smart contracts. Blockchains use cryptography and consensus to securely link blocks together, making the chain difficult to modify. Distributed ledgers store identical copies of blockchains across multiple databases, reaching consensus on the data through majority agreement.