Memory Pool Memory Pool Refreshing

54,187 transactions
62.55 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
846,940 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 1,295 376
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,939 (580,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,912 266,912 00000000000000097a7b57db6ea057a89910f8671f9102f9446ad7b623928e49 0.08 MB 159 41
266,911 266,911 0000000000000009f96d66163e3c8f48b5d97a0493ab92b378ce1b403028160d 0.19 MB 269 42
266,910 266,910 00000000000000060ce5da9105990dc071928919354ca7497ea4054efc49ac10 0.24 MB 485 72
266,909 266,909 0000000000000001c32b8127172bcccb8dd136f80d41cb504aca528942c58d52 0.08 MB 193 40
266,908 266,908 00000000000000012d548fe31ce857941156d8a3cbe45a4c4d74aec5ed7f8ea4 0.18 MB 369 74
266,907 266,907 0000000000000009e63aa08d4f8ea8236a45d4337ca228a315dd7b0d1c8f5122 0.11 MB 276 90
266,906 266,906 0000000000000002093860f6da2f284bcd264e542fdb7b989d8be8be71237a2a 0.06 MB 170 75
266,905 266,905 000000000000000401c91830f34bc39c995942943a72718bed9a71a936eef000 0.13 MB 316 60
266,904 266,904 00000000000000038cd75816b805264f08cf3a379b13c61a3420a5ce6e8e2d6f 0.15 MB 305 81
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
Previous 10 blocks ↓
Total Size: 655.89 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,512.38 GB sent, 99.38 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.