Memory Pool Memory Pool Refreshing

49,031 transactions
46.52 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,946 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,261 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,945 (599,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,328 242,328 00000000000000d65be5268aaea01082afd2f22fcbc7d9e4c43934bb7813d2bd 0.60 MB 1,024 59
242,327 242,327 00000000000000c35aad8ba1866b6903c52decb23d75bd7a24a5f8629d4a3719 0.25 MB 263 50
242,326 242,326 0000000000000013e1366f3f1de91a6a71ba0c55a635ab12bc8e8a6a5842d565 0.25 MB 581 183
242,325 242,325 000000000000008c29c1c6fdb6654eeb23ae3ec1573f92dcc4f9f071d55ced2a 0.10 MB 218 114
242,324 242,324 00000000000000b716936c5dded365d956fae7009ba977a7194c891db9cbe1f9 0.25 MB 361 100
242,323 242,323 000000000000007c1362d3922085283b0eb94b0f30374f57da6500cbc2f25bdc 0.25 MB 693 208
242,322 242,322 00000000000000c1879417abe1b3c82803a9596dd2d62dfc00726afaf7133c66 0.10 MB 271 136
242,321 242,321 000000000000006db34d8e20dcc4b75ebc727ca2ad8489e615c18166b236665c 0.21 MB 406 137
242,320 242,320 00000000000000b8c56b2e388bd39a406fd6024c68633750e0a88257d907e281 0.08 MB 184 121
242,319 242,319 00000000000000b4647f3333366c4cede0f891ee6598c89585e7c465c6575f26 0.17 MB 287 122
242,318 242,318 000000000000007e3a0f0218fbc8373b3de2b2a78c5a257d066226a710065df4 0.26 MB 577 132
242,317 242,317 00000000000000d290306b734df95c2fde37a91018272ee40c4fab135e9a4b78 0.06 MB 153 206
242,316 242,316 000000000000001c0b2a8c613042b22977faa68789b8dfccf6656638671c8969 0.16 MB 313 138
242,315 242,315 000000000000000a204b28948495fd67b46e0f54edbeaf759ec15e77d9c4f252 0.08 MB 128 81
242,314 242,314 000000000000005ccee7711c0e476817829d0ef7870e560db23d0ffd2ba7bafe 0.10 MB 256 158
242,313 242,313 0000000000000006c523fd4eceaaa095182756329f35da5fb3b1ff8714a94a4f 0.01 MB 17 77
242,312 242,312 000000000000001012e7d8a25c77d5757972e49ea3b1a52a19e1855ea664f336 0.06 MB 123 118
242,311 242,311 0000000000000038fc8f521b4ce192cf2d9c44ca6baf64afb46dd672c798d6e8 0.09 MB 162 87
242,310 242,310 00000000000000505c3063bb8cab2ac1003a0c2adba209d044e4e555d26d566d 0.15 MB 394 217
242,309 242,309 000000000000004ff1e329cbb20d95517ba4b5e3317a7a2bd410cbe6952830cb 0.17 MB 350 136
242,308 242,308 00000000000000afa314a351b40f69c613ced6347560853813d65ccf1fe0db02 0.17 MB 374 127
Previous 10 blocks ↓
Total Size: 646.66 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,387.82 GB sent, 39.24 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.