Memory Pool Memory Pool Refreshing

40,471 transactions
46.90 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,335 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,615 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,334 (322,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,114 520,114 00000000000000000046164df53315cc681542cdc8fd9ff1e550b6cfa424f8a7 1.14 MB 1,607 62
520,113 520,113 00000000000000000003d1e7e7b8a82a358794c1df26821df9f7cc5fd4e0c15a 0.73 MB 711 46
520,112 520,112 0000000000000000000961c7da07653ae05d95fa55a648c7339ed9c1b2316db5 0.41 MB 509 37
520,111 520,111 0000000000000000002ffcaedf681bb4c61538521185b4cdd50aa1bdefa19485 1.26 MB 891 16
520,110 520,110 0000000000000000003ac14516c856e41ce978e43deb8439d5b3a228f3944f72 1.24 MB 1,402 33
520,109 520,109 000000000000000000207b7415a2a4ca10abfbf9fecbf8be108166679f16f0f8 1.16 MB 1,493 44
520,108 520,108 0000000000000000002d36b1af9f4b3ceca785a2a164fa7e665970e5aa432ea8 0.79 MB 1,568 50
520,107 520,107 000000000000000000403663d0470fbf06f82262429e256d04d800795be4c5aa 0.80 MB 1,280 46
520,106 520,106 0000000000000000000d289a3112f648729ab3b4473b1538db27f70cf557f25f 0.56 MB 1,107 59
520,105 520,105 0000000000000000001e1c1c28d0215163ecd269d064f68263ae134513e99951 0.91 MB 1,741 31
520,104 520,104 0000000000000000003dbc9a410e722389238248ebbbd9b121361b25d5fc96d3 1.14 MB 2,097 66
520,103 520,103 00000000000000000012983bdfbaebbdfc494db1e1a097fd5264746411d932a7 1.16 MB 2,297 72
520,102 520,102 0000000000000000001a9fd8d2c5c0694ca9f5f34c9c935215a727a63682da55 0.20 MB 388 48
520,101 520,101 00000000000000000033057f2363ec546f1498f85cdb3f3348937679a1753c70 0.09 MB 195 58
520,100 520,100 000000000000000000422616d93ed5970ae6c58811dd948af7cf411000ad5761 0.76 MB 1,112 51
520,099 520,099 00000000000000000041ffc8f6bf795dc4f741910633f7d08c98a8fdb472f497 0.17 MB 277 49
520,098 520,098 0000000000000000000d9c0dce84a47afab74bb190317fc1dda80a37ce496c24 0.16 MB 337 43
520,097 520,097 00000000000000000005351b0aa81e31ab73a42af03c6d1d3d55d3747a88eea9 0.77 MB 1,179 20
520,096 520,096 000000000000000000190f3acea2711d05e25f8136a05721f02419be62813068 1.00 MB 1,847 39
520,095 520,095 000000000000000000328bba5f9756095c131d9bfb34bc99c2e0bf6dba250f0d 1.17 MB 1,909 46
520,094 520,094 0000000000000000001662b5f8cbc1074236dcd3f13e7d8743fb3fed88542f6d 1.15 MB 1,721 83
Previous 10 blocks ↓
Total Size: 647.35 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,479.34 GB sent, 45.03 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.