Memory Pool Memory Pool Refreshing

55,249 transactions
43.19 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,294 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 1,360 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,293 (505,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
338,469 338,469 00000000000000000a9a703ec584b481d55f038577497e6c6b0a9e47ac46ac5b 0.05 MB 142 29
338,468 338,468 000000000000000011c8626ccb5aa2a7b7eb8ef8c9624ed4caf356fcc19cacbd 0.26 MB 520 24
338,467 338,467 00000000000000001674e1290423a1fb1c194e56de022fb56c301c6d6b80393b 0.03 MB 76 13
338,466 338,466 0000000000000000033690424ca9dcc267bf61e2251c121d0af71ae5a9c9e8dd 0.29 MB 512 24
338,465 338,465 00000000000000001a06d4570b0b228d05635b0426967a81a50fd607d1b11c74 0.13 MB 185 21
338,464 338,464 0000000000000000122aa1a5444922f8f312fd151d8a7c97a329f8c20f102b9b 0.24 MB 471 23
338,463 338,463 00000000000000001a8269aef66971ae6440fb59e8f95a9b948f3f6e8c944700 0.40 MB 675 27
338,462 338,462 0000000000000000043c014fc959e4e96e2e4a768858dd7fed3c3700cfc8c9f7 0.10 MB 151 15
338,461 338,461 00000000000000000fdc40666965dc18ac40d35199faac02513ec093e758842c 0.55 MB 1,108 111
338,460 338,460 000000000000000005d82164c32aee44587a6845cc6c11c45884db2b38abcbe6 0.23 MB 264 15
338,459 338,459 00000000000000000a1cca23451709c2656ac31cdc11008768af48ba44b8f8d7 0.90 MB 2,066 29
338,458 338,458 000000000000000012db7c9a2bbe391b0ae1fa94a0ca9df0a86a049641011e86 0.17 MB 380 25
338,457 338,457 000000000000000019b273c4280ac0c336661e62c0eb28c9842046eb6b8e8124 0.20 MB 276 20
338,456 338,456 00000000000000001429e963799a292a7a48c184f984010390bbe29f03743428 0.06 MB 174 45
338,455 338,455 000000000000000003a9f19a8fe07d0333e1fd2a3dd70b32a429dd8953684e83 0.30 MB 531 24
338,454 338,454 00000000000000000c170b4f40f9ac15b6dcf936943c20395f33d63d582213eb 0.20 MB 333 31
338,453 338,453 00000000000000000debcbcc20a2ac71e30f1f13a40ae0b0728fea2829aed3f5 0.00 MB 1 0
338,452 338,452 00000000000000001ae400ff4424fc36b6f5a7793d59a77fa736c56ebf5ce353 0.18 MB 372 23
338,451 338,451 00000000000000000639344df1908d56dc44c305ed657476c9a134202974140c 0.13 MB 256 23
338,450 338,450 0000000000000000077c0833ff2d70a7115f1f6c8a5d44a43f216bc33753d792 0.48 MB 901 24
338,449 338,449 00000000000000000bfe71ade5e25fcb70ea09545a75d5b5b4040dc4aa78fffd 0.08 MB 189 25
Previous 10 blocks ↓
Total Size: 651.05 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,081.46 GB sent, 66.47 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.