Memory Pool Memory Pool Refreshing

24,905 transactions
29.31 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,869 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,633 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,868 (298,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,258 543,258 000000000000000000273c87f4c0f4087ff087046c1690f0a03019416a768033 0.22 MB 371 15
543,257 543,257 0000000000000000001101acd8eca3151555d59462cfc4f6760db75511675194 0.03 MB 111 19
543,256 543,256 000000000000000000061dbfc150227d01401a076fe538fecfda0181b0b89394 0.89 MB 2,061 20
543,255 543,255 000000000000000000178af071716a76e5e80596936113a73d408c97a4efb77a 0.33 MB 791 18
543,254 543,254 00000000000000000024813786a615f08b5a06322d9c3666929fab42c98ee061 0.21 MB 461 19
543,253 543,253 000000000000000000201b9449785381c4a9d8f603cc09ab84a03af363545aab 0.99 MB 2,162 17
543,252 543,252 000000000000000000128aabb7c3465b201dfd2cba1c97c7fd48c5f4e9337beb 0.60 MB 1,474 16
543,251 543,251 000000000000000000086eecb2d15fa6b7e1278526dd318f3222a3ddcdf88f2a 0.66 MB 1,473 20
543,250 543,250 0000000000000000001c66e21d82714ca98044e7cd48bcbfd50f17e527da70db 0.22 MB 440 17
543,249 543,249 000000000000000000228746e91e3d4f0e83d7bcd1b51a0e3148a7b04692f5ab 0.38 MB 797 18
543,248 543,248 0000000000000000000275d374bf1fabbdf9a679504df389b176f9787e228434 0.02 MB 65 27
543,247 543,247 00000000000000000024224fc4a5aa5ccc871b30bb8274bb3adca14ba0c86788 0.50 MB 1,182 15
543,246 543,246 000000000000000000086d026404809dc9a12768701c49ac8f9e6ccad982e277 0.72 MB 1,311 16
543,245 543,245 0000000000000000001b12395ad2cf5d29330543cfcdd267ee51998a7c223f78 0.98 MB 2,195 22
543,244 543,244 0000000000000000001696108c54d71b28f32311630416c303cb1db4cce0f8e3 0.22 MB 326 9
543,243 543,243 000000000000000000170636afb6de6aa6737d7639d8598c65fc3686a0f2ddf9 0.33 MB 599 25
543,242 543,242 00000000000000000017b7100899dabb19f8c8178990be8421a55343a9e996d6 0.13 MB 345 16
543,241 543,241 0000000000000000000d6b147ce179c81bafcfc20f79b5c63e415867f98bfc19 0.66 MB 1,508 11
543,240 543,240 00000000000000000014fb07da062825fb53e82c12d01a116f040736e8f9b5b1 1.17 MB 2,783 10
543,239 543,239 0000000000000000000589ff45b70ad03e9ed3ba3e82e4c0a1c8d383bffe7255 1.18 MB 2,358 40
543,238 543,238 0000000000000000001790e094309e3f9e04e754b527efd1751ddb1267d7e09c 0.95 MB 2,543 3
Previous 10 blocks ↓
Total Size: 646.52 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,364.19 GB sent, 38.18 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.