Memory Pool Memory Pool Refreshing

58,754 transactions
42.36 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,525 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 3,315 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,524 (417,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,906 430,906 000000000000000004565f23cf25e505d8cce9e0cc62eb66be31f87798915b72 0.36 MB 880 64
430,905 430,905 00000000000000000196d20dd89aece616fbf4ee5b2c7b84cc65c29e9103ae12 1.00 MB 1,624 44
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
Previous 10 blocks ↓
Total Size: 658.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 100 incoming
  • Data Transfer: 1,790.09 GB sent, 3.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.