Memory Pool Memory Pool Refreshing

72,384 transactions
32.04 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,773 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 1,266 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,772 (410,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,711 434,711 0000000000000000010f6041a27d8983b777cc30112fa2f1bcdb079a19b5cc5c 0.99 MB 2,395 65
434,710 434,710 000000000000000002f05b8abae9d500d36d30a2c4da747deb0fdef55e3c0de9 0.93 MB 1,977 71
434,709 434,709 000000000000000002fbeca2fec2cb5e799f0027b56c7281cf231a9d49a8674e 1.00 MB 2,487 81
434,708 434,708 000000000000000003011e5dde7e47ac1725a7a6a6ef76650db051736a6bd39c 1.00 MB 1,462 64
434,707 434,707 000000000000000003d22eaa5a9048322ecd4304372d4871361dbde94d48012e 1.00 MB 891 69
434,706 434,706 00000000000000000070df2acf95a49337797a0847d11e3ba2b2fe00754d6d83 1.00 MB 2,230 70
434,705 434,705 000000000000000002140a8d74dca1563d575dfa895f1e704c9782ebc793b195 1.00 MB 2,534 77
434,704 434,704 00000000000000000108c12640eed5addea543ee24173a5ae740ec8cdc092295 1.00 MB 2,673 61
434,703 434,703 0000000000000000002abe48cb3086a93ff8166b85ecca4cd28d093e6ae237dd 1.00 MB 2,945 65
434,702 434,702 00000000000000000103f62f91df830ccef43c1bc2f2020856ff1b88c287180b 1.00 MB 2,326 76
434,701 434,701 000000000000000002d8fa1487442f337709e129080e36c5119e35adcd567286 1.00 MB 2,204 86
434,700 434,700 0000000000000000039ff3457c7679e451c74a95ec0a5d75ba2688d7210c776f 1.00 MB 1,752 90
434,699 434,699 0000000000000000020ce2fffce698caacc1cf8d1e41c8f1753fd4325fbd6c19 1.00 MB 1,050 63
434,698 434,698 0000000000000000041571976c543c14e5b210192ed9313b1cdec434f7fe55f6 1.00 MB 1,804 74
434,697 434,697 0000000000000000006dfc07d8de87d9adb1102da946861ec8cce58e2d08b063 1.00 MB 710 130
434,696 434,696 0000000000000000030a99169823589b11d6115d66bb8ba2715be915677fbb50 1.00 MB 1,060 70
434,695 434,695 000000000000000001d5848c8b5c352aca0896d4124ec748ae0393c191143f4a 1.00 MB 2,247 64
434,694 434,694 0000000000000000023b66b299c751c79d720fbca24b8f6aa4a63b2b8da72f65 1.00 MB 2,380 111
434,693 434,693 000000000000000003207b186b010265c97ed157540b7b983a4ef72e3e9c4122 1.00 MB 1,924 65
434,692 434,692 000000000000000000535686890e3747e07e2cd3f7bb70030a455ce29c9698c9 1.00 MB 2,519 88
434,691 434,691 000000000000000003b5e67708ef0d9bc14f271c2f51ef6fd159ea0f5350011f 1.00 MB 3,134 69
Previous 10 blocks ↓
Total Size: 651.97 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,188.34 GB sent, 71.81 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.