By Bram de Vries — Amsterdam-based crypto educator (6 years). Published: Feb 20, 2026
A blockchain is an append‑only ledger. Transactions are bundled into blocks; each block references the previous one, forming a cryptographic chain. Anyone can verify history using open‑source clients and explorers.
Modern chains (e.g., Ethereum) use proof‑of‑stake to decide who proposes and attests to blocks. Economic penalties (slashing) discourage misbehavior; diversity of validators increases safety.
Your private key can sign transactions proving control of a public address. A 12/24‑word seed phrase can regenerate keys. Keep it offline, on paper or steel—never in screenshots or cloud storage.
Programs that live on chain. They hold funds and enforce rules without intermediaries. Audits and time in production are strong signals of reliability—but not guarantees.
Fees pay for execution and inclusion. On L2s (Arbitrum, Optimism, Base), fees are typically much lower than mainnet because many transactions are batched together.
Use Etherscan, Solscan, etc., to verify transactions, token supplies, holders, and contract sources. Bookmark official links to avoid copycats.
Takeaway: Understand the ledger, protect your keys, and verify everything. Those habits carry across all chains.