Bitcoin Lab API

UO_Total_N

Tech spec

Field Value
API name (slug) utxo_total_n
Group supply distribution
Unit / Valuetype count / other
Shape scalar
Resolutions block, h1, h4, h8, h12, d1
Endpoints /v2/supply_distribution
Tier 0
Last updated 2025-12-16 19:49 UTC
Docs Open in Swagger

Brief Description: The total count of unspent transaction outputs (UTXOs).

The UO_Total_N has multiple versions:

Interpretation From a network perspective, the UO_Total_N is important because every node needs to maintain a database. A growing UO_Total_N indicates a more complex database.

Advanced Explanation Every bitcoin node has a database of all UTXOs that could potentially be spent. If one try to spend bitcoin (UTXO), the node essentially checks if this UTXO exist in the database - before checking the key validity.

← All metrics