Memory Pool Memory Pool Refreshing

93,151 transactions
33.14 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,379 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,496 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,378 (415,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,904 430,904 00000000000000000033598e49ef5cf95bba1ac76e9b8426258e94a59b4cf84c 0.18 MB 494 67
430,903 430,903 0000000000000000022a9c76022775b2f7f98200e7c8ddfd3e6d2ecbad298ef8 0.69 MB 1,583 52
430,902 430,902 000000000000000004d016de704c0b2915e461b3f1030364b773ebc3f9c8d049 1.00 MB 895 36
430,901 430,901 0000000000000000014a42c3325d4b360a239711cba7f1cc61a2bb10cce99eb2 0.62 MB 1,496 63
430,900 430,900 0000000000000000032f1f1b2e3f8b8a0cbbc1d4eb96f7740f30571ec1336a02 0.29 MB 800 63
430,899 430,899 000000000000000000d37564261dee82b918361cedc8f7014328a33a956c1ed6 0.16 MB 418 67
430,898 430,898 000000000000000003c564efaeaaa1e6e721cc7da24c5c3942e60c25aa37670f 0.59 MB 1,500 61
430,897 430,897 0000000000000000008c7cc6aceb27c3f2ba88fdb4cd234bc62f929480c365bf 1.00 MB 349 9
430,896 430,896 00000000000000000041c3849ca633a16596f59e86f3ba3d51093f7b48b209e1 0.42 MB 995 55
430,895 430,895 00000000000000000325ec91334079bebaeb29e377ae714b68674b011092e547 0.24 MB 585 61
430,894 430,894 0000000000000000011fbe9e37793ab9f7b2b6d67d3700abc3335f6055fb63ab 0.99 MB 1,154 30
430,893 430,893 0000000000000000042839baa919072776383e11ba3ae900564f480c4bea8145 0.21 MB 488 56
430,892 430,892 0000000000000000002c1d1d4f7c96e847603c16ba64aadd450ecbe53b8c8e74 0.62 MB 1,319 61
430,891 430,891 000000000000000003745843cb71754ca0eb42d86944cd3403fd3a2a371c2eec 1.00 MB 1,817 43
430,890 430,890 00000000000000000140a37b8ecd31adf04f0b1774a08df5a29f10077ac6aa90 0.34 MB 784 58
430,889 430,889 00000000000000000128ee8532b6544f4e7e657e0ab3d065f70ecc96e0ac79d1 0.25 MB 636 61
430,888 430,888 00000000000000000341695488b5c65bb4b7557c1a7aca981d6dea1794eacc2f 0.98 MB 1,521 33
430,887 430,887 0000000000000000035d8a6a6b01ae022d1c8a87e3b70e856a43d8c8e8827660 0.93 MB 1,683 52
430,886 430,886 000000000000000002873343e6c994ffd3c2d840a7d2dde3170770f99aec9b58 0.51 MB 1,211 62
430,885 430,885 000000000000000001d585fb9d2ff42839d180a3990b34718100d6519a9b43b3 0.12 MB 279 67
430,884 430,884 000000000000000002480996184d7d8885d2ec29b4fa01ca93140c6ea29bbd90 1.00 MB 1,831 40
Previous 10 blocks ↓
Total Size: 654.91 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,416.44 GB sent, 92.41 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.