Memory Pool Memory Pool Refreshing

103,639 transactions
34.44 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,705 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,326 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,704 (378,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,506 466,506 0000000000000000016811fae746995f333acbeb211f8b2020f4f6957595cdd9 1.00 MB 938 234
466,505 466,505 0000000000000000013dfc47c6bd56accdc12eff90b6e28d0ac4ade38c8f2e05 1.00 MB 937 245
466,504 466,504 000000000000000000d14a2e5d968c0e423ee05da0dfb88a823f3353c04bd88c 1.00 MB 2,763 338
466,503 466,503 0000000000000000018149a32497b005b9feda71e62fddc55553143c9bbd3fbc 1.00 MB 1,199 107
466,502 466,502 0000000000000000015342b1b10ee5262553215e7e822da47b88b17edec98bda 1.00 MB 1,891 170
466,501 466,501 0000000000000000019d00655a8bd17878ac7d72a89eb6f4db0f48073bb0b57c 1.00 MB 1,964 154
466,500 466,500 000000000000000000e8b7a1e59c25f162076e2d5dbe799001e50adeff464c23 1.00 MB 1,781 163
466,499 466,499 00000000000000000114625688d7d5c3a2a8d391f9b2dcfd699b42d3ba6dfd9d 1.00 MB 1,866 148
466,498 466,498 000000000000000001d5e261789355bfe84344f2f89a0c371812cb867f0ec0f0 1.00 MB 1,666 175
466,497 466,497 000000000000000001df4fc2e2202239375a37c6427463fded4783ae3dfe689c 1.00 MB 1,350 174
466,496 466,496 0000000000000000011312bb8673f4e9af9d6dd30ea886eed777b776717149e2 1.00 MB 1,060 113
466,495 466,495 0000000000000000006b6a1ba363940674a06e856d7e436a0941da1119dc74c4 1.00 MB 406 108
466,494 466,494 00000000000000000147230b15b417def9a6af5bafedf42e22b9973520915d19 0.99 MB 516 101
466,493 466,493 0000000000000000008cd56bf24a8e1a5f710947f0c56e3efb51883c3b6ba1a1 1.00 MB 1,420 117
466,492 466,492 00000000000000000184eeaa76f4bcb7a9c75be58ab865e8730db4a09c223e7d 1.00 MB 944 110
466,491 466,491 00000000000000000040580bbbc62fce1a633710352a48f605ab764bd2560624 1.00 MB 1,368 133
466,490 466,490 00000000000000000159bfe6b52e7e94af116f0fb22f7c756145577d2acc127d 1.00 MB 1,741 162
466,489 466,489 000000000000000000292dedf255d9ec1af494ad3f6b8979f5d16df794eed748 1.00 MB 1,823 160
466,488 466,488 000000000000000000697b3a95a0c2883c91696d3d57de215dae15afe5c87172 1.00 MB 1,412 157
466,487 466,487 0000000000000000015e63271c529ea00a901e4fb3376c394ae758884e9b5ac1 1.00 MB 1,255 135
466,486 466,486 0000000000000000010018ab0d2fecd54c58044c768fa1e5d9addf1b983a965e 1.00 MB 1,584 122
Previous 10 blocks ↓
Total Size: 651.84 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,180.10 GB sent, 71.10 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.