UTXO

A UTXO is an unspent transaction output: a discrete amount of coin locked by a script that a later transaction consumes as an input to spend it.

Bitcoin does not track account balances; it tracks unspent transaction outputs. Each output is a fixed amount locked to a spending condition, and a transaction spends whole UTXOs as inputs, creating new outputs including change. A wallet's balance is the sum of the UTXOs it can unlock. This model enables parallel validation and clear provenance but requires coin selection when building spends. Our Bitcoin archive RPC exposes the full UTXO set and historical output state, so you can select inputs, compute balances, and trace value flow across the chain.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥