Memory Pool Memory Pool Refreshing

22,758 transactions
38.22 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,294 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,808 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,293 (649,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,521 192,521 00000000000000c7603d8068eb75ff6470463b6459fde1519e6b5ed55d88926e 0.00 MB 12 633
192,520 192,520 00000000000006644281996ed3bae5f164de46ab88c80154ba97da4d8972c966 0.25 MB 558 147
192,519 192,519 00000000000002e23de6f8e2205ca4e34917e517f4e766c0e2400aaf0ccc0c23 0.05 MB 157 71
192,518 192,518 000000000000024ffae8d2852f7a01aac425ab2cfa1ec90d714d431d0bbef01c 0.04 MB 97 139
192,517 192,517 00000000000002be5f54853686e0e85d9160813b80de42ec55bd582da875b424 0.20 MB 512 160
192,516 192,516 00000000000005fa803f96a8b6db091a0586f3e3a6416e6527087a09bdc4a2c0 0.03 MB 88 204
192,515 192,515 00000000000003346246f31e0be837be24be6dd9c7b6cba8ccb83d4f3f3bc0d8 0.00 MB 11 172
192,514 192,514 00000000000002409bd32b39080021c5ddcffc9d424475c6ef2093d0eb0cab59 0.01 MB 35 16
192,513 192,513 00000000000001f1003efa843b2490f7c5c504eae2fd15e50b76b7c5456a7cf9 0.03 MB 51 88
192,512 192,512 00000000000007f02d68fa2b689fa2d6c90049f339d4f3fbcb5a455f48535292 0.03 MB 54 181
192,511 192,511 00000000000001b97c145d331ae21cc9975682b1de56a952ba7691a9b861b4b4 0.12 MB 272 125
192,510 192,510 00000000000004473d128437e9644537f271b5a4da288f2db61d3a25fcc13022 0.03 MB 80 148
192,509 192,509 00000000000002d0cd62aa793a8d9ae1228904728e2ac8dcf6ca35391ff93998 0.13 MB 299 140
192,508 192,508 00000000000006d121b975152588bb356130eda244f80c879ffd4c364587944e 0.01 MB 44 16
192,507 192,507 00000000000000794042d191b93375fee65b19e5b68447cbec83c0dd5af8124e 0.09 MB 256 270
192,506 192,506 00000000000007e2877db4ea61343a35455808710d5f954b4b260680ffb37ebd 0.04 MB 103 106
192,505 192,505 00000000000007b4f800df94f7024e4f5bcedc992cc72de5d7a5a3a2bed1e222 0.00 MB 9 0
192,504 192,504 00000000000004cf3a6eec1ac726eb0838ab2877a8eab7478f97b3a0d859be73 0.02 MB 34 288
192,503 192,503 000000000000002447feff67a2973bdd9db698bad5dc7491238d7b0699c47c17 0.03 MB 64 2
192,502 192,502 00000000000007de589e89be8d34c65e95c515970abe7cc85dde18283c7ac1c6 0.09 MB 160 132
192,501 192,501 00000000000005fde0f8ac3f1aebfd7e194f93a4823df3d292cdd1e363b866a2 0.29 MB 671 182
Previous 10 blocks ↓
Total Size: 647.27 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,470.69 GB sent, 44.37 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.