Memory Pool Memory Pool Refreshing

33,674 transactions
32.86 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,835 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,051 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,834 (410,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,892 430,892 0000000000000000002c1d1d4f7c96e847603c16ba64aadd450ecbe53b8c8e74 0.62 MB 1,319 61
430,891 430,891 000000000000000003745843cb71754ca0eb42d86944cd3403fd3a2a371c2eec 1.00 MB 1,817 43
430,890 430,890 00000000000000000140a37b8ecd31adf04f0b1774a08df5a29f10077ac6aa90 0.34 MB 784 58
430,889 430,889 00000000000000000128ee8532b6544f4e7e657e0ab3d065f70ecc96e0ac79d1 0.25 MB 636 61
430,888 430,888 00000000000000000341695488b5c65bb4b7557c1a7aca981d6dea1794eacc2f 0.98 MB 1,521 33
430,887 430,887 0000000000000000035d8a6a6b01ae022d1c8a87e3b70e856a43d8c8e8827660 0.93 MB 1,683 52
430,886 430,886 000000000000000002873343e6c994ffd3c2d840a7d2dde3170770f99aec9b58 0.51 MB 1,211 62
430,885 430,885 000000000000000001d585fb9d2ff42839d180a3990b34718100d6519a9b43b3 0.12 MB 279 67
430,884 430,884 000000000000000002480996184d7d8885d2ec29b4fa01ca93140c6ea29bbd90 1.00 MB 1,831 40
430,883 430,883 0000000000000000046f34b60626fb99b40d2b08c04f750ceb3896c244a28b15 1.00 MB 2,928 80
430,882 430,882 000000000000000000baafccd57cafc8ef39be3988153b6566147723f0c75281 0.75 MB 2,091 63
430,881 430,881 0000000000000000003e652e968d4a8bb0c036895c57c6db19fc33b893ae61b9 0.61 MB 1,502 61
430,880 430,880 00000000000000000384a6b9b712e9189b640d742dec0cc17f03df4bb830849f 0.76 MB 1,047 31
430,879 430,879 0000000000000000021375cfa47f3f371b44a61a952a6870b472227801c4d104 1.00 MB 2,851 72
430,878 430,878 0000000000000000046dec76c6e925a64198440dd3e6be689f3bd0bfa3219897 0.22 MB 540 57
430,877 430,877 000000000000000004da06724a24e911ce31a24b4e618305be35410cd696f9f9 0.36 MB 721 71
430,876 430,876 0000000000000000046adbb2cd6fc2576f7d49db1c4b99480dcaeb41ac664605 0.37 MB 459 70
430,875 430,875 0000000000000000043c1d9f12acc40d36f22b01672a0406fff968e3d81eadc0 0.33 MB 730 66
430,874 430,874 000000000000000002db4ff2582ef2279bc3fcdc081b4f2494e69833981fd1ea 0.95 MB 2,254 56
430,873 430,873 000000000000000002d24a39737c4190ad631c05e211fbe62414eac0bd5d2062 0.20 MB 324 44
430,872 430,872 000000000000000002c65e12e255ff28c1cc8c0fb110a9e811bf0874af1bb98a 0.28 MB 644 57
Previous 10 blocks ↓
Total Size: 646.45 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,355.36 GB sent, 37.82 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.