Memory Pool Memory Pool Refreshing

62,375 transactions
29.47 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,668 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,600 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,667 (327,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
520,757 520,757 000000000000000000374ee360fab2b328206d702edb1c30709b471496b6f6fd 1.05 MB 1,825 29
520,756 520,756 0000000000000000002b4fcce353076a7a4377486372fdfb6bf200629512c52e 0.10 MB 293 35
520,755 520,755 0000000000000000001bd2459666a2b3342badd32cd325045964c62edfe78ccb 0.15 MB 367 37
520,754 520,754 00000000000000000030e30002bbd7d0930319441297408222e94a8d6af39fb5 0.75 MB 1,707 36
520,753 520,753 0000000000000000003d0c9613ae8264fc65cede64c28dcd3361d6fc235057f6 0.73 MB 1,603 38
Previous 10 blocks ↓
Total Size: 659.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 100 incoming
  • Data Transfer: 2,196.14 GB sent, 4.18 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.