Skip to main content

UTXO Model

Definition

The UTXO model, or Unspent Transaction Output model, is an accounting system used by some blockchains, most notably Bitcoin, to track ownership of digital currency. Instead of maintaining account balances, this model treats each transaction’s output as a distinct, indivisible unit of value that can be spent. When a user sends cryptocurrency, they are essentially consuming existing UTXOs and creating new ones. This method offers a degree of privacy and security by not directly linking transaction history to specific entities.