Memory Pool Memory Pool Refreshing

47,966 transactions
48.64 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,317 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,045 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,316 (376,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,821 465,821 00000000000000000066621938a83fcbb06663f337ca859d72721125ff16ee92 1.00 MB 2,608 227
465,820 465,820 000000000000000000c8a33de4f5ffdc7d60eaa993334efe3acf0060a2aa2484 1.00 MB 3,520 139
465,819 465,819 000000000000000000d7f5472b00ac62a7af1fc7b80fbfd5360e9dab073660fd 1.00 MB 2,109 173
465,818 465,818 00000000000000000149931eba71f275f45aa074f2c1f09d3a1058b53b9f7c80 1.00 MB 2,839 153
465,817 465,817 0000000000000000018681f5ed00c94a5ca6a18797d5f6d1bf58498ff727269b 1.00 MB 1,336 144
465,816 465,816 00000000000000000046433318ef8aa877bdb4fb8308a6b6d70cee6032db6405 1.00 MB 2,769 234
465,815 465,815 000000000000000001d00cf3fc571b006f1c09f201c7c54dd38b4078c45ed1ea 1.00 MB 2,182 212
465,814 465,814 000000000000000000417f66c90804c0ecbbc26198e1ef908521549ed0ea8afb 1.00 MB 2,372 147
465,813 465,813 000000000000000000ae1b32642f2d4c17bfff5ac7abcee7f4ab2c80b63cb01c 1.00 MB 2,100 180
465,812 465,812 000000000000000000a5651a7549960147a442728ceab25bcdef43dada1a2056 1.00 MB 2,598 228
465,811 465,811 00000000000000000153b22319badbda02892c2bf354112062a5555b801d6efb 1.00 MB 1,692 202
465,810 465,810 0000000000000000007c6198560b5bdb148af57078ecf20daa0d948836a20318 1.00 MB 2,179 187
465,809 465,809 0000000000000000002852d407dafb17c521a7da5f292f1125f22c9f560ce3fd 1.00 MB 1,378 156
465,808 465,808 000000000000000001d045041484b95fe12bef865b7477a38611fb1564747792 1.00 MB 2,174 234
465,807 465,807 00000000000000000047e95d41af7a721e666e20823fa487c0e93244cd31373e 1.00 MB 2,553 306
465,806 465,806 00000000000000000066ccb36943e168a8cf7494b838730d3a1e64149ff1f352 1.00 MB 1,934 138
465,805 465,805 0000000000000000013b5950e02796d96ea0ecb4fdffcca9aee0df0d7cc8edb1 1.00 MB 1,351 207
465,804 465,804 000000000000000000e8c1f71e53c04de708a4b1ceaa868995732fcfc64f0471 1.00 MB 1,163 276
465,803 465,803 000000000000000001ddba9265e22afdecaa69d7b984bd7e63c4f10506413a00 1.00 MB 2,491 158
465,802 465,802 00000000000000000051d546b63a96ef14700acd2c25727105b1913bada45082 1.00 MB 2,200 212
465,801 465,801 000000000000000000ccbf6bb5571a3b6c7170edc0db33c111c3b895500f5681 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.31 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,475.80 GB sent, 44.80 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.