Memory Pool Memory Pool Refreshing

35,591 transactions
39.15 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,512 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,688 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,511 (599,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,900 242,900 000000000000000125688888f538d30b6d689ab0f68f142333d84df7c6afdb00 0.14 MB 320 165
242,899 242,899 000000000000004d5d0b86063e097dbaf741da9d0cdbde7eab00754a93a816c2 0.02 MB 26 78
242,898 242,898 0000000000000048dbff6cf4d2f406fe9a39384d5206197f124e4868905d4806 0.05 MB 98 62
242,897 242,897 00000000000000231f554f0417602d253d5eea2dcc40a7ce3d870f89a5e27663 0.25 MB 557 201
242,896 242,896 000000000000003cce3b736e1eb443a974dc43ca9c75d6a96e9c95b71d4dd6ca 0.02 MB 27 40
242,895 242,895 00000000000000b66f9fe17e2d9712884c6692c1efa9f3dbbbe1e7d12fcf61cc 0.22 MB 489 290
242,894 242,894 000000000000003631fa52c5f7d68d25f185b521f5af8b192652b5223d43207d 0.03 MB 12 30
242,893 242,893 00000000000000497f08034f411d76b0a46941742fc04e3943e9c49494640bd1 0.11 MB 238 153
242,892 242,892 000000000000003fab3094c96305803a94dd9b2f9ca51811084f272df853c06b 0.01 MB 27 98
242,891 242,891 000000000000005b50510c2fd8707ce8a05dc6c4a11f0cd466182df28d506a0d 0.04 MB 66 766
242,890 242,890 000000000000005471ef57b16258cad32a8117606720449aeb5c3c33886b51a7 0.02 MB 26 534
242,889 242,889 000000000000003de4b8d20a58dad7240f6a1efe0be36706483476eaa04685a6 0.08 MB 139 129
242,888 242,888 000000000000002333e9d27038fc952d1384ed56dc124b8e65dade8e4fbb8692 0.19 MB 396 510
242,887 242,887 00000000000000cdfbcb8cf9e747f51d8616c28fcf2b7bc5c45bd7c96924667f 0.21 MB 406 359
242,886 242,886 0000000000000077e1da1b140027da233f8fc296d8757d2fc866b9e0dbbd7dc9 0.13 MB 320 371
242,885 242,885 0000000000000077dcd3eabff7f324f2b535a19d47a53295acf3d5ac7886c7e9 0.02 MB 46 93
242,884 242,884 00000000000000b978be85f086573385c5ecfa308fe46fd8e23c4928b38ceebd 0.17 MB 378 489
242,883 242,883 00000000000000866f1ce8e10fe3b68fd5d9a1bcf5f8609df1078f7e9da19543 0.15 MB 310 287
242,882 242,882 00000000000000b01b0cac84e329827aac177dd8de99a667d0a59b0548e4514d 0.25 MB 575 158
242,881 242,881 00000000000000717a7903225a16ede5c1929c35f8f991d4aee966d7642cc170 0.04 MB 81 168
242,880 242,880 00000000000000ab686a79d1053ec0b0a48db36f413ca61d67a26884c9bb0656 0.19 MB 328 208
Previous 10 blocks ↓
Total Size: 647.70 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,536.17 GB sent, 47.22 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.