🟠 Bitcoin 101

Glossary (Bitcoin 101)

A plain-English glossary for the most common Bitcoin terms — from addresses to UTXOs. Use the search box to filter instantly.

All
Basics
Wallets
Transactions
Mining
Nodes
Lightning
Security
Markets
Jump to letter:
A | B | C | D | E | F | H | K | L | M | N | O | P | R | S | T | U | W

Address

TransactionsKey Term

A string that looks like an account number, used to receive bitcoin. An address is derived from a public key (or script) and is safe to share.

Also see: Public Key, Private Key, UTXO

Adoption

Basics

More people and institutions using Bitcoin to save, spend, settle payments, and run infrastructure (nodes, Lightning, etc.).


Air-gapped

Security

A device kept offline (no internet) to reduce attack risk. Often used for signing transactions in high-security setups.

Backup

SecurityKey Term

A way to recover your wallet if a device is lost. Usually your seed phrase (and sometimes a passphrase).

Also see: Seed Phrase, Passphrase

Bitcoin (BTC)

BasicsKey Term

A decentralized digital monetary network with a fixed supply cap (21 million). BTC is the unit used to measure amounts on the network.


Block

Basics

A bundle of transactions added to the blockchain. Blocks are produced roughly every ~10 minutes on average.


Blockchain

BasicsKey Term

The public ledger of Bitcoin transactions. Blocks link together in order, forming a history that nodes can verify.


Bitcoin Improvement Proposal (BIP)

Basics

A standard way for developers and the community to propose changes or standards for Bitcoin (e.g., wallet formats, address types).


Block Reward

Mining

The bitcoin paid to miners for producing a valid block. It includes the block subsidy + transaction fees.


Block Subsidy

Mining

New bitcoin issued with each block. This subsidy decreases over time via the halving.

Confirmation

TransactionsKey Term

When your transaction is included in a mined block, it has 1 confirmation. Each new block added afterward increases confirmations, making reversal increasingly unlikely.


Custody

WalletsKey Term

Who holds the keys. Self-custody means you control the private keys. Third-party custody means an exchange or company controls them.

Difficulty

MiningKey Term

A measure of how hard it is to find a valid block. Bitcoin adjusts difficulty about every 2016 blocks to keep block times near ~10 minutes.


Decentralization

BasicsKey Term

No single party controls the network. Many independent nodes enforce the same rules, and miners compete globally.

Exchange

Markets

A service where you can buy/sell bitcoin (usually with KYC). Exchanges are convenient but introduce custodial risk if you leave coins on them.

Fiat

BasicsKey Term

Government-issued currency (USD, EUR). Fiat supply can expand; its value is maintained by policy and demand.


Fork (Soft Fork / Hard Fork)

Nodes

A change to the rules. Soft forks are backward-compatible (old nodes still recognize new blocks). Hard forks are not (old nodes reject new blocks).

Halving

MiningKey Term

An event that cuts the block subsidy in half about every 210,000 blocks (~4 years), slowing new issuance until the cap is reached.


Hash

MiningKey Term

A “digital fingerprint” of data produced by a hash function (Bitcoin uses SHA-256). Small input changes produce a totally different output.


Hashrate

Mining

The total computing power securing Bitcoin (hashes per second). Higher hashrate generally means higher cost to attack the network.

Key Pair (Public Key / Private Key)

SecurityKey Term

A public key helps generate addresses. A private key proves ownership and authorizes spending. Never share your private key.

Lightning Network

LightningKey Term

A layer-2 network for fast, low-fee bitcoin payments using payment channels. It still anchors to Bitcoin’s base layer for security.


Lightning Channel

Lightning

A two-party (or multi-path) payment channel funded by an on-chain transaction. Once open, payments can flow instantly off-chain.

Mempool

TransactionsKey Term

The waiting room for unconfirmed transactions. Miners typically prioritize transactions with higher fees per byte.


Mining

MiningKey Term

The process of using Proof-of-Work to add new blocks. Miners compete to find a valid block hash and earn the block reward.


Mining Pool

Mining

A group of miners who combine hashrate and share rewards more frequently. Payout methods vary (FPPS, PPS, PPLNS, etc.).

Node (Full Node)

NodesKey Term

Software that verifies Bitcoin rules. A full node downloads/validates blocks and transactions and enforces the protocol without trusting anyone.


Non-custodial

Wallets

A wallet or service where you control the private keys. You can transact without relying on a third party to authorize spending.

Open-source

Basics

Software whose code is public and inspectable. Bitcoin’s transparency helps people verify how the system works.

Passphrase

Security

An optional extra word/phrase added to your seed phrase (BIP39) to create a new wallet. If used, losing it can make funds unrecoverable.


Phishing

Security

Tricking you into revealing secrets (seed phrase, passwords). Never type your seed phrase into random sites or share it with “support.”


Proof-of-Work (PoW)

MiningKey Term

The consensus mechanism Bitcoin uses. Miners spend energy to produce verifiable work, making attacks expensive and history hard to rewrite.

RBF (Replace-By-Fee)

Transactions

A feature that lets a sender bump fees on an unconfirmed transaction by replacing it with a higher-fee version.


Recovery

WalletsKey Term

Restoring wallet access using your seed phrase (and passphrase, if used). Recovery depends on correct backups and compatible wallet standards.

Satoshis (sats)

BasicsKey Term

The smallest bitcoin unit. 1 BTC = 100,000,000 sats. Most everyday Lightning payments are measured in sats.


Seed Phrase (Recovery Phrase)

SecurityKey Term

A list of 12–24 words that can recreate your wallet keys. Anyone with your seed phrase can spend your bitcoin—treat it like treasure.


SegWit

Nodes

A protocol upgrade that improved transaction format and capacity, reducing certain malleability issues and enabling better scaling.

Taproot

Nodes

A major upgrade improving privacy and efficiency for certain scripts and multisig setups, and enabling more flexible smart-contract-like behavior.


Transaction (TX)

TransactionsKey Term

A signed message that moves bitcoin from one set of UTXOs to new UTXOs. It includes inputs, outputs, and fees.


Transaction Fee

Transactions

The incentive paid to miners to include your transaction. Fees are usually based on transaction size (bytes), not the amount of BTC sent.

UTXO (Unspent Transaction Output)

TransactionsKey Term

The “chunks” of bitcoin in your wallet. Bitcoin doesn’t work like a bank balance; it works like spendable outputs you can combine and split.

Also see: Inputs, Outputs, Coin Control

Wallet (Hot / Cold)

WalletsKey Term

A tool for managing keys and signing transactions. Hot wallets are connected to the internet (convenient). Cold wallets keep keys offline (safer).


Whitepaper

Basics

The original 2008 paper “Bitcoin: A Peer-to-Peer Electronic Cash System” published by Satoshi Nakamoto.

Safety Reminders (Bitcoin 101)

Bitcoin gives you sovereignty — but sovereignty comes with responsibility.

Want this glossary to grow?

This is a strong Bitcoin 101 base. Next expansions (when you’re ready):


Satoshium is being built slowly, in public, and with architectural discipline.