Memory Pool Memory Pool Refreshing

32,590 transactions
54.38 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,638 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,097 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,637 (311,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,687 530,687 00000000000000000000dac9d56dc1a65d0ca8659596c4f167cfba98b7763077 1.14 MB 2,276 28
530,686 530,686 00000000000000000021a1f59d73aec3f9ec9b2a82a2a8a4ecefdd6ab3ed2f8e 0.07 MB 109 22
530,685 530,685 0000000000000000001f55e57dead710a8f326e37a420e61d8eb320d37652003 0.94 MB 1,423 18
530,684 530,684 0000000000000000000c0b1120ed694904eebffb84b94e70a21141096d0b7bd7 0.29 MB 604 20
530,683 530,683 00000000000000000010d786a91c906da971b0a197950173896d34812a36618f 0.18 MB 393 40
530,682 530,682 00000000000000000014706cddb481cc6a5136db1b699133c68e00283caefdbb 0.05 MB 158 33
530,681 530,681 00000000000000000023e4ca6a07380d0230f8bb65e06c41f869b4001236d8dc 0.19 MB 414 38
530,680 530,680 00000000000000000008443ea16b72289455983151cdcd418f7691d78ea4ed7e 0.53 MB 944 28
530,679 530,679 0000000000000000000711e603d837ca208a0d3edf18ebb649ea1591ce18ea45 0.53 MB 838 23
530,678 530,678 0000000000000000000cc9b614f0dce3659aab591d2c3e747cef296fd794cde8 0.01 MB 33 8
530,677 530,677 000000000000000000337b18a6388e613401d5b3b9540c463031631b8c0fb112 0.82 MB 1,724 33
530,676 530,676 0000000000000000002408bc6d98cd21efdb6af12787cbab3a7c2af34881358c 0.20 MB 327 20
530,675 530,675 0000000000000000001988c6a00c7cb3bed2e2dbec41c5cbe535623355077d67 0.18 MB 368 26
530,674 530,674 00000000000000000017ff3f05cae0c8c590d862f64548971c43c5e49ba6705f 0.01 MB 27 18
530,673 530,673 00000000000000000015cccac53e27d2a9ff2f482ba411b0203123ed17f3af52 0.29 MB 593 30
530,672 530,672 000000000000000000332a27022d925de0a4cc4623f4dd27f13d8372683a5060 0.27 MB 418 29
530,671 530,671 00000000000000000030efadc63fc3a191140caff960d1a061321623c953fa02 0.62 MB 1,272 28
530,670 530,670 00000000000000000026a23738e09a9f0c8f0ff894060e79c7562541b563de21 0.13 MB 318 27
530,669 530,669 00000000000000000012613a4d8e11633dc2036cb6a7620c8673787d8591e771 0.45 MB 964 26
530,668 530,668 0000000000000000000f9784aa6e37092e92b4058497e83e63aa675ece3ac6ce 0.95 MB 1,944 25
530,667 530,667 000000000000000000149218ea63cb3c238a6ca4d4998a3336d290fd262ed4f8 1.00 MB 2,404 26
Previous 10 blocks ↓
Total Size: 647.94 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,556.74 GB sent, 48.73 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.