Memory Pool Memory Pool Refreshing

84,797 transactions
30.84 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,989 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,331 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,988 (588,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,766 256,766 00000000000000175e047f06a801d13979477eb70962e335a72015bf5651b163 0.14 MB 278 81
256,765 256,765 00000000000000282e29dec730ddfa6ea7215814162f251d4ed51d814ca6f9f8 0.16 MB 344 102
256,764 256,764 000000000000002a061e3d28e09aa46ab04abe212c9964d87dd92872dd55075a 0.05 MB 104 84
256,763 256,763 00000000000000052e56a3dd5f83208b86ad4ecc69898dd8bac6e8ddc77517d6 0.15 MB 318 89
256,762 256,762 000000000000001ac1a6ff44edd51f14ab7c4a867a77b6ae2b993f4ea2237ea0 0.03 MB 25 17
256,761 256,761 00000000000000113241dab98f97cb77836ef9d53c405d737d742b839c4779ba 0.09 MB 159 111
256,760 256,760 000000000000001df3322258f91a07ec436182b1125c4e965ae14ee7c9b65e8c 0.19 MB 504 64
256,759 256,759 0000000000000021616ec476f3bbcf4096cd0d1773270ece7ceb191e7588d383 0.25 MB 661 173
256,758 256,758 000000000000000900bf548b8663bd262621ae7b34b402e781a2dd2ec5a02100 0.13 MB 256 122
256,757 256,757 000000000000002951a4f7c962984127a074241efa130a87926f3f7605ee88bc 0.13 MB 253 112
256,756 256,756 000000000000002297b150eb532bca623ce77d300e1dd5535a996e2cc19d522d 0.14 MB 292 75
256,755 256,755 00000000000000027712e2a739fffec47fefd360fd02878ddf9d7d34ca8e26db 0.25 MB 619 227
256,754 256,754 0000000000000014cfa27b88435351efc284e2b9f167bef380176d78605e9fa4 0.21 MB 459 74
256,753 256,753 000000000000000dc3d0b27dc557242a09252664cc125a4f306043dd519a55cc 0.25 MB 578 147
256,752 256,752 00000000000000221fbfbf2a8916d246a0d275a80fb2c1433b112870e0d052ad 0.06 MB 103 94
256,751 256,751 000000000000002a566fb2539a91aa2b0e1554d51630c4f022760fbf2f9b75d2 0.08 MB 137 81
256,750 256,750 000000000000002bf193b7d7559b8b713711d70f020a044e6518e273542a19c5 0.05 MB 51 36
256,749 256,749 000000000000000f7022d5672f629a685cc33c3e71280c85dcbe313de7005d81 0.17 MB 367 97
256,748 256,748 00000000000000054a4ccb35aae6240ec7a773cf94862df4c8fa7c33c728b734 0.13 MB 333 140
256,747 256,747 00000000000000114cd21595c0efd5a842f0f1368a8e22013368f28d17ec40ca 0.49 MB 1,210 118
256,746 256,746 0000000000000029858788e0bc17ec7d72908e098dba0f4aa18488542284979f 0.06 MB 128 108
Previous 10 blocks ↓
Total Size: 652.38 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,254.82 GB sent, 74.30 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.