Memory Pool Memory Pool Refreshing

39,700 transactions
36.65 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,603 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,595 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,602 (475,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,840 365,840 00000000000000000cf95d8729449e601fbc3ec3209287b9568ea1d3765730e4 0.34 MB 542 37
365,839 365,839 0000000000000000143c124d28a09480c5ce0c3da6c3d4a3979f23bdb1e190f0 1.00 MB 875 16
365,838 365,838 000000000000000005a261e09898a80300d37f295ab5b906849b06f35bbecaa7 0.75 MB 1,197 56
365,837 365,837 0000000000000000083ecf4b7541d11d002e752278c4bca32eeecba85414ff2c 0.09 MB 108 19
365,836 365,836 00000000000000000946743d9c4f271abd2ab39955f24daaa19622b8f1404145 0.28 MB 481 34
365,835 365,835 00000000000000000534b872bf035c576d3839a1872b891a63115d67a5484a1f 0.25 MB 237 16
365,834 365,834 000000000000000000f52b5d476c37e9db848d5af52119f526c0bf7fb9ddca1b 0.93 MB 790 12
365,833 365,833 00000000000000000568d7a5b8a806162c27727f26fa886eeccc3726c547490e 0.09 MB 85 17
365,832 365,832 000000000000000005271de42c223e288367bc6b024f17fbea2ba74114796aeb 0.53 MB 1,166 41
365,831 365,831 000000000000000010e20a1f21cd541342bf1a547943655a3394010f9110b56a 0.93 MB 574 9
365,830 365,830 0000000000000000044193d538c36b5550461cdfe242b429c21f04c77c24c5bb 0.95 MB 1,388 28
365,829 365,829 00000000000000000be9e47a163ffd86b5d5e5395515f0f315b0fbf6f55402bf 0.94 MB 2,292 47
365,828 365,828 00000000000000000c9c07a4eeb745fceeb5705347240a7d21f417812490374a 0.75 MB 895 21
365,827 365,827 00000000000000000bff5a68ef8b22c54ae3eca153b33ccaed66ad1e157014d3 0.99 MB 1,597 29
365,826 365,826 00000000000000000267b9e3d6d6c296b4b5306346cda5a13daebb453ff8ed39 0.93 MB 685 11
365,825 365,825 00000000000000000932241fe6ed1ebf233354c9412c550bc9fbf23ba855099f 0.95 MB 442 6
365,824 365,824 0000000000000000044320bdc47b03cea30efb36a825faeac2d5c65f28407021 0.93 MB 722 12
365,823 365,823 0000000000000000056b7d8cf9025aa3c90a5e3731329408492fa9583b321308 0.93 MB 672 11
365,822 365,822 00000000000000001061f097a3ae79b24d1b922c56aab96a159647834c588c5a 0.75 MB 660 26
365,821 365,821 00000000000000000113984af766a1ffe02ae89962ee23d21802de801ec7ae2c 0.93 MB 634 11
365,820 365,820 000000000000000011c21d4654eb96f7f4f5e7053ad99f9dd5a39c594f981321 0.39 MB 666 35
Previous 10 blocks ↓
Total Size: 646.01 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,318.86 GB sent, 35.43 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.