This document provides an introduction to blockchain technology. It begins with an analogy of playing a chess game through mail to illustrate how agreeing on a shared transaction history allows distributed parties to agree on the current state. It then discusses how blockchains work by linking transaction records into an immutable chain through cryptographic hashes. This allows distributed parties who don't fully trust each other to reach consensus on the legitimate transaction history without the need for a centralized authority. The document also covers key concepts like validity conditions, proof of work, and how blockchains resolve forks.