Memory Pool Memory Pool Refreshing

55,779 transactions
28.76 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,953 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,444 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,952 (670,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
172,279 172,279 00000000000009f2dc467bb8f62855c49f2fdae2eb0717ce0399ad5185864b1f 0.00 MB 8 1,148
172,278 172,278 0000000000000766a1356f5119b234d53e87e08b5ecd1d5d3bfffff955b67928 0.03 MB 77 84
172,277 172,277 00000000000000a6d707e7539a727faa1c6030aa09f6c2e884cef3ab82b928a5 0.00 MB 1 0
172,276 172,276 00000000000005b24e983b875e3bc67b8af9b77f129d8e14461a77700dc4f702 0.00 MB 1 0
172,275 172,275 0000000000000aaad4c9a194768faab88d0b10b14e8547f4b836906f9ceeff31 0.02 MB 38 172
172,274 172,274 000000000000060308fac6444ba11b9ca524fbf749881a26dabadb7622b6f212 0.01 MB 18 82
172,273 172,273 00000000000007d677497007b7b17cfb5524d315dbeab4360da1658bdd9dace9 0.00 MB 1 0
172,272 172,272 00000000000002a1ae2c4245395ab055247daef86e684fbcfc118b27516945ea 0.02 MB 87 47
172,271 172,271 00000000000007f5711527f253fb0d0907b67a1c1e6fae4c70f7828fc68a8bdb 0.00 MB 1 0
172,270 172,270 0000000000000446be0e65d07105ef00ec7d9dbf8c0c86187e8f48d081da44ac 0.00 MB 13 68
172,269 172,269 00000000000009113d2528de262e992423dfd90457794a15ce06ffbca23706a8 0.02 MB 26 62
172,268 172,268 000000000000060afc4e604adae0dec796d3902ca285e8f383afd318ad06566d 0.02 MB 72 271
172,267 172,267 000000000000096d1abe6cc877c0e88f1a666c6b1829b76fffd33c6c85c567d9 0.04 MB 74 243
172,266 172,266 000000000000044b87a264382d4ab680b0b3b38bad019905a99a3bdfcad37d90 0.00 MB 14 0
172,265 172,265 00000000000002777569c5598b26b7913fa353ac0cdc0323448a5fcb0ea6355a 0.05 MB 127 167
172,264 172,264 00000000000009a562610131004f7d86109792657b60a41bb794f27fa2246b59 0.00 MB 1 0
172,263 172,263 000000000000036c88a302ffb1355c616d356b93168cd35c72a5d75f81c120f0 0.00 MB 11 13
172,262 172,262 00000000000007d0eff3ed6a6f7c8cf595f6594233d93c0685ed5528949b1eb9 0.00 MB 5 0
172,261 172,261 00000000000007be2e47a822a45ccc035438ebdb0a83f0864470b0fd88c88b93 0.03 MB 57 52
172,260 172,260 00000000000008012251c82a85a24fb410c93fd754d2f186ae4112957d9bd8ac 0.01 MB 10 42
172,259 172,259 00000000000001b96e2e5bef7108af956e7653bb1347237234e55f3880144d50 0.08 MB 9 52
Previous 10 blocks ↓
Total Size: 648.54 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,672.30 GB sent, 52.94 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.