Memory Pool Memory Pool Refreshing

30,935 transactions
36.40 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,892 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,593 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,891 (411,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,807 430,807 000000000000000001523e228ad65c8c4dd4a7c482f199875bb010d4eba8f993 1.00 MB 2,570 84
430,806 430,806 0000000000000000044fcf769071fd1186c183c2600ee2713c2bee33db470909 0.79 MB 1,807 58
430,805 430,805 0000000000000000002c445b551a7c2dcaee62c8b9cb3c6881511d847cb94564 0.75 MB 1,831 61
430,804 430,804 0000000000000000002c772935c605693624efe1f68e1d9a9961fdb13f55904b 1.00 MB 2,725 68
430,803 430,803 000000000000000001be9b52736dc1cc807055bf96d36671796b37c186e02620 0.93 MB 1,950 52
430,802 430,802 000000000000000001203d2736432a6f4609c3f366d6ee4e37db87ade9cdcdf4 1.00 MB 2,175 63
430,801 430,801 00000000000000000082d1ce124a8a06e69b6504764b070aa3d18664d60641ef 1.00 MB 2,195 49
430,800 430,800 000000000000000000069145aecb2a353c9aebbc078f74636a2784a407e38969 1.00 MB 2,276 64
430,799 430,799 0000000000000000036c46b5dab75dead43c0c4b467353e896d9daeb17ec3bf7 1.00 MB 2,131 68
430,798 430,798 000000000000000001000b35dc9094550c4f2c5ddcdc5cb117eca447d281d36f 0.35 MB 786 67
430,797 430,797 000000000000000000796d0a23afc5225fb777832fd88970babc57620e40f7b7 0.25 MB 259 26
430,796 430,796 000000000000000002fe9e7812196a9de6605320da6d26e4e58707f3f3e7b6de 1.00 MB 1,915 58
430,795 430,795 000000000000000004346890fbd0a691cf72a931a71afe66f9967b6611f8af6d 1.00 MB 2,637 74
430,794 430,794 000000000000000004d4a8332c7a5734b19e927ad263cb5f217493204cec7509 1.00 MB 2,376 68
430,793 430,793 000000000000000001c034d24447277fbd6969a9920152cfcfa9918d4d76c95d 1.00 MB 1,608 47
430,792 430,792 0000000000000000009734461cccc16fd6d30ecb729250538a6c4e465be5d633 1.00 MB 2,104 44
430,791 430,791 0000000000000000040c621517c8706f7920400171d98dcfd7e7bd309b2090ef 1.00 MB 2,722 67
430,790 430,790 00000000000000000364747ae411efd424f2fe91b8ee823df196e97752f489d4 1.00 MB 2,630 78
430,789 430,789 00000000000000000127a5815047ce1b20bd895b702f6521093eb62f7f7aacf1 1.00 MB 2,632 82
430,788 430,788 000000000000000003dd15181d5d5db0267d2538d83dba8abc7768465b50bffc 0.12 MB 304 71
430,787 430,787 000000000000000001a52d2cc95bb1ee5a5462597ed41be5d15c1c9b6f3ea35a 0.51 MB 1,148 60
Previous 10 blocks ↓
Total Size: 646.56 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,370.61 GB sent, 38.48 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.