Memory Pool Memory Pool Refreshing

31,050 transactions
45.58 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
842,428 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,387 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,427 (496,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
345,846 345,846 00000000000000000709d2f661c5c46beeaf734bdc38414e220a9524882e346e 0.75 MB 1,288 24
345,845 345,845 0000000000000000138458030915fcf09fb09aaed799c8beec61263811eb149c 0.75 MB 587 22
345,844 345,844 00000000000000001596322a103ebd81b1dbe5c55522cba9d1fc4d48179990c7 0.75 MB 1,293 27
345,843 345,843 000000000000000011f0c33c0ce2a19c43ff0d6b1ce62ba3a047c211442765cd 0.75 MB 1,624 31
345,842 345,842 000000000000000008fcc7f3fe8cc67c259901251f22b725c7cd39f49884d354 0.44 MB 834 22
345,841 345,841 000000000000000007663420b98b957b3cab5bf30ba4c7ea1ad0a9769c48e1bc 0.68 MB 891 20
345,840 345,840 0000000000000000068036b41c31f9aff6ca55933060ef575043bf68a6f0bc81 0.42 MB 602 26
345,839 345,839 000000000000000009319e81c0cfbdab45901ef862ee118d6b7e403110db4554 0.09 MB 181 27
345,838 345,838 000000000000000005bb1f8c142b9d09aba812f3a33649955445b2ca13e86712 0.04 MB 89 49
Previous 10 blocks ↓
Total Size: 647.53 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,498.32 GB sent, 46.19 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.