Memory Pool Memory Pool Refreshing

64,163 transactions
49.90 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,010 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 1,108 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,009 (519,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,382 328,382 00000000000000000b8064a68f6e88b14a13868cc02b63898f935ebdea2b22a1 0.08 MB 199 36
328,381 328,381 00000000000000000f823bdb1526c2f80ed6887ee89e7671bf6ca76f66296725 0.27 MB 415 29
328,380 328,380 000000000000000012488673e338b6f50c1a16b42b8c3a25ecfead52eff40e65 0.42 MB 840 34
328,379 328,379 0000000000000000078d4f4e0d3283d0650e3cfdfbec765cfdab89a62f92c9dc 0.00 MB 1 0
328,378 328,378 00000000000000001c4e461cb50b5233d0c73099164e278876deb2e761dbde8a 0.77 MB 1,653 30
328,377 328,377 000000000000000015206f07fd521c0e20ed0cacbea26a0e317262b7585afdcc 0.11 MB 218 27
328,376 328,376 0000000000000000148c54d92f0d1bacd68b1c43b173842600a6e7ee91b6baaa 0.50 MB 704 25
328,375 328,375 00000000000000000812f8e26a2166f29369c3e3ccb5026b13f9816ce0d55a27 0.10 MB 175 32
328,374 328,374 0000000000000000143cc1cda05f1b44bb6ca4b7983d3ff3edb119dec135f0a2 0.26 MB 285 18
328,373 328,373 00000000000000000279121e279839c8cb7e496f7f2379a0bf0fc579ccff5dc5 0.57 MB 291 7
328,372 328,372 000000000000000008665edaa39b7704b1feb35ea0b7d84dfcf57239c87757da 0.75 MB 1,611 30
328,371 328,371 00000000000000000cb4e479ca98d8e5ad62bfc4d86fff6b078ecbbc10ebabea 0.13 MB 314 30
328,370 328,370 00000000000000000375139ab715cf8faa030919e6d7b7884ac98c9aaf231edc 0.25 MB 534 34
328,369 328,369 0000000000000000119825b2119d4c04cd17884348bf150ab3822cb08f4f93aa 0.34 MB 502 28
328,368 328,368 000000000000000001eaf332c15e7f2e8972e48d4778cf2cce9781033e65fd5b 0.75 MB 1,410 27
328,367 328,367 0000000000000000040e26562ddf65d857b7b2e70c46e37ffb4aa94b959fe8a7 0.07 MB 122 22
328,366 328,366 0000000000000000055e7aac0bea4e73b29f6aacb9f47f5999e9cfca1718c203 0.52 MB 1,091 29
328,365 328,365 00000000000000001721a52505e3397e47b64365d958490bcf7990584041f43c 0.38 MB 590 25
328,364 328,364 000000000000000015f401436e2fd884adbac2eb274ebccf64ef80391d22cbfa 0.23 MB 371 21
328,363 328,363 00000000000000000ab99895aaf6cab6c33d634d5bd3e3be2d51091e2a43ddb6 0.01 MB 32 51
328,362 328,362 00000000000000000a466f5d4cc0b22f77c2388d679d2d0c609aee06615efcc9 0.10 MB 185 20
Previous 10 blocks ↓
Total Size: 657.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 69 incoming
  • Data Transfer: 319.49 GB sent, 0.89 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.