Memory Pool Memory Pool Refreshing

43,820 transactions
46.14 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,328 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,847 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,327 (575,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,378 266,378 00000000000000008aec8d952275b3c041ab69d037cbf88aea0074d2f4296a6f 0.05 MB 114 50
266,377 266,377 00000000000000038a2032aabdb194bc2da2ce095ee5f1e5726ebe8995338c88 0.02 MB 61 105
266,376 266,376 0000000000000005d70e176af860d8bf515cb3defecd41879e1d84670144fb2b 0.11 MB 246 90
266,375 266,375 0000000000000005767801546043a2fd009fd29c63472eedfbdd374d26c47f3a 0.03 MB 82 61
266,374 266,374 000000000000000a147f88a535b459ef8c70321594984f6b6df8627558a3fcf6 0.11 MB 235 86
266,373 266,373 0000000000000004f44a98cefa49db2d4a1286c0224be4e0212c0d5d8cec472a 0.00 MB 18 81
266,372 266,372 000000000000000027202edfa23fa3d54a5a3c150cdd95f91bc88f7d8bc39c5a 0.05 MB 95 53
266,371 266,371 0000000000000000c73dd8e534a0b314cb81c7eb0138b9e574be1ab66c548f70 0.02 MB 51 48
266,370 266,370 000000000000000750322f863964bfe2087c711ba49c9ef1c250ed308c70d379 0.02 MB 38 55
266,369 266,369 0000000000000008647b873c50cec67e487477303041e7e55ecba45e9ca60a4b 0.00 MB 11 21
266,368 266,368 00000000000000073eb8d1fd80260bdddc519f42291c97fa8739a59511e4f025 0.05 MB 77 58
266,367 266,367 0000000000000001463f977b2b374f0c1a1ab68abb24bbc03f37863dfd13e508 0.06 MB 101 80
266,366 266,366 0000000000000006bdc3cdebdad65191734dad389f60194a19ee70cc05fb79cc 0.03 MB 85 105
266,365 266,365 00000000000000068f9be49516321f3db45dfd8c664941e1cd77b465c7d1fcfb 0.10 MB 232 104
266,364 266,364 000000000000000a5159cabf91d1ce69cae238f199b6d8923247592c64f382b7 0.09 MB 217 108
266,363 266,363 0000000000000005cf71bc1d0436c99f4013f1b8653b9a0fb4c66edbb885dc9a 0.09 MB 352 53
266,362 266,362 000000000000000211311e71a88aac724f283acaf88ab413c46b406d32568ed0 0.15 MB 300 101
266,361 266,361 00000000000000087e8790a62a6d87a41a37c15452c7803ba482630cce55fb7e 0.03 MB 64 54
266,360 266,360 0000000000000003f854a6d90ecad05690e708d38c9e60024a22b0f24471ec39 0.03 MB 84 56
266,359 266,359 00000000000000068ffd830ab06ca870b4fbea2029d70d1a384c1e09792ce297 0.17 MB 402 110
266,358 266,358 0000000000000003ba45a5d129727096ae4ece707db13e849bf54ea7dbbeb014 0.07 MB 146 54
Previous 10 blocks ↓
Total Size: 647.33 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,477.67 GB sent, 44.97 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.