Memory Pool Memory Pool Refreshing

34,614 transactions
39.88 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,227 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,658 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,226 (62,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,692 781,692 00000000000000000001c5bc6691f73a8cfcee795b538d41ab05b0d911e3aebf 1.77 MB 3,454 25
781,691 781,691 000000000000000000055fe9ed83576df34de93e698587f1c6635242132f6c03 1.91 MB 2,387 37
781,690 781,690 0000000000000000000283da1f8789159843c73d7f3e0f072d0cc8a01f76a2dc 1.99 MB 1,890 17
781,689 781,689 000000000000000000053b96a4190b390281aed40b95b0f7033ac1cf3f26a8ce 1.73 MB 3,415 20
781,688 781,688 00000000000000000004f832c50c53e10005cf5b98c73d6573cfacfe88981103 1.53 MB 3,614 36
781,687 781,687 00000000000000000002f7ca00c8e8cf0772b856503837d0b315a8b0f780d6c2 1.62 MB 3,224 32
781,686 781,686 000000000000000000030e23b598a976c9d8c1f3f58586ca7f4493a764f6839c 1.60 MB 2,285 21
781,685 781,685 0000000000000000000441781188c229ff3e6db32a423e22d884b2a5aba3eb38 1.32 MB 2,249 21
781,684 781,684 000000000000000000022ec8c3b2dda8a797836d3abcfe3238d91b552697b816 1.65 MB 2,868 21
781,683 781,683 0000000000000000000326cd17c493df1737c1e2d4dbc35881da107408e51daa 1.47 MB 3,015 23
781,682 781,682 00000000000000000001d27cd25de53c9083d95c541ae945e4ccdbd45263d299 1.53 MB 2,514 25
781,681 781,681 00000000000000000002c0d685500629b4dfbbe1bcf89270770384d6807fac03 1.37 MB 2,195 27
781,680 781,680 000000000000000000009db218c11e6301c747840426edc392de6de525440b6f 1.61 MB 2,867 25
781,679 781,679 000000000000000000062faba786b31328fff2386c757ba3f2c00726e0092ac9 1.64 MB 3,764 25
781,678 781,678 00000000000000000004aa3d54c2e268cc7d692cdfa43d1af21702ef75f1e96c 1.51 MB 3,417 41
781,677 781,677 00000000000000000002d8376f93813518be7246578cf930538ef2c18ee83249 1.54 MB 3,539 33
781,676 781,676 0000000000000000000315b42d88830ed989bead190417d5d62e9655c16f0422 1.67 MB 2,585 19
781,675 781,675 000000000000000000016fbf12cfa24257f80619e6e6f6631d4a48c955e8f4c2 1.55 MB 2,963 20
781,674 781,674 000000000000000000013b2e035f14dc43882cc84c83d95da2188d3616834aa2 1.59 MB 3,062 34
781,673 781,673 000000000000000000013103eaaba90834f2510abb3de3665ce51e121c63bcf6 1.37 MB 2,005 22
781,672 781,672 000000000000000000056fdc740724b28baef775cd4f6fe8038f49b705447e35 1.30 MB 2,057 28
Previous 10 blocks ↓
Total Size: 650.92 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: 9,035.10 GB sent, 65.64 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.