Memory Pool Memory Pool Refreshing

52,373 transactions
32.74 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
839,992 0000000000000000000342190000000000000000000000000000000000000000 1.00 vMB 2,334 60
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 839,991 (722,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,686 117,686 00000000000006044543a981bee3b0590afe063bc1fb670c06961944f8d4b99c 0.00 MB 10 640
117,685 117,685 00000000000001dc099828acf93416e1fc95d8617621e662dc9fd26a26830011 0.00 MB 9 1,153
117,684 117,684 0000000000003ae13274e7a24e895ac104ce0a5229e244280de8314db6616bd5 0.00 MB 4 633
117,683 117,683 00000000000063de1b1e95fe263dc4df5789272bbd50fb844dfd925543645975 0.00 MB 12 1,319
117,682 117,682 0000000000001656b8c783209c844f6dff5191abb05810ae99a73b3fe719c8a6 0.01 MB 20 520
117,681 117,681 00000000000093376c638df53bda6e6b3dee1ee77589da462fe350d1c9bc8ab2 0.00 MB 2 0
117,680 117,680 00000000000001f0cf9195313fb20d1dfab58fa8a52bc24078a7fd9e6f4bbe8c 0.00 MB 1 0
117,679 117,679 00000000000005cde8dc547f694084c4fb5ee0cc751257ccedadbbcf3ffd6589 0.00 MB 6 843
117,678 117,678 0000000000003c9c929932cd80bf9727ec1b177dd85b6f979bcef54ee0b1f7ca 0.00 MB 9 0
117,677 117,677 000000000000aa5dac34d670e5699fc383d86789dd51b879bd9e93362c90cd40 0.00 MB 7 694
117,676 117,676 00000000000073ff7749f6e2edac4e8e648f69b7470bee669b110987eb190192 0.00 MB 10 344
117,675 117,675 000000000000529a8170f3f738d04c68f6b5c955ad8e96903379247bdc72ddb3 0.00 MB 6 331
117,674 117,674 0000000000007521b55819b293d484aaae249c76521df26806815278abe452f8 0.00 MB 14 914
117,673 117,673 00000000000059bc716b5ab99185d619a8d7d334a789925078d60051131e7746 0.00 MB 13 326
117,672 117,672 00000000000040a3f589ac464896901f1fc0a66b4066af5b886746940cd36936 0.00 MB 12 0
117,671 117,671 0000000000004ecd7ab9a6edd5d921a87cefe34b5397a8b3d7f1b6b0b63cc5e2 0.00 MB 3 3,883
117,670 117,670 000000000000c2d1cbb1446b18b7c42693e3ecab74334036b42bd5e6f7678010 0.01 MB 7 281
117,669 117,669 00000000000071b83a605ff76c440b2295bffc6fbe33b652599595345340ac52 0.00 MB 2 3,875
117,668 117,668 0000000000009bebaef3603dc39cc82e76c022d119a15734aa4a4eec2ba3b44b 0.01 MB 18 707
117,667 117,667 00000000000064169d0bc692cc819c47555e3be09b31532c4a6ee9198409c3c8 0.00 MB 10 672
117,666 117,666 00000000000001aad9843c20ff9998fa348386a22c615af49a6d43341994d7e9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 643.11 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: 7,378.29 GB sent, 17.65 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.