Memory Pool Memory Pool Refreshing

30,412 transactions
36.74 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,895 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,662 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,894 (496,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,732 345,732 000000000000000005f405ac42087de989a585361fd8d17caba7022fe192480f 1.00 MB 1,807 21
345,731 345,731 000000000000000016e4f283f013fb312dd301afea1cd1232b976dd39f8e2d53 1.00 MB 1,389 20
345,730 345,730 00000000000000000a5e1f358878292823975aeee98cb6a5355d0c5486e4a001 0.75 MB 1,434 159
345,729 345,729 000000000000000002ec42631b4bf003b5b80fc9dd5898aab4ff26848933c1d4 0.90 MB 2,546 37
345,728 345,728 000000000000000004ce0f89ad4e4f895982856520bf33133c367fe77e7db0c1 0.75 MB 1,031 21
345,727 345,727 00000000000000001050101ece43bb14d1fccfdb822ae2156de1dfe4ad73ffd8 0.75 MB 1,614 33
345,726 345,726 00000000000000000a6e97237838aaeac6104e555a6f19c56d9b35872326ff04 0.10 MB 159 34
345,725 345,725 00000000000000000c372aac6ef87631d1d50e5b7e45a85662e41af704f40af3 0.75 MB 1,058 16
345,724 345,724 00000000000000000410a8aef7bbdf4832fdad142c6c12c0dab533666080fe5e 0.03 MB 128 30
345,723 345,723 0000000000000000123eb6ea6ab5d23ed8f70c3621dd9aac532a2ebed19bb5a4 0.75 MB 619 15
345,722 345,722 00000000000000000064da64d857556a29dc5ffb174ed5ef49526b3d5e73e3f5 1.00 MB 777 16
345,721 345,721 000000000000000008abb3ebbe1f9ce906b53c9ad3132facb268f248c19862cb 0.75 MB 726 17
345,720 345,720 00000000000000001072a8f72d079bd3f66de25ec0a66e60e515d2f98a7521ef 0.75 MB 1,528 29
345,719 345,719 000000000000000007c8bd0ea03482ce3ca8c678ac2e1fd85485bf594d73f43f 0.75 MB 958 19
345,718 345,718 0000000000000000106c959485ae681d2a816af671f22260b2cd1a90ce58fe40 0.75 MB 1,860 35
345,717 345,717 00000000000000000ed066caff5b2a507ddc836bc729a5a16771417d5e9b4028 0.75 MB 1,705 34
345,716 345,716 00000000000000000c7d0a373463d9d0b92295f84ddbb180b8432dc44e5e4451 0.75 MB 231 10
345,715 345,715 000000000000000000c019827146b05e2a41c92a4b0271fc5533bf824a426ecf 0.75 MB 610 17
345,714 345,714 0000000000000000162ba693a7edde049631a14828b2d64f93ac5be82b29adbb 0.75 MB 1,696 31
345,713 345,713 000000000000000005501c066d16439692b223a68d9495772b206e7ce68a9851 0.75 MB 1,482 29
345,712 345,712 00000000000000000cc61915a2c9ceaf999d7557ff3defbdf35a24e908730e20 0.11 MB 193 26
Previous 10 blocks ↓
Total Size: 646.57 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,370.97 GB sent, 38.51 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.