UTXO_Total_N

Tech spec

Field Value
API name (slug) utxo_total_n
Group network statistics
Unit / Valuetype count / other
Shape scalar
Resolutions block, h1, h4, h8, h12, d1
Endpoints /v2/network_statistics
Tier 0
Last updated 2025-08-19 19:32 UTC
Docs Open in Swagger

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

The UTXO_Total_N has multiple versions:

Interpretation From a network perspective, the UTXO_Total_N is important because every node needs to maintain a database. A growing UTXO_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