Memory Pool Memory Pool Refreshing

30,335 transactions
45.40 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,012 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,462 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,011 (508,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,490 333,490 000000000000000003f5290f6b797bcdce15e10271bbfb7683434596f54ca3bc 0.85 MB 1,986 32
333,489 333,489 00000000000000001aa5e75262091a84bda91720d1c56bd4b5b9f9f762e8151b 0.14 MB 118 10
333,488 333,488 00000000000000000b2c40118d54cdc7eca2de4a3479c845acbde212ff37621e 0.11 MB 137 17
333,487 333,487 000000000000000017659723f75c26ec096db787cdb447223b736e5213758267 0.23 MB 339 18
333,486 333,486 0000000000000000156c95c0a58538dd9ebebd066f27d8e2f4a622c3819430a6 0.06 MB 143 15
333,485 333,485 000000000000000002ee59ad8ace9c5d529346f60cff3443ec872af3905ca8e7 0.65 MB 624 18
333,484 333,484 000000000000000016e67103b092eb7199ccc2d1542f09ada0fd9757b1db6eef 0.45 MB 336 16
333,483 333,483 00000000000000000e58f91e00cd10fd578852b1c99925bd65e17d7e2cb573fb 0.00 MB 1 0
333,482 333,482 0000000000000000192f036b8a371c0904ff4b7bab5c2c5dd0eb89e202e0de32 0.75 MB 1,219 24
333,481 333,481 00000000000000000ab2ed03f3fb57980d7b4257ace53f61e6081d642a5659f3 0.75 MB 1,925 37
333,480 333,480 00000000000000000f27f2ca8ba1f8054375a8077dc107c700e847b8add4915f 0.85 MB 1,479 25
333,479 333,479 0000000000000000040e043157765bc010f40a15b1f4536d606ba0e81f0e7d96 0.75 MB 1,520 24
333,478 333,478 00000000000000000f9afbdd34cee0869b3aae880ff2fd968ce1bf62d7fea8a3 0.05 MB 128 89
333,477 333,477 00000000000000000b47bd8df4d83fda3abf8a9267e5b6aede86bc1fface3d86 0.16 MB 377 29
333,476 333,476 0000000000000000030bbab9373840c3f400b52ea2ccd3637da69c5a495401f9 0.29 MB 508 23
333,475 333,475 00000000000000001b0516f32a31d82ed7d2dc7dab3dae5a07cf7ce671e601a2 0.58 MB 480 14
333,474 333,474 00000000000000000224524ab8fd1ae2516138c83457845f59f5b7ce67c77856 0.25 MB 591 39
333,473 333,473 00000000000000000be2e8160a2ffb868c88bc6f6728e4d64f1900fbb3fd9f60 0.40 MB 653 23
333,472 333,472 00000000000000000bfb4bfd1aa6099aedd86a49d74aac20fd04a1cc9712f24e 0.26 MB 449 24
333,471 333,471 00000000000000000748334618f2f08a0e0507faa2d1687af38d75ac96ae40fb 0.09 MB 145 14
333,470 333,470 00000000000000000fb3b101bf9d4ee47acce176c786fd924f906cef1ecc0f30 0.22 MB 307 26
Previous 10 blocks ↓
Total Size: 646.78 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,403.70 GB sent, 40.02 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.