SOLID STATE PRESS
← Back to catalog
UTXOs vs the Account Model cover
Coming soon
Coming soon to Amazon
This title is in our publishing queue.
Browse available titles
Cryptocurrency & Blockchain

UTXOs vs the Account Model

Bitcoin's Coin Set, Ethereum's Ledger, and How Transactions Actually Work — A TLDR Primer

You just hit a wall. Your computer science or economics course dropped the phrase "UTXO model" and kept moving — and now you're staring at a diagram of transaction inputs and outputs wondering how any of it connects to a wallet balance.

This guide cuts straight through. *UTXOs vs the Account Model* is a focused, 15-page primer that explains the two dominant ways blockchains track ownership — Bitcoin's coin-set approach and Ethereum's bank-like ledger — side by side, in plain English. You'll learn why Bitcoin transactions consume and create outputs like physical cash, why Ethereum simply rewrites a number in a global table, and what each design choice costs in terms of privacy, scalability, and programmability.

For anyone trying to understand how blockchain transactions work without wading through a whitepaper, this is the starting point. The book is built around concrete worked examples: a simplified Bitcoin transaction traced input-by-input, and an Ethereum transfer watched as it mutates account state. Key terms are defined the moment they appear. Common misconceptions — like thinking a Bitcoin "balance" is stored somewhere — are named and corrected.

Written for high school and early college students, this guide also works for parents helping with coursework, tutors prepping a session, or anyone who needs the conceptual map before diving into a longer resource.

If you want to walk into your next class or exam with a clear mental model of how crypto ledgers actually function, pick this up and read it once.

What you'll learn
  • Explain what a UTXO is and how a Bitcoin transaction consumes and creates UTXOs
  • Explain how the account model represents balances and processes transfers
  • Compare the two models on privacy, parallelism, statefulness, and developer ergonomics
  • Read a simplified Bitcoin and Ethereum transaction and trace what changes in state
  • Identify which model fits which use case and why each chain chose what it did
What's inside
  1. 1. Two Ways to Answer 'Who Owns What?'
    Orients the reader to the core question every blockchain must answer and previews the two dominant answers.
  2. 2. The UTXO Model: Bitcoin's Coin-Like Ledger
    Explains unspent transaction outputs, how transactions consume and create them, and why change addresses exist.
  3. 3. The Account Model: Ethereum's Bank-Like Ledger
    Explains how accounts hold balances, how transfers mutate state directly, and what nonces do.
  4. 4. Head-to-Head: Privacy, Parallelism, and Smart Contracts
    Compares the two models across the dimensions students will be asked about: privacy, scalability, statefulness, and developer experience.
  5. 5. Worked Examples: Reading a Real Transaction
    Walks through a simplified Bitcoin transaction and a simplified Ethereum transaction step by step, showing what changes in state.
  6. 6. Why It Matters and What Comes Next
    Connects the model choice to real consequences for scaling, privacy tech, and emerging hybrid designs.
Published by Solid State Press
UTXOs vs the Account Model cover
TLDR STUDY GUIDES

UTXOs vs the Account Model

Bitcoin's Coin Set, Ethereum's Ledger, and How Transactions Actually Work — A TLDR Primer
Solid State Press

Contents

  1. 1 Two Ways to Answer 'Who Owns What?'
  2. 2 The UTXO Model: Bitcoin's Coin-Like Ledger
  3. 3 The Account Model: Ethereum's Bank-Like Ledger
  4. 4 Head-to-Head: Privacy, Parallelism, and Smart Contracts
  5. 5 Worked Examples: Reading a Real Transaction
  6. 6 Why It Matters and What Comes Next
Chapter 1

Two Ways to Answer 'Who Owns What?'

Every blockchain has to solve the same bookkeeping problem: at any given moment, who owns what? The answer isn't obvious. A blockchain has no central bank, no clearinghouse, no single server keeping score. Yet when you send someone Bitcoin or Ether, the network has to agree, definitively, that you had the funds to send and that the recipient now holds them. The data structure that encodes that agreement is called the ledger, and the way a blockchain organizes its ledger shapes almost everything else about how it works.

Accountants have been solving versions of this problem for centuries, and they landed on two basic approaches. The first is to track discrete objects — coins, bills, bearer bonds — each one a self-contained unit that passes from hand to hand. The second is to track balances in named accounts: your account says $500, mine says $200, and a transfer just edits those two numbers. Both approaches work. Both have tradeoffs. And both have been adopted, in modernized form, by the two most influential blockchains.

Bitcoin uses the first approach, called the UTXO model. UTXO stands for unspent transaction output. The rough idea is that Bitcoin doesn't think in terms of accounts at all. Instead, it tracks a pool of discrete chunks of value — outputs created by prior transactions that haven't been spent yet. Your "balance" isn't a number stored anywhere; it's the sum of all the UTXOs that your keys can unlock. Spending Bitcoin means consuming one or more of those chunks and creating new ones. It's closer to physical cash than to a bank account.

About This Book

If you are a high school student encountering cryptocurrency concepts for the first time, a college freshman in an intro fintech or computer science course, or anyone who has tried to read a blockchain explainer and bounced off the jargon, this guide is for you. It also works for tutors prepping a session and curious adults who want a real answer, not hand-waving.

This is a blockchain technology beginner study guide built around one central question: how do Bitcoin and Ethereum actually track who owns what? You will get a clear breakdown of the Bitcoin UTXO model explained simply alongside the Ethereum account model for beginners, covering how crypto wallets track balances, how blockchain transactions work from signing to confirmation, and the sharpest Bitcoin vs. Ethereum ledger differences that show up in real use. Short by design, with no filler.

Read straight through in order, then work the stepped transaction examples in Section 5. A short problem set at the end lets you test whether the concepts have stuck.

Keep reading

You've read the first half of Chapter 1. The complete book covers 6 chapters in roughly fifteen pages — readable in one sitting.

Coming soon to Amazon