What Is a Record?
Understanding how information is tracked over time
Definition
A record is a piece of written or digital evidence that documents an event, a transaction, or information, allowing it to be verified and tracked chronologically. Key concepts include Immutable.
Think of a Record as:
Just as a grocery receipt proves you paid for your milk at a specific time, a digital record proves that a transaction or action occurred online.
Real-Life Example
Imagine you borrow a book from a library. The librarian writes down your name, the book title, and the date in a ledger. This is a record:
- 1 It lists who participated (You and the library).
- 2 It lists what happened (Book borrowed).
- 3 It lists when it occurred (The date and time).
Key Highlights:
- Participants (Who)
- Transaction (What)
- Timestamp (When)
Interactive Diagram
Launch the interactive diagram to see this in action.
Open Interactive DiagramThe interactive diagram for this chapter demonstrates What Is a Record. It shows a visual comparison between physical records (paper ledgers) and digital records stored on computers.
What to explore:
- click to create a new record; watch it get stored; see how records are organized in a ledger; compare physical vs digital
- a record is a stored piece of information — in blockchain, records are grouped into blocks that are permanently linked together
Introduction
Every day, we interact with Record. Your school keeps a Record of your grades. The library keeps a Record of which books you borrowed. Your doctor keeps a Record of your vaccinations. A Record is simply a piece of information stored for future reference. Record help us remember, verify, and trust information. Without Record, we would have no proof of anything.
Record have existed for thousands of years. Ancient civilizations used clay tablets, papyrus scrolls, and stone carvings to Record transactions, laws, and history. Today, most Record are digital — stored in databases on computers. But digital Record have a problem: they can be changed or deleted without anyone noticing. How do we know a digital Record has not been tampered with?
In this chapter, you will learn what Record are, how they have evolved from clay tablets to digital databases, and why traditional record-keeping systems have limitations. Understanding Record is the first step toward understanding blockchain, which is a revolutionary new way of keeping Record that cannot be altered.
How It Works
A Record has three essential parts: the data itself (what is being recorded), a Timestamp (when it was recorded), and an author or source (who created it). For example, a library Record for borrowing a book contains the book title (data), the date borrowed (Timestamp), and your name (author). These three elements make the Record useful and verifiable.
Traditional record-keeping relies on a central authority. The library's computer system is the official Record of who has which book. The school's database is the official Record of your grades. This centralized model works well but has a vulnerability: if the central database is hacked, corrupted, or manipulated, the Record can be changed without detection. A dishonest person with access to the database could alter grades, delete debts, or forge documents.
Household Object Analogy
Think of a Record like a photograph. A photograph captures a moment in time — who was there, what they were doing, how they looked. Just as a photo preserves a moment, a Record preserves information. But traditional digital Record are like photos that can be edited with Photoshop — you cannot tell if they have been changed. Blockchain creates Record that are like photos that cannot be edited at all.
Deeper Dive
Digital Record face three major challenges: tampering (someone changes the data without authorization), fraud (someone creates fake Record), and single point of failure (the central database goes down or is destroyed). Banks, governments, and companies spend enormous amounts of money on security to protect their Record. Firewalls, encryption, access controls, and backup systems help, but none of these solutions are perfect.
The concept of a trusted third party is central to traditional record-keeping. When you buy a house, a bank verifies the transaction. When you get a diploma, the school certifies it. When you send money, your bank confirms the transfer. We trust these institutions to keep accurate Record. But this trust can be misplaced — institutions can make mistakes, be corrupted, or fail. The financial crisis of 2008 was partly caused by failures in trusted record-keeping systems.
Ledger are a specific type of Record. A Ledger is a book (or database) that Record transactions — who paid whom, how much, and when. Double-entry bookkeeping, invented in the 15th century, Record each transaction twice (as a debit in one account and a credit in another) to prevent errors and fraud. This system is still used by every bank and business today. Blockchain is a new type of Ledger, often called a 'distributed Ledger'.
Key Insight
The word 'Record' comes from the Latin 'recordari', meaning 'to remember' or 'to call to mind'. Record are tools for collective memory — they allow society to remember what happened even when individual memories fade or disagree.
Advanced
In computer science, Record face the Byzantine Generals Problem, a thought experiment about how to achieve consensus in a distributed system where some participants may be unreliable or malicious. Imagine several Byzantine army generals surrounding a city, each commanding a portion of the army. They must agree on a plan (attack or retreat), but messengers may be intercepted, and some generals may be traitors. How can they reach agreement? This problem, described in 1982, is central to understanding why blockchain was necessary.
The CAP theorem (Consistency, Availability, Partition tolerance) states that a distributed data system can only guarantee two of these three properties at any time. Traditional databases prioritize consistency and availability. Blockchain prioritizes consistency and partition tolerance, sacrificing availability in certain circumstances. Understanding this trade-off helps explain why blockchains are slower than traditional databases but more resilient to attacks.
Merkle trees are a data structure used in blockchain to efficiently verify Record. A Merkle tree combines pairs of Record (or their hashes) together repeatedly until a single 'root hash' remains. If any Record in the tree is changed, the root hash changes. This allows anyone to verify that a Record has not been tampered with by checking just a few hashes, not the entire dataset. Merkle trees were invented by Ralph Merkle in 1979.
Vocabulary Table
| Term | Definition |
|---|---|
| Record | A documented piece of data representing an action or transaction. |
| Ledger | A book or database tracking financial transactions and balances. |
| Timestamp | A digital label indicating the exact date and time a record was written. |
| Immutable | Something that can never be modified or altered once created. |
Fun Facts
The oldest known written Record are clay tablets from Mesopotamia, dating back to around 3400 BCE. They recorded grain storage and trade transactions.
The Library of Alexandria, founded around 300 BCE, was the largest record-keeping institution of the ancient world, holding an estimated 400,000 to 700,000 papyrus scrolls.
The double-entry bookkeeping system, still used by all modern businesses, was first described in detail by Italian mathematician Luca Pacioli in 1494.
A single bank failure can destroy the Record of millions of customers. During the 2008 financial crisis, multiple banks failed and their digital Record were lost or frozen.
The world produces about 2.5 quintillion bytes of data every day. Most of this data is stored in centralized databases vulnerable to tampering.
Common Misconceptions
Misconception: Digital Record cannot be changed once created.
Truth: Digital Record can be changed easily unless special protections are in place. Blockchain was invented specifically to make digital Record tamper-proof.
Misconception: Central databases are always secure.
Truth: Central databases are vulnerable to hacking, insider threats, and single points of failure. Even large companies like Equifax and Marriott have suffered major data breaches.
Misconception: All Record must be stored by a trusted authority.
Truth: Blockchain technology allows Record to be verified without trusting any single authority. Instead, trust is distributed across many participants.
Misconception: Paper Record are more secure than digital Record.
Truth: Paper Record can be lost in fires, floods, or simply misplaced. They also cannot be easily searched, backed up, or verified from a distance. Both paper and digital have their own security challenges.
Knowledge Check
1. What is the primary purpose of a ledger?
Answer: To track and document transactions
2. What does it mean if a record is 'immutable'?
Answer: It can never be changed once written
3. Which detail is always included in a secure record to prove when it happened?
Answer: A timestamp
