Memory Pool Memory Pool Refreshing

42,861 transactions
46.82 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,235 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,003 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,234 (629,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,471 211,471 00000000000003aec130e5306e14d8f071e204589024cfad75ba8e53cb28327c 0.27 MB 592 146
211,470 211,470 00000000000000c2b431f4481587f2010b1d6f584ca1622775c0986a1f272764 0.00 MB 9 219
211,469 211,469 000000000000021a9ded1430ecfece4d290c092b023c69bfbfba58f329d665ca 0.07 MB 159 175
211,468 211,468 000000000000025cc7854dec8030a468411793341813e2071149767034d67af3 0.12 MB 205 148
211,467 211,467 00000000000000654eb14c7aefcfa7ebecc90d30f7db538c7a06418ea91809cd 0.03 MB 68 164
211,466 211,466 000000000000026232c8f2dd24ebc6cab6f5358d2f7123c16c8299daeaf38380 0.01 MB 17 129
211,465 211,465 0000000000000138a80cc66fbc2e1edcfcd610be0ed141c3a96978e1b547dc1e 0.15 MB 312 150
211,464 211,464 0000000000000374eff1003c9f8d5c900decf591d626beb80f1613d71b15d8fd 0.06 MB 98 130
211,463 211,463 00000000000000846589e612d17772e1d0222ae5d81e6dcde25aab6ce178a9a1 0.19 MB 345 144
211,462 211,462 0000000000000340e12031d6e3e4188d9ee994bf141501c9035944f8fc2a5d67 0.03 MB 110 33
211,461 211,461 00000000000001ef6167d798fc2ab4c4923b552bfae2f5573b77aa5bb0f18c9f 0.25 MB 725 213
211,460 211,460 000000000000003c74f147f11e68ad5283efbad7796e5774836e75e7ed3340d1 0.00 MB 11 44
211,459 211,459 00000000000003efd766040048a64a7168ca00a0a2e9565fd9c6e47ea7ebd794 0.00 MB 11 14
211,458 211,458 000000000000024fd4679fd8b551f44afb5dc4f9100110b2c6eca1d8dda13b15 0.09 MB 206 184
211,457 211,457 00000000000000378de39518afdaf147ebbe189f8373ed749f8d90aebc4935e8 0.00 MB 11 16
211,456 211,456 000000000000030295735afb53da52fa844c696aad5f327a942d3c4820b822e9 0.11 MB 256 163
211,455 211,455 00000000000000fa869f1333466858f886f91a0d5fb9a4c98b6406a2f2b68640 0.02 MB 44 313
211,454 211,454 00000000000003de2d0397666a557a8233d0c58ed16d4514fe7261accd9b093e 0.01 MB 18 80
211,453 211,453 0000000000000302e1b64d6a1bb61354c84454cd1a96f55d0c17cd8df063a6c1 0.11 MB 189 151
211,452 211,452 00000000000002917b2ba855f9075bc61480dcf460d09966a7d07b34e6c1f878 0.30 MB 710 134
211,451 211,451 00000000000001bd5ccf493350b23d87fb20598fb87cded258e21963407ac7f3 0.23 MB 266 214
Previous 10 blocks ↓
Total Size: 645.31 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,232.31 GB sent, 31.72 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.