Memory Pool Memory Pool Refreshing

53,384 transactions
36.22 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,237 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 7,071 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,236 (590,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,771 256,771 0000000000000011f04f95f60f5f9be51a289ebd642673c1b89180ccae0de1dd 0.25 MB 453 58
256,770 256,770 00000000000000070fa7e2160e9aa1dd258c04bd1a62a56746e526d2d9665171 0.25 MB 629 170
256,769 256,769 0000000000000010e58bb49b0f719e7a0234b7b3abf9330df3dbcfec54be5add 0.25 MB 566 143
256,768 256,768 00000000000000133b85e667647af489978e1066d9c7cac311f560bd1cb36bac 0.25 MB 642 140
256,767 256,767 000000000000003012f851135e5bff6a4fb6512023b9ca4b6d5ffa053a5a6307 0.02 MB 54 82
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
Previous 10 blocks ↓
Total Size: 656.40 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,543.37 GB sent, 102.50 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.