Bitcoin Forum
August 28, 2026, 03:51:59 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Bitcoin gettxoutsetinfo explorer (MuHash)  (Read 16 times)
bitnoon87 (OP)
Newbie
*
Offline

Activity: 16
Merit: 2


View Profile
August 27, 2026, 10:43:14 AM
 #1

A small site that tracks Bitcoin's UTXO set: https://gettxoutset.info/

It's a read-only explorer for the gettxoutsetinfo RPC. For every block it records one snapshot and stores its MuHash, so you can compare that against what your own node computes and confirm your chain state lines up.

To check it yourself, run on your Bitcoin Core:

Code:
bitcoin-cli gettxoutsetinfo muhash <height>

Then compare the muhash field to the value listed on the site for that height. If they match, your node and the site independently ended up with the same set of unspent outputs. If they don't, something's off (corrupted data, a bug, or a different chain).

No accounts, no tracking, just the numbers. Sharing in case it's useful for initial block download or fast sync.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!