Memory Pool Memory Pool Refreshing

87,155 transactions
38.53 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,147 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,423 44
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,146 (319,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,691 527,691 00000000000000000029d37a3860724915ddc37c2a5c48328b06797729d91877 0.06 MB 160 26
527,690 527,690 0000000000000000000b65c1c2c9300ed89568d7a32bb710b418e9ee1b8c799b 0.09 MB 200 20
527,689 527,689 000000000000000000231361f88222ca9258585b73cca61953d0e47cb73a927e 0.25 MB 545 20
527,688 527,688 0000000000000000002a290726eac6358df41b9acc2ee24d68018ef04abf6af4 0.38 MB 764 26
527,687 527,687 00000000000000000020655937374737069911af7d84cf92dd63551d5e302d51 0.01 MB 22 16
527,686 527,686 0000000000000000001b13a415308039bc8b5dbe502ddd892bf52facfdaaaa55 0.09 MB 227 31
527,685 527,685 00000000000000000023feb36158c6fb981c441957e468889a895e51b6e4af6c 0.31 MB 574 15
527,684 527,684 000000000000000000075f10767924cc5115ba78db1897d12ca70f19d1c45f38 0.28 MB 681 33
527,683 527,683 00000000000000000013856a68c81fbda7eefd9f26933aefa16576f2ccb5c072 0.38 MB 831 20
527,682 527,682 000000000000000000360af44d511c58e70838122afd23fe0061e9b6fb30ac89 0.16 MB 273 35
527,681 527,681 0000000000000000002025d2b5a6f8dc7ad1d2cd40890f3e8f90253b70b60b7b 1.01 MB 2,392 26
527,680 527,680 0000000000000000002f6bcff79f89e290076f03f178568baec099e383c045f7 0.34 MB 668 35
527,679 527,679 0000000000000000001595533836e1b72ac24794e054662a5ba7dc6db44a8e89 0.24 MB 570 24
527,678 527,678 0000000000000000002fff95f53124b9420d8f61c8e181f7855c4e1026a467a2 0.32 MB 773 31
527,677 527,677 00000000000000000031b8b5a2798d0bc2c81559227646f6e324fa7e9153c190 0.91 MB 1,590 13
527,676 527,676 0000000000000000000f99e17fdbe4337f0f5cf50efd951065d65d6d45d38181 1.20 MB 2,688 25
527,675 527,675 00000000000000000005c558ac04309361e7c7c84215ade256e56612513606d4 0.19 MB 439 18
527,674 527,674 0000000000000000001da23e0e5bb8c34d4717f2f1c8ac20c7a34d74ee13360f 0.56 MB 1,287 24
527,673 527,673 0000000000000000001134b741f53f4e49e9f8073e41af6d8aaad3b849ebeee4 0.06 MB 131 10
527,672 527,672 0000000000000000000f70bcc737e2e6afbb7949f4dfd2ceff05a7fb59212249 1.27 MB 2,653 23
527,671 527,671 000000000000000000278a6a1cd07a6f95aed62e35d743a2e22f85baa261257c 0.52 MB 1,183 26
Previous 10 blocks ↓
Total Size: 656.24 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: 9,527.55 GB sent, 101.30 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.