Memory Pool Memory Pool Refreshing

33,583 transactions
46.65 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,415 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,854 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,414 (496,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,867 345,867 00000000000000000703bc0adf14abbd9c0abd30c90785c6b25efe49c31fd995 1.00 MB 1,903 25
345,866 345,866 0000000000000000061f07528a564d0d617de2569f152ff49020e13b7f88861d 0.31 MB 499 21
345,865 345,865 00000000000000000c8dc88ca814f0501c2bb245fb94fcefea0181b0c561bbbf 0.77 MB 1,117 21
345,864 345,864 00000000000000000c95308d2bb7ebe5216a5d32f90e2a1c47b0b8266d34f790 0.23 MB 341 20
345,863 345,863 000000000000000003192d0296c5adc68caf1166f65dbd7f0a8168104e62e62f 0.08 MB 76 8
345,862 345,862 0000000000000000072e0845b135483f8412366a9e395c0389416efd403ee390 0.37 MB 705 24
345,861 345,861 000000000000000006716fafd5cd32f4f553165f1c686d370c98aea9b59a1896 0.26 MB 430 23
345,860 345,860 000000000000000005b76a584a0bad8d006b058517edc410ed2f060211a03fab 0.40 MB 691 22
345,859 345,859 00000000000000000ebb4047115bf68bf86f9572228f9c3eb7d918e12c305ee5 0.14 MB 261 25
345,858 345,858 0000000000000000078a50b10227482b66693018c5141a50c4fc8f8971f85e70 0.87 MB 1,616 27
345,857 345,857 00000000000000000afa6a2434ec4f884cbd591d964c6e9d85c0654ed6986c73 0.27 MB 490 23
345,856 345,856 0000000000000000114d0f24cfec8d34c1d4b19b3f20df452f06710f9e5a9972 0.29 MB 492 24
345,855 345,855 0000000000000000060e8c3c09e42f707ab370a97c4d66af17c0337bd3862605 0.18 MB 253 15
345,854 345,854 0000000000000000024bfa99796c1822448114a79f64108675191a9641efad17 0.75 MB 504 11
345,853 345,853 000000000000000014b9c46f8a3e901c41594fd187a83791ca03d2cfc5b8f1c6 1.00 MB 1,154 20
345,852 345,852 0000000000000000126ce0e70a036fae8543b6be012405091ba035cbdaf691fd 0.11 MB 256 24
345,851 345,851 0000000000000000164e69f5db0e82e6284b030afadbb2be23c86311354040ec 0.75 MB 1,188 25
345,850 345,850 000000000000000003543de50625ed0404413a4c2a1762a5e0abff30b8b9e1f3 0.75 MB 1,672 30
345,849 345,849 00000000000000000c9fe25186cbe776a25b018ff1cfa5edc7f1b9a69693f2fd 0.14 MB 153 29
345,848 345,848 00000000000000000d3d35fb3ce8be666f030d2e239628f90fbc5b39429c43d4 0.59 MB 1,039 26
345,847 345,847 00000000000000001712464bece6f3332fb5bd4ed590db9d2812862eb4c53c98 0.66 MB 999 16
Previous 10 blocks ↓
Total Size: 647.50 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,496.45 GB sent, 46.08 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.