Cyph3rp9nk on Nostr: This is one of the reasons why Bitcoin has a market capitalization of $2 trillion ...
This is one of the reasons why Bitcoin has a market capitalization of $2 trillion compared to other shitcoins.
With a simple command, you can add up all the unspent UTXOs and get the total number of Bitcoins in circulation:
bitcoin-cli gettxoutsetinfo
{
"height": 932643,
"bestblock": "0000000000000000000196ab6fa68facef16cd02f6041e887e75cbb8864577ad",
"txouts": 165096808,
"bogosize": 12935339180,
"total_amount": 19976782.40781867,
"transactions": 114766818,
"disk_size": 11369969918
}
You can also list all the UTXOs with unspent Bitcoins and dump them into a file:
bitcoin-cli -rpcclienttimeout=0 dumptxoutset utxo.dat latest
There is no deception or uncertainty, only certainty and determinism, as certain as adding up the numbers written on a piece of paper, in this case on the blockchain.
Published at
2026-01-17 12:52:10 UTCEvent JSON
{
"id": "ded495f71e73472b466db022a84a366e5d874b20780d39212e4f953a7fe1ec1f",
"pubkey": "fcf70a45cfa817eaa813b9ba8a375d713d3169f4a27f3dcac3d49112df67d37e",
"created_at": 1768654330,
"kind": 1,
"tags": [],
"content": "This is one of the reasons why Bitcoin has a market capitalization of $2 trillion compared to other shitcoins.\n\nWith a simple command, you can add up all the unspent UTXOs and get the total number of Bitcoins in circulation:\n\nbitcoin-cli gettxoutsetinfo\n\n{\n \"height\": 932643,\n \"bestblock\": \"0000000000000000000196ab6fa68facef16cd02f6041e887e75cbb8864577ad\",\n \"txouts\": 165096808,\n \"bogosize\": 12935339180,\n \"total_amount\": 19976782.40781867,\n \"transactions\": 114766818,\n \"disk_size\": 11369969918\n}\n\n\nYou can also list all the UTXOs with unspent Bitcoins and dump them into a file:\n\nbitcoin-cli -rpcclienttimeout=0 dumptxoutset utxo.dat latest\n\nThere is no deception or uncertainty, only certainty and determinism, as certain as adding up the numbers written on a piece of paper, in this case on the blockchain.\n\n\n\n\n\n\n",
"sig": "04bc188d04cbe287de0db79d256cc3ea102e73b58ca28422104aebe032d201f47ac18cbe6693d9696b37561e63457fcf2e6f99882d516807d6c08a96d0b39eca"
}