Memory Pool Memory Pool Refreshing

76,153 transactions
34.32 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,508 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,285 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,507 (644,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,346 201,346 00000000000005765183203990d874ce8fbcd82d5ca3ae193882badcb64c0055 0.06 MB 132 121
201,345 201,345 000000000000017cb24d114cfd8ebb1a3d9a2b70e9dd154b4321030e7e0ec51f 0.00 MB 11 3,942
201,344 201,344 00000000000001cc3d0b20bc79ce365222ef8c65336b6c49481d32cb323354e1 0.07 MB 157 227
201,343 201,343 000000000000057834b44d7350e52450440809e4e04bc7e24fe8e0a5c2b343f9 0.09 MB 197 130
201,342 201,342 000000000000025e8ad02efa9ec1c87a9433f617c7da9aecd2ab5d410cda521c 0.01 MB 32 0
201,341 201,341 0000000000000320707910375ca21dc608c6eb3f540c8599b7bd92a2466cf3c2 0.35 MB 229 54
201,340 201,340 000000000000052fb29045a458a71648b157169eb54c261c984faae3e503cc13 0.08 MB 83 40
201,339 201,339 0000000000000494ba771e83a1cf2699229413390aa8f227eb7c08ea10a46509 0.08 MB 124 86
201,338 201,338 0000000000000329a13c496431fe7c31ca30619631017f62b0526ef3ff374598 0.08 MB 211 148
201,337 201,337 000000000000050006832fa6514ed516d6673088081742a60a8d71086cbbcf53 0.07 MB 173 148
201,336 201,336 000000000000056905b9b90215a1b612282ca282baf313847416d9926aed7408 0.06 MB 111 100
201,335 201,335 00000000000002f87f079057f3c30b81ff7c8191e8335ea8946940cedfae8653 0.07 MB 196 72
201,334 201,334 000000000000045963fe32abfdc58b60543583ffb7eb95849717c8453072dfc4 0.04 MB 95 68
201,333 201,333 00000000000000fafea79a4e43c8a562d836b1d068bfc503c3e86d58745f823d 0.13 MB 298 128
201,332 201,332 0000000000000306002d59f4a5528abfa9452e8bdfc8dce67d1ce4e2c5a591be 0.16 MB 272 99
201,331 201,331 00000000000001a70bb8802036445316564ac9094f08a5b203894f8d0f619c69 0.06 MB 137 151
201,330 201,330 0000000000000402202a297704fa48e11f8c117a43f17a572bb69dd8d0a35c83 0.07 MB 105 77
201,329 201,329 00000000000003eed4d3f3ce21126b2c14c43777989ef8cbbd75c6678cec1478 0.06 MB 147 144
201,328 201,328 00000000000003b8d3b01e69c3d7ce82aa42e65aa800e531cec7dba23cbcdbb5 0.14 MB 298 149
201,327 201,327 0000000000000098d2f65a107dd343e1fe3c8001f46ea8ad18f8655574ca18df 0.23 MB 565 149
201,326 201,326 000000000000002663f88e6e50af115295f0ceaf42c0bf7d977ed280a68520e4 0.00 MB 12 618
Previous 10 blocks ↓
Total Size: 653.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: 9,310.56 GB sent, 80.99 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.