On October 31, 2008, an individual or group using the pseudonym Satoshi Nakamoto released the Bitcoin whitepaper titled “Bitcoin: A Peer-to-Peer Electronic Cash System” on a cryptography mailing list called the Metzdowd Cryptography Mailing List.
This whitepaper includes 12 sections, but we will focus on the 5 most fundamental aspects that form the foundation of Bitcoin:
Electronic Cash System - How Bitcoin enables peer-to-peer transactions without intermediaries
Transactions - The building blocks of Bitcoin using digital signatures
Timestamp Server & Proof-of-Work - How consensus is achieved and secured
Network Architecture - How the network operates and verifies transactions
Incentives & Mining - The economic model that keeps the network running
1
Electronic Cash System
Current financial markets rely on financial middlemen - when transacting online with strangers, you must rely on third parties like banks.A peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution.Bitcoin focuses on building trustless systems built on top of computer science versus traditional trust-based systems.
2
Transactions
Transactions are the fundamental building blocks of the Bitcoin network, utilizing digital signatures for security.Each transaction relies on two key components:
Public keys: Function like an email address for receiving bitcoin and viewing balances
Private keys: Act as a password to control funds and sign transactions