Memory Pool Memory Pool Refreshing

87,618 transactions
32.88 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,900 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,137 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,899 (359,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,673 485,673 0000000000000000008196a4a5728bf0d813200910272421cdc9e6e80541a274 0.27 MB 536 90
485,672 485,672 0000000000000000000922f6b37c039cc6e35b85b0191cb09cb30dc470bc092f 0.61 MB 1,287 134
485,671 485,671 0000000000000000006438c0e47efb17a90a0af42596c6c63c04d0ca76ff29af 0.48 MB 1,222 126
485,670 485,670 000000000000000000d65671c810a647c1982025f538287a3db7905c0da4adcb 0.65 MB 1,436 105
485,669 485,669 000000000000000000add5d8f44105b52b9f4e62880d82a3ecf9317960fd6c78 0.26 MB 554 117
485,668 485,668 000000000000000000360f93aea162d979428ad3753d225fd4eed2ccf3030360 0.02 MB 80 112
485,667 485,667 0000000000000000005badac0910623794ee8813d63d768a4e5984a68fac2eac 0.09 MB 251 122
485,666 485,666 000000000000000000462e69e1a49b8138cd4f1ba9348feac76fcb79ce502493 0.18 MB 302 159
485,665 485,665 000000000000000000024f71745433c4f54cd2f6b5de52fbc33f0fd47a468d5c 0.11 MB 94 28
485,664 485,664 0000000000000000003246e4024ff0737111ab6c7cd73d5c40d1fdc7a8d3b725 0.32 MB 431 101
485,663 485,663 0000000000000000009069ffae0acfca1daf029e12f54792ca833e146f85c81a 0.29 MB 259 94
485,662 485,662 000000000000000000ec1d663a6e7c4d96b60f8ba9120ab1a9ead1671c73b703 0.06 MB 51 23
485,661 485,661 0000000000000000006d162fad911c5cf10fcf640470ea0191499a933aa4de73 0.61 MB 1,062 113
485,660 485,660 00000000000000000124f53a92043041e56a9de0d1db5df4eb0318b9a6fa7e4c 0.03 MB 73 81
485,659 485,659 0000000000000000002e6a2acf672a14954c0c2bfe7ea32c0b9ebfe72fc8279a 0.33 MB 536 122
485,658 485,658 000000000000000000f24f3d98d97b380de10b6fe403b1a4f64be6f23e3b4a95 0.61 MB 1,276 33
485,657 485,657 000000000000000000b1d992c66572a13f4e1aa7ef2997160efcd7a24edbe6a7 1.00 MB 2,048 138
485,656 485,656 00000000000000000096392335d314a43c983839c239bf2493bf8a2818c42b23 0.78 MB 1,828 112
485,655 485,655 00000000000000000076d669728589125eb23b084fb82633199709f9360ae9b4 0.11 MB 221 137
485,654 485,654 000000000000000000917a0f6f4f54881f143916fc618dafbb6d8959caaa8585 0.30 MB 798 125
485,653 485,653 0000000000000000008c8251455416ee8c0e206a23f5cafb2bd3506a2a416386 0.19 MB 527 119
Previous 10 blocks ↓
Total Size: 652.21 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,214.01 GB sent, 73.19 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.