Memory Pool Memory Pool Refreshing

81,375 transactions
31.76 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,905 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,770 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,904 (650,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,209 194,209 000000000000037d929163834fa033255249f6b7e0ce905a265356bbaab43b3e 0.17 MB 520 168
194,208 194,208 00000000000005b5d6ec00a1bc95b563ae6b41cb3d663e09e8af3e89634420f4 0.50 MB 1,798 3
194,207 194,207 000000000000058675654a71631b3f58d0ec40dbce98935b630f20734215b955 0.25 MB 553 310
194,206 194,206 000000000000036e3f81ef6f1f792327de7718303e9f774519502a0295ada017 0.08 MB 162 104
194,205 194,205 00000000000004945b04242d9eaf0b5c41dec4df09e0e9751fec94dabd77d341 0.35 MB 846 136
194,204 194,204 00000000000001e88ef71919e57b623c4fef9868c209c430ffc29cf1e4cbadfa 0.08 MB 256 578
194,203 194,203 00000000000002f143875df3a96249c8169c9ecb7bd156ebb46b72bdf299dd0d 0.05 MB 123 97
194,202 194,202 000000000000030b632a751f1e552a8f9d61cdc87624295638f0805438288699 0.24 MB 564 135
194,201 194,201 0000000000000299432194f7fe0fe6886f1e18532f8d9d2d7df8ecb38c76e147 0.11 MB 276 113
194,200 194,200 0000000000000398d308463103367d2ccc00eafec0ab7a967cdd7c42a59b0cad 0.26 MB 503 204
194,199 194,199 00000000000002d653e456692c77974d036940d9d6ddc13267aa13debb37a691 0.14 MB 419 250
194,198 194,198 00000000000007961a6e97d262a6d581091598e3b18f7337630aa6e616b54a2b 0.26 MB 187 157
194,197 194,197 00000000000006a19902b9ad2df653fc0c5fc42d980f3d3d7f49ec857e3738f5 0.05 MB 96 82
194,196 194,196 000000000000063a89cb78d87655d959d10ffe6b31c18fc854026737a5d31fb6 0.11 MB 272 162
194,195 194,195 00000000000002906489c2d7c986ff6a425df4d7f5e7e5ef6c574c2e94496e93 0.20 MB 422 273
194,194 194,194 00000000000003e27d82eda01a241b1cede250397ce9b939181c7141cee6678f 0.34 MB 848 146
194,193 194,193 000000000000017247e54c56f1db672a68d53d08fa7fa9e90cf2dca11b0b8e39 0.05 MB 106 69
194,192 194,192 0000000000000182b429d5c58938d07b181f65147d5c2183fb00602e3d4f23db 0.01 MB 32 15
194,191 194,191 00000000000007301daab29b5b121da659b2feba6e8e8727936130e768a13c8c 0.00 MB 4 15
194,190 194,190 0000000000000394c01fb88f386ea264223e4d60478a72378755c47626b0542f 0.04 MB 51 109
194,189 194,189 0000000000000429d81d36e870c84a6de80c3824a157d66ed4fd59800012ca55 0.13 MB 279 135
Previous 10 blocks ↓
Total Size: 652.22 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,214.22 GB sent, 73.23 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.