Memory Pool Memory Pool Refreshing

63,236 transactions
33.41 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,178 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,930 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,177 (538,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
306,476 306,476 0000000000000000230cf9f9e376691b837a0f7dd0c16a5198eeea6dd5bdafe5 0.50 MB 1,018 52
306,475 306,475 00000000000000002387d526abfcbcb92f289fa8542c1a0aea24d7d832712e15 0.26 MB 618 34
306,474 306,474 000000000000000008050870527b0e9bf193e09019bf470c0e90365f868fefbc 0.16 MB 321 31
306,473 306,473 000000000000000000b90d074d8d4414c736bac00d8a2236a8f13ef0bef391ae 0.25 MB 423 27
306,472 306,472 00000000000000001353aaeb004261c378810a1b8b8e64872d611edc11a174e3 0.14 MB 223 25
306,471 306,471 000000000000000031a8544a22a9759d185d686b942c998a077791ab5a9b4939 0.15 MB 272 23
306,470 306,470 0000000000000000013bec1f04a6bff4b700eed04aaa8ed9086de2809bae8c4c 0.78 MB 1,258 28
306,469 306,469 00000000000000001a2c22f62de7b519861aedd38ac3d7819b8b6117d440ed6d 0.01 MB 20 26
306,468 306,468 00000000000000003923d0b6593af25e99afe7257d378a32052770914fb0dcb9 0.09 MB 156 20
306,467 306,467 00000000000000001b14022878cab364d61cbb062ca7465ed8030550c05302d2 0.41 MB 616 28
306,466 306,466 000000000000000012502e93078994e2a5a15a8188099fdd4bb5b8791b1d2f36 0.28 MB 701 36
306,465 306,465 00000000000000000c4c252c2037e3eb45a0c3791101d3b57de2500ced70a59b 0.16 MB 255 16
306,464 306,464 00000000000000004a667e3f49cf035fd60fbe3963d89b4c1e42c3e8ce65b517 0.09 MB 256 40
306,463 306,463 00000000000000000953b5a7b558800c71e1e59b49983f57a0dff20621d23a76 0.20 MB 349 31
306,462 306,462 000000000000000032ef1259ffeea0702c296a28d63a9bb0a6d3c0000ce70b3b 0.09 MB 153 29
306,461 306,461 00000000000000002cbce3edb85b63a021f33f2602ca50bdbf15cc2b3af2b867 0.08 MB 162 33
306,460 306,460 00000000000000004a4521689bf5507056ce39ce0764b3c6baac46a69a760059 0.18 MB 279 26
306,459 306,459 00000000000000000abd4bc2c680acf311d00acc179ee73105ae12603d4cdbcf 0.14 MB 219 25
306,458 306,458 00000000000000003904dd299d65da876e96f889413bdd403fcf1b96ade1e7f1 0.09 MB 149 19
306,457 306,457 00000000000000002a76d5fc941bba37e293c4adfd9e33a538d405a39bc7e4ef 0.41 MB 762 29
306,456 306,456 00000000000000001aae265301d8ccb477156a7ea77de9c784fd8401903a9a94 0.15 MB 248 27
Previous 10 blocks ↓
Total Size: 652.72 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,284.83 GB sent, 76.72 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.