Memory Pool Memory Pool Refreshing

35,716 transactions
40.66 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,477 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,214 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,476 (370,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,905 471,905 0000000000000000013fab6f6cc39c6152ae8c7f7730f9bab75bc28136e2c3ee 1.00 MB 2,160 216
471,904 471,904 0000000000000000009af37429148d6b8c08b9eeeeb7b313ca1fa28493a789c5 1.00 MB 2,168 197
471,903 471,903 000000000000000000237444ca6e3ccfebb34f33fdbbf28b8280c2ad8927a80a 1.00 MB 2,476 376
471,902 471,902 00000000000000000004fb4435aabef2f4e77640d3445aa19145f3c54bfadba4 1.00 MB 1,861 227
471,901 471,901 000000000000000000fdc0794b19a0eafab62f1298450cd38d9f6b193d7bb189 1.00 MB 2,170 352
471,900 471,900 000000000000000000fa82caa5ae3164e7df38875da297959ba98739b3223084 1.00 MB 1,092 153
471,899 471,899 000000000000000000f082f8463305f8c68eb131c8e88e3f0c4c1cd198a354fa 1.00 MB 864 159
471,898 471,898 000000000000000001212c5a26f1745fbab25a1b86debd3059909fc106f06eb4 1.00 MB 1,597 256
471,897 471,897 0000000000000000010478f883524fd9ffdf22e4a277fe952903733bc522d499 1.00 MB 1,759 325
471,896 471,896 000000000000000001750015df302276bc28b3161bd030e35d90706fbe574a28 1.00 MB 1,770 356
471,895 471,895 000000000000000000a0d43ee88d2680b69444a731a4b573332f519afbbc0a4c 1.00 MB 2,630 355
471,894 471,894 0000000000000000017dbc863205ebb400e4ddcb0c33529c7067d01ce9279349 1.00 MB 914 83
471,893 471,893 0000000000000000009770eb48f2649094b543c1ed69994a91fb4cc9d5f2366c 0.92 MB 1,372 155
471,892 471,892 0000000000000000010945f10dd799bba67c146b3a055a861664acf67f4e0108 0.02 MB 45 212
471,891 471,891 0000000000000000009a0b04159573fe954096f547230bc45266213aab69f989 1.00 MB 1,164 101
471,890 471,890 0000000000000000005523dcce5c94c464856caf0db9a470a4dd9a2d5271448f 1.00 MB 2,181 276
471,889 471,889 00000000000000000188ad0d441cc5e7172fc65322280fffca4aa8e9154d354e 0.93 MB 820 92
471,888 471,888 0000000000000000005b6abab05d94554539bc13154e16b06a47a8809ce6432b 1.00 MB 1,991 232
471,887 471,887 0000000000000000007c42ece2ae450ffc57034fad56a24abbaa75daed7f4eba 1.00 MB 652 61
471,886 471,886 00000000000000000181117c2dfead3462c8bb63a46b33ed4c26a2b8b461c911 1.00 MB 591 39
471,885 471,885 000000000000000000f5517b66275c5644e9474647cd8855c759c137d5975ad2 1.00 MB 1,572 218
Previous 10 blocks ↓
Total Size: 647.62 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,521.57 GB sent, 46.85 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.