Memory Pool Memory Pool Refreshing

66,689 transactions
32.24 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,170 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,845 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,169 (479,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,396 365,396 0000000000000000147af4cd3597cd28a5af70c1ac9ce9b9257df32772731b30 0.15 MB 241 18
365,395 365,395 0000000000000000140ab2765937c107e0fd041ad30942fe29599c4470308b11 0.93 MB 577 11
365,394 365,394 0000000000000000135ddecb69946c5da052ca46eb82cab1a6dd0358481eea39 1.00 MB 629 11
365,393 365,393 00000000000000000e8cf93418629fd4f51a2777544819eb58a95fbe2c07b188 0.15 MB 126 8
365,392 365,392 00000000000000000cf520a9df6e86a8b25b657b80f04016541d60a5384806ec 0.23 MB 388 38
365,391 365,391 00000000000000000adf93c71ddf3f0ccc8fdfd99d5cb1a7f97fe771a5de2c41 0.95 MB 707 14
365,390 365,390 0000000000000000078ff3ab9f1d2cc526770ed7346720a7643af0e07ca176c5 0.93 MB 625 14
365,389 365,389 000000000000000011b174193c83b07d0b83cb4d87ca9a5bd627b44bb8adc33a 0.93 MB 836 16
365,388 365,388 0000000000000000005350c16bdbc71195423e54adb7320dd3428adf8ae3a7ee 0.26 MB 371 34
365,387 365,387 0000000000000000011b3caf94cf87b01dff282434683c411dc99db3320378f2 0.00 MB 1 0
365,386 365,386 000000000000000001fccba5fd46442a4c4694b3a8d33fbac4378a0611be36f6 0.47 MB 849 38
365,385 365,385 0000000000000000048b44397a138109e356f9ba1ccb735e0fc8a687df78bff2 0.93 MB 300 5
365,384 365,384 000000000000000014a802da803ba796647a47352220c0c9e88d492b055d1294 0.14 MB 148 18
365,383 365,383 00000000000000000ce028038adf0c7c8b91a59352283e0030f1f6af895212ac 0.85 MB 633 15
365,382 365,382 00000000000000000c33f4365698027960cf633c600d1bdc16ae22b6db719a2b 0.93 MB 395 8
365,381 365,381 000000000000000013c51bb0903e71f1481f58553df107c06783c547402d08a3 0.19 MB 302 20
365,380 365,380 00000000000000000a08e4f5bf276cde0ba14cf4649398c812b4a22168b8549d 0.11 MB 271 62
365,379 365,379 000000000000000003836703d9da61f51d5a9e5fc22ed00af2ee121b85dd4c76 0.00 MB 1 0
365,378 365,378 00000000000000000c973ab0c2f419e9d52b6b08ecf3adb165359cdb49b2037e 0.93 MB 692 19
365,377 365,377 00000000000000000033c21ac664c5eda01e3e50faecd304d3a63caa83e95a75 0.42 MB 905 46
365,376 365,376 000000000000000012d5e815d36764cc0c7d7e2b0f7716af92c285aebe40eeed 0.92 MB 1,256 31
Previous 10 blocks ↓
Total Size: 652.71 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.30 GB sent, 76.61 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.