The UTXO set

The UTXO set has a tendency to increase in size.

For Bitcoin (from https://www.blockchain.com/charts/utxo-count?timespan=all):

http://tutor-web.net/comp/crypto251.0/images/number-of-unspent-transaction-outputs-blockchain.png
Handout

The UTXO is one of the basic concepts in Bitcoin and other cryptocurrencies. Each unspent transaction output represents a unit which the holder of a private key can spend.

Each transaction results in one or more UTXO and only these unspent outputs can be used as inputs in a subsequent transaction.

A full node verifies transactions and every full node therefore needs to keep track of the entire UTXO set.