This page is the spine of the site. If you are short on time, work through the modules below in order and treat the other pages as reference. The course is free, plain English, and deliberately conceptual before it becomes practical. There is no signup, no email capture, and no certificate. Learning Bitcoin is not a credentialing exercise.
Who this course is for
- Adults who have heard about Bitcoin for years and want a calm, structured first pass.
- Students writing essays, projects, or theses that touch on Bitcoin.
- Teachers and lecturers looking for a neutral curriculum spine they can adapt.
- Developers, designers, and analysts approaching Bitcoin as a system rather than a price.
- Parents who want a non-hype reference before talking to a teenager about it.
What this course will not cover
Setting expectations is easier than walking back disappointments later. This course does not include: price forecasts, technical analysis, "best wallet" picks, trading techniques, leverage, lending, yield farming, mining profitability, or anything about altcoins, tokens, ICOs, or memecoins. Those are different topics with different risks, and lumping them together is part of why beginners get burned.
The module path
Each module is short on purpose. The aim is one focused session, not a marathon. The reading order matters more than the speed.
Start: what we are actually studying
What Bitcoin is, what it is not, and the difference between the network, the unit, and the software.
Money basics
Why money exists at all, what makes something usable as money, and how this frames the Bitcoin design.
The Bitcoin network
Nodes, miners, blocks, and the simple idea of a shared ledger that no single party rewrites.
Wallet concepts
What a wallet really is. Why "your wallet" is a misleading phrase. Custodial versus self-custodial models.
Transactions
Inputs, outputs, fees, confirmations, and why a Bitcoin transaction is closer to a notarised note than an email.
Security and threat models
Common attacks against beginners. Phishing, fake support, recovery-phrase theft, and device compromise.
Open source
How Bitcoin is maintained. Why "open source" is more than a free download. How to read changes without panic.
Further reading
Where to go after the course. Books, papers, and study formats that reward time spent.
Module 001 - Start: what we are actually studying
Bitcoin is three things at once and the words usually get blurred. There is the network, which is the global set of computers running compatible software. There is the unit, often written as BTC, which is a number tracked by that network. And there is the software, which is the open codebase anyone can read or run. When someone says "I bought some Bitcoin", they mean the unit. When someone says "Bitcoin processed a transaction", they mean the network. Keeping these separate makes most of the rest of the course much easier.
Module 002 - Money basics
Before Bitcoin makes sense, money has to make sense. Money is whatever a group of people agree they will accept in exchange for the things they actually want. Coins, paper notes, bank deposits, mobile wallets, and tally sticks have all played that role. What varies is who is allowed to issue it, who can change the rules, and how easy it is to move. The Bitcoin design takes a strong position on all three of those questions, which is the part most worth understanding.
Module 003 - The Bitcoin network
A Bitcoin node is a computer running the software, keeping a copy of the shared ledger, and rejecting anything that breaks the rules. A miner is a specialised participant that proposes new blocks and is paid in newly issued and fee-collected Bitcoin if their block is accepted. The thing that holds this together is not a company, a foundation, or a board. It is a set of rules that every node enforces independently. If you remember nothing else from this module, remember that.
Module 004 - Wallet concepts
"Wallet" is one of the worst-named ideas in the whole field. A Bitcoin wallet does not really hold Bitcoin. It holds the keys needed to authorise moves of Bitcoin already recorded on the network. There is no file inside the app that "is" your money. The money is the entry on the ledger; the wallet is the thing that proves you are allowed to spend it. The full treatment lives on the wallet safety page, and you should read it before installing anything.
Module 005 - Transactions
A Bitcoin transaction is a signed message that says "take these previously received pieces, send these amounts to these destinations, and leave the change here". Once confirmed, it is effectively permanent. There is no chargeback, no support line, and no human to phone if a typo sent the funds somewhere unintended. Beginners often underestimate how much that single property changes everything about how the system should be used.
Module 006 - Security and threat models
The most common Bitcoin loss is not a clever cryptographic attack. It is a person being tricked into typing a recovery phrase into a fake website, sending funds to a scammer impersonating "support", or leaving keys on a compromised computer. The fix is not paranoia. The fix is a clear mental model of what an attacker needs to steal funds, and an honest habit of not giving them any of it. Real cases are walked through on the wallet safety page.
Module 007 - Open source
Bitcoin's reference software is developed in the open by a rotating cast of contributors. Changes are proposed, reviewed in public, and only merged after extensive discussion. There is no CEO who can ship a feature on a Friday afternoon. That slowness is a feature, not a bug, because the software is meant to hold value rather than chase product velocity. The open source page explains how to read and contribute without getting overwhelmed.
Module 008 - Further reading
Once the modules above feel comfortable, the books page lays out a slower reading path through Bitcoin from several different angles: history, cryptography, economics, and software. Pick the angle that matches how you usually think. Trying to read everything at once tends to produce nothing.
Suggested classroom flow
For a school or community-college setting, the modules above map roughly to eight 45-minute lessons. Modules 001 and 002 work well together as a single introduction. Modules 003 and 005 should be split, because transactions tend to surface questions that a short class cannot absorb if the network has only been touched briefly. Module 006 deserves its own session and benefits from real-world case discussion rather than slides. There is more practical lesson scaffolding on the educators page.
Reference and source material
For anyone who wants to read the original document, the Bitcoin whitepaper and a curated set of getting- started essays are hosted on the project's long-standing community site. Treat the whitepaper as primary source material; treat the essays as one of many useful summaries.
Source: bitcoin.org getting-started material.
What to read next
After finishing the modules, the next useful pages are wallet safety for practical risk, books for depth, glossary for vocabulary, and FAQs for the small questions that always come up.