Skip to main content

UTXO Set

technical
blockchain

The current database of all unspent transaction outputs that full nodes use to validate new spends.

1
definition

The UTXO set contains every output that can currently be spent. Full nodes update it as blocks arrive by deleting spent outputs and adding newly created outputs.

2
implications

UTXO set size affects node memory, disk use, and validation speed because nodes must check new transaction inputs against it. Dust and spam can increase this burden even when transaction value is tiny.

Conceptual links

Related terms

3 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.