Memory Pool Memory Pool Refreshing

54,040 transactions
25.97 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,838 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,434 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,837 (577,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,903 266,903 00000000000000031215b9d00901e68acfaaa6b736a168db15ec36a54c4b9112 0.17 MB 348 90
266,902 266,902 0000000000000003ec8e713923512eb77ce4172a81bb6b7f3e49253ae552572b 0.11 MB 213 81
266,901 266,901 00000000000000017774f7c6b62661bb2b693df8ddd7e011131118a524cd6dff 0.27 MB 580 92
266,900 266,900 0000000000000008a931238dcef22a0fd4e8b4c2daf7b4bf8f7bbe4f452c6f4b 0.20 MB 384 69
266,899 266,899 000000000000000973f5f970fa51b179f1e8643e54046c709761fc04c305d71f 0.05 MB 98 59
266,898 266,898 0000000000000001166656fd3f30b42899bcd9437a573bef9c547e5bb9f8860d 0.25 MB 117 54
266,897 266,897 000000000000000677956057cce321c4d0fb25c4b53df2ce579acc94f69f8830 0.19 MB 156 50
266,896 266,896 000000000000000118fddd2b20cf3e084aa6a5ad30c052b756939e75c83b2a73 0.08 MB 145 47
266,895 266,895 0000000000000007bc698852daac133c7774f0a6be3e7b7c8ddb51e4455f879f 0.08 MB 117 30
266,894 266,894 0000000000000008bbf78b0d5c43c28f6f1775ec264eec0891d1730c2506618d 0.49 MB 622 74
266,893 266,893 000000000000000812051729b21b66ed86d3a5fff4c194fdb124cda9bd0dda86 0.15 MB 382 29
266,892 266,892 000000000000000785b3956621716863e409e06de58dc28a358a7bf454552a43 0.25 MB 327 105
266,891 266,891 00000000000000017da77fb7c8fd3b823e42b47aa39dc156e7d409a6f757d5e3 0.19 MB 394 83
266,890 266,890 00000000000000052c024583d1b0a350de805e400ae0e2c98802a9c8d6678250 0.07 MB 160 57
266,889 266,889 000000000000000a4a90c88faa7ab7b676c6676be831ac482ad96ab2a50d27ab 0.20 MB 326 83
266,888 266,888 0000000000000005b4581aab8b97c367ef6646b2fbd974648f4ee81ec324406f 0.23 MB 526 100
266,887 266,887 0000000000000008f42bea6cd74776c5e980742e48c5fb1703459454455b1b5e 0.08 MB 91 31
266,886 266,886 00000000000000063de34a56a6b021ec94f0c9f47f602d2963ef0949224a955e 0.02 MB 30 33
266,885 266,885 0000000000000009ce28dfd8817c380009770dcb1f760e8d3bfffb02ca785261 0.06 MB 129 70
266,884 266,884 000000000000000523a703dc080645fcb77d89be4849ce5661aa3b8b6543a15e 0.00 MB 1 0
266,883 266,883 0000000000000004692a9c3324505c452e200041b18ae0bc32bf9fdc59131e9b 0.01 MB 36 165
Previous 10 blocks ↓
Total Size: 652.09 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,208.93 GB sent, 72.35 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.