Memory Pool Memory Pool Refreshing

29,040 transactions
26.51 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,256 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,536 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,255 (488,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,797 353,797 0000000000000000015311200be211b83ad3be2f9f047a67816d75f3e1651cfc 0.75 MB 1,387 22
353,796 353,796 00000000000000000b8d6044fb33e2ed3a6b4fd670527d1c3ea237e5203ceaf1 0.17 MB 512 44
353,795 353,795 00000000000000000e80a69def4b0a7d825587821843b2578a98e31b26c66369 0.75 MB 2,320 44
353,794 353,794 0000000000000000127d95cdc800bf336caa693a9e542ba77f75a0fc354ade6a 0.10 MB 161 20
353,793 353,793 000000000000000016c0a5468469b0328df75f6070295ff143c0ef50342ea35a 0.04 MB 70 20
353,792 353,792 00000000000000000e59e0993a672feea521a06bcf5d5894cb1e792356edac4f 0.22 MB 291 16
353,791 353,791 00000000000000000f9339277fb167960c8d542d02832c7d429a2a95dfad94a6 0.75 MB 1,404 25
353,790 353,790 00000000000000000b39142da085d95ce6380391db3d71abfe0da69eaac2967b 0.65 MB 1,199 25
353,789 353,789 00000000000000001082735b2ddddf118d30824bdb9b9646f8fa414891b9b652 0.45 MB 784 25
353,788 353,788 00000000000000000e878dd33fc915127de802831355fcbd8d7a15f0a36e00b1 0.08 MB 184 28
353,787 353,787 0000000000000000089e11ff5c02463066a190f05dec9f8d51df65b949499fd9 0.35 MB 552 23
353,786 353,786 00000000000000000f831435fb689c0e8ab0cfbcb2601030d390eba42624a409 0.05 MB 51 7
353,785 353,785 000000000000000010e611c5df08e063a5a1f8686476a93880414428c2f477b7 0.23 MB 485 27
353,784 353,784 00000000000000000ef7b1f0cb7619abf1ea8083c12e45a7cec550fe18860aed 0.01 MB 32 68
353,783 353,783 000000000000000001153e7b8e1758ab4ef2e98570f18e0b6b29d10bca773e5f 0.15 MB 164 14
353,782 353,782 00000000000000000803539d4437b19952bf735fa071c87518a6ffee47d9baf0 0.20 MB 349 22
353,781 353,781 000000000000000010944b9e29e7a7f31e95aac749c4a1e45a5fca4a10af9ba2 0.73 MB 1,524 28
353,780 353,780 000000000000000002107aa85533def10fbf01eb1460f5b5a4cf20256147c0cb 0.13 MB 264 24
353,779 353,779 000000000000000009bcdb71fa09d62170666f5578d1eb43be7fdaa132696d5b 0.18 MB 245 19
353,778 353,778 000000000000000010464a9c34c1da9a404c13132482654988e241546d97afe2 0.16 MB 307 23
353,777 353,777 0000000000000000107f95ddd597a29369b2c94a6552479fdc4e672a6c8319ab 0.36 MB 547 21
Previous 10 blocks ↓
Total Size: 647.20 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,462.99 GB sent, 43.87 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.