# Unspent transaction output set info Returns statistics about the unspent transaction output set. Endpoint: GET /daemon/gettxoutsetinfo Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.height` (integer) Current block - `data.bestblock` (string) Best block hash hex - `data.transactions` (integer) The number of transactions - `data.txouts` (integer) The number of output transactions - `data.bytes_serialized` (integer) The serialized size - `data.hash_serialized` (string) The serialized hash - `data.total_amount` (number) The total amount