Memory Pool Memory Pool Refreshing

65,007 transactions
29.32 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,754 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,828 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,753 (541,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,875 302,875 00000000000000003815363841ccb0510aa4d222e90a2351fc5067c077eea92a 0.14 MB 322 29
302,874 302,874 00000000000000005d84bd4b5783b3c32c99d237c2f56cafe1c34922f2f4be2b 0.44 MB 732 30
302,873 302,873 00000000000000005d6f15f337a8bb19f2d50b9cbb5b4b135f59054aace3eb22 0.36 MB 724 33
302,872 302,872 00000000000000000792afc7b7d2c78751282f5560f810f7016f2f5cfe2dd318 0.06 MB 155 35
302,871 302,871 000000000000000059f91e9c634a036e2946c66a8b469cb274839c25a7662f34 0.38 MB 750 37
302,870 302,870 0000000000000000404a6e0b936e5eb0c3243b142016ebbb5d84104e1eaaf505 0.30 MB 563 32
302,869 302,869 00000000000000002abc876d9908950e7331436b85742d398b5149d5e2ad5ccd 0.07 MB 126 147
302,868 302,868 00000000000000001afd4cead1b741ff099b8df32f0bf72912f1f53bbe81bb99 0.34 MB 654 32
302,867 302,867 000000000000000053784211fac060a21a5b8c5bb970698e55266c38a4a1f6fb 0.22 MB 418 30
302,866 302,866 00000000000000001b7dd8b9f447e34719dd17d63fac422e1c29b1dfc856faf4 0.27 MB 486 31
302,865 302,865 000000000000000034bb5058b8092dd23430d1fe718800951a8ba8e568387eb0 0.18 MB 292 33
302,864 302,864 00000000000000006060a76f4796621e4be0316a78b219672cb01dc028bfcef9 0.02 MB 32 22
302,863 302,863 00000000000000001e8e9866b10579b2d3997a2ecd8e618cdfbde58b53949beb 0.54 MB 1,004 32
302,862 302,862 00000000000000000a655d305d70c41321688a6858b39e55781f5ad22a014c5c 0.06 MB 113 28
302,861 302,861 0000000000000000415ce68ee2aaa08af7ab6a655e54a134d81762d7fb7e6b53 0.81 MB 1,304 27
302,860 302,860 000000000000000045b3f4868309859fa0f7fd265c2bdde8d38b6eca23660ef8 0.06 MB 122 6
302,859 302,859 00000000000000003ca6433cb14e1f33747d1c0ca2bf3b5dfa0cefc127f0b563 0.16 MB 213 25
302,858 302,858 0000000000000000543a1f4e517762aad59a43fac3274d61804b20c674d5b333 0.25 MB 521 37
302,857 302,857 00000000000000000d85e99ebac6155d8ffe807ba5855c9bae4774f862c31a46 0.07 MB 165 40
302,856 302,856 00000000000000002b2ea9b42bc4f6e31a85d5cfb51f7f1eac6aa285e75ff8df 0.19 MB 363 27
302,855 302,855 000000000000000016627f862e325c1462fd8539d656990b8d5adfcbaba8bd3e 0.22 MB 413 30
Previous 10 blocks ↓
Total Size: 651.93 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 9,185.76 GB sent, 71.62 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.