Memory Pool Memory Pool Refreshing

39,080 transactions
41.43 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,053 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,261 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,052 (321,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,778 520,778 0000000000000000002347cd628018fd36857755faf77bc87d5b2c60d21f0790 0.32 MB 738 20
520,777 520,777 00000000000000000022edc2206dcd56fe9cb7542733c37966b790d490abe704 1.14 MB 2,133 37
520,776 520,776 00000000000000000016f0b0c4d6765b1be8006d06a5cdad2019be11ad0090e0 1.00 MB 2,431 36
520,775 520,775 0000000000000000000a031fac68c71b1ef84aecb48f7cd8006bbfeb1aa30176 1.22 MB 2,628 40
520,774 520,774 0000000000000000003423053738b7e21831b344599e061b55d2579c31e6c4f0 0.89 MB 2,098 28
520,773 520,773 0000000000000000002599b7abeddb49c1eaf4f3c0e4f13c65641d99557d4806 0.22 MB 418 41
520,772 520,772 000000000000000000243c002570cb45cfcd9eb7ac3ea1c46a29276bf380bd13 0.14 MB 167 116
520,771 520,771 00000000000000000029fce6bd51c2638d04231d602ad9df28b95aef4a54f7a6 1.05 MB 1,124 15
520,770 520,770 0000000000000000000881016e7e359e3d413dd794c806f23ff98d9d73bdc796 1.19 MB 2,160 22
520,769 520,769 0000000000000000000ce0ebc0d8d16e746c518ed37f7f8921098b416e41cd98 1.17 MB 2,431 6
520,768 520,768 000000000000000000076eda70607b095ea725cc2538900f582b2f1c0fa20075 1.31 MB 3,120 38
520,767 520,767 0000000000000000001ca1eeda86313528d20b1755c6f95db5daee329808de3b 1.13 MB 2,535 62
520,766 520,766 00000000000000000026cca6eb587ce68a7750e620de89925181f5c649f5db47 0.30 MB 581 28
520,765 520,765 00000000000000000020e8a8aecde92a38b4fa65f6ea2171ea775ed969325fa9 0.23 MB 475 28
520,764 520,764 000000000000000000248dedbfcf64ed565ff97a2ba1f7125a237e05f92539de 0.98 MB 1,783 32
520,763 520,763 00000000000000000013edf174df0d5245f9f384e13636af78e01128b561c4f8 0.29 MB 530 29
520,762 520,762 0000000000000000003bc0f516f503328147d114e830a9dc4b4bbb122337d0c6 0.26 MB 557 32
520,761 520,761 000000000000000000189cfcfd49b86138bd978e4289cb08bf4ea8423ff8e625 0.01 MB 28 13
520,760 520,760 0000000000000000000f9d5b125f14b92ede80da1a184a50b86de9b6b6000fa5 1.00 MB 1,820 26
520,759 520,759 00000000000000000040c62f2791c5cd42c5742abbd471f404557b36527d6857 1.14 MB 2,708 14
520,758 520,758 0000000000000000003924d50115a5d15cbe938e034cf4c20e4ec5916658c0c0 1.13 MB 2,261 61
Previous 10 blocks ↓
Total Size: 646.85 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,426.57 GB sent, 40.69 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.