Memory Pool Memory Pool Refreshing

34,651 transactions
41.18 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,634 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,489 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,633 (410,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,883 430,883 0000000000000000046f34b60626fb99b40d2b08c04f750ceb3896c244a28b15 1.00 MB 2,928 80
430,882 430,882 000000000000000000baafccd57cafc8ef39be3988153b6566147723f0c75281 0.75 MB 2,091 63
430,881 430,881 0000000000000000003e652e968d4a8bb0c036895c57c6db19fc33b893ae61b9 0.61 MB 1,502 61
430,880 430,880 00000000000000000384a6b9b712e9189b640d742dec0cc17f03df4bb830849f 0.76 MB 1,047 31
430,879 430,879 0000000000000000021375cfa47f3f371b44a61a952a6870b472227801c4d104 1.00 MB 2,851 72
430,878 430,878 0000000000000000046dec76c6e925a64198440dd3e6be689f3bd0bfa3219897 0.22 MB 540 57
Previous 10 blocks ↓
Total Size: 646.07 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: 8,324.27 GB sent, 35.75 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.