Memory Pool Memory Pool Refreshing

83,132 transactions
34.73 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,460 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,033 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,459 (373,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
471,884 471,884 000000000000000000803ff7cbd540af87b5a129a561e77b8fa0cdd477cd34df 1.00 MB 1,394 129
471,883 471,883 0000000000000000017c845426add77490842db4176bb942d3e3fc374cf1caa6 1.00 MB 1,948 218
471,882 471,882 00000000000000000155e8531ab057196093d72c1229a090166fc06780ec31c3 1.00 MB 2,389 285
471,881 471,881 00000000000000000107ba349ccbd0f299512b3c8ab62d32161dd0616ab36843 1.00 MB 1,186 150
471,880 471,880 0000000000000000017d6be989d945ef6e6121740c6fef48a89fe0e76d4024ed 1.00 MB 273 18
471,879 471,879 00000000000000000106c39ab8ac16848078897402d45f9026fea2fe4e1859b7 1.00 MB 1,201 121
471,878 471,878 0000000000000000013feee40aba052087bcd8467232b6e3e77d2edd73cab963 1.00 MB 354 29
471,877 471,877 0000000000000000012e1051208e5d368886fa3669a18ef4e1240dbbc41c10e0 1.00 MB 407 54
471,876 471,876 0000000000000000014ac1540b19ea36366d78bf97245f8b009dd5e0b99d4661 0.48 MB 991 191
471,875 471,875 000000000000000000d8f7995cc77bf1f7203a4cbeea64e813f68990f597758d 0.99 MB 2,171 330
471,874 471,874 000000000000000000fddfee3396c03054d733cc9678ca2f310314c00becb04a 1.00 MB 339 41
471,873 471,873 000000000000000000ad162d862ea6fdbaf45f2d72f8b63ad4d1bf67fbc04ee5 1.00 MB 84 13
471,872 471,872 0000000000000000018af459a4a1514cac40b62e8a54033a6b67f0086dc35d45 0.08 MB 233 277
Previous 10 blocks ↓
Total Size: 653.26 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,306.48 GB sent, 80.42 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.