Memory Pool Memory Pool Refreshing

21,600 transactions
30.92 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,887 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,897 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,886 (297,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,900 543,900 000000000000000000253671219dc060d45d3a19edae8b3929939d1519f142c9 1.23 MB 2,606 2
543,899 543,899 000000000000000000043d2d8bccebf245854f4800a3c7b550ca8eeeb70a394c 1.21 MB 2,582 27
543,898 543,898 0000000000000000001cd5a5ec078954c1b490c45d476cb62204f6202a882388 1.22 MB 2,294 19
543,897 543,897 00000000000000000019fb57be852c6be4fd6fb38e324f01443b8de7b8347f48 0.31 MB 500 13
543,896 543,896 00000000000000000023adf62fde0a95324cfe910ce4116699c2710ca72ab670 0.45 MB 780 13
543,895 543,895 000000000000000000141a799e7cf6a4d94fcacdb629ecabf76534509f65bd8c 0.16 MB 218 16
543,894 543,894 00000000000000000002e056d9e5b0d81fd08cd8f2fb086560b091ac5c019986 1.24 MB 1,812 10
543,893 543,893 000000000000000000048fb45ae4dabd7d61caeb47d33b5c7b37fe9880cd727f 1.12 MB 1,056 8
543,892 543,892 00000000000000000004f8096fd5fb69f8ce2590f6f2bf84f6c0d72f70c12ab1 1.28 MB 2,026 10
543,891 543,891 000000000000000000155d265a245ccda4d3f544d34cd0d1474976a2a6856c93 1.19 MB 2,558 16
543,890 543,890 0000000000000000000a8044da09aac21bcc9f63469061a676860a4396c2bee6 0.23 MB 303 10
543,889 543,889 00000000000000000014e385fd9dc191c963f6106db1f3587b389f3f206cd15f 1.28 MB 2,023 5
543,888 543,888 0000000000000000000e6f7fdda204a7280fff0c5585ad063c93efd741e45b86 0.00 MB 1 0
543,887 543,887 00000000000000000005e43518f4f1886f55b0f426a8796ade93c1026af45498 0.15 MB 307 19
543,886 543,886 0000000000000000001b9829ae8466424a842447263865ed746eb50e42ffb9ef 0.26 MB 455 44
543,885 543,885 000000000000000000202601a9566fa56b3f32e26b2ba9aee04eb7015452f512 0.48 MB 769 17
543,884 543,884 000000000000000000109fd715b4e2321c146ee63bd797f0f02b5a2eeb832997 0.18 MB 261 9
543,883 543,883 000000000000000000014d7d0d8600b62b7c53687b35d518da377480a76e82e3 0.86 MB 1,501 13
543,882 543,882 0000000000000000000490326337f7f99ebdb39b0229f7676fa5503576d76fc7 1.13 MB 1,505 8
543,881 543,881 00000000000000000010044b1db434ea3ea071c2b7895c8aeac512e43e298243 0.58 MB 981 16
543,880 543,880 0000000000000000000e0c59365e524e4efb5d7c5c66f44e0171912f7220553e 0.32 MB 390 10
Previous 10 blocks ↓
Total Size: 646.55 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,369.60 GB sent, 38.38 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.