Memory Pool Memory Pool Refreshing

104,388 transactions
29.33 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,711 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,593 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,710 (511,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,217 333,217 00000000000000000229a472c2a2f30eff374902e36a48cd70ae26d56f30909c 0.10 MB 149 13
333,216 333,216 00000000000000001073f4148a449be641a4dce779b6c123a4c5b359b7fd064c 0.24 MB 145 6
333,215 333,215 0000000000000000077a969c0a9894610e228a4e6f8a2bfcf5bbf5e451d23149 0.04 MB 139 34
333,214 333,214 000000000000000008a3b3ee1dc7701db8c0f58aa960b38032f508f4dc7b24a5 0.14 MB 293 23
333,213 333,213 000000000000000019eee3e5280876dd3580c67458c65bb8958d4467a6a6f4b8 0.21 MB 383 26
333,212 333,212 00000000000000000790cb56c86feaf7eb74d44267a4826397ca7cf8e4461a6a 0.34 MB 677 24
333,211 333,211 00000000000000000e823208fcdac044f1c849e3c1190c72cd5996432f0295cb 0.42 MB 814 23
333,210 333,210 0000000000000000162bebecfba1a0b9da7a6dcca3c17a7e36ad384fe1f8f5c2 0.02 MB 64 25
333,209 333,209 00000000000000000f3fb3bbb8173e63b787d3e5de10ea32ba0fa03746e6c2dd 0.10 MB 109 8
333,208 333,208 000000000000000013116af094ea063d1af05b0492c090f2f2e6be2424e110e8 0.49 MB 816 22
333,207 333,207 000000000000000000a1799df214ce4ed84aa153c77053107683967ecfbaedb4 0.73 MB 1,342 24
333,206 333,206 00000000000000000b6bb86bdd705a52ae55c3476219c8abbafd6cc3204d3e2c 0.27 MB 502 22
333,205 333,205 000000000000000003687167bb3026cf6aa1942485cb207487f3bf14b9c66737 0.22 MB 531 30
333,204 333,204 00000000000000000b6398db5706c600ae7cda8f058a2a82c6c325ba264ef2be 0.12 MB 184 16
333,203 333,203 00000000000000000c221a3f577f0ae888b6c815aa1317c31143aefee931a8d8 0.14 MB 247 27
333,202 333,202 00000000000000001a2ce0b2d16b62420a3052d3039b4f2c028e678dabc97b7c 0.01 MB 32 27
333,201 333,201 000000000000000019119fa69de84163036927b493e9992d46623763249d51e1 0.45 MB 763 25
333,200 333,200 000000000000000012be27a3e92890e33d56ebfd71e5b6d49eb1371464776123 0.08 MB 32 95
333,199 333,199 00000000000000001041953efc52d435e7083577c8a8dd2b1b0cf5f30e2532f8 0.45 MB 972 24
333,198 333,198 00000000000000000c89b48c85e9e7d861e1360d3971a0c085b2b814ff2e64b4 0.35 MB 574 19
333,197 333,197 00000000000000000f1b93411ccb380d8d4c8fd07739efdf1d4cfed5a9c4067d 0.04 MB 77 25
Previous 10 blocks ↓
Total Size: 651.85 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: 9,182.15 GB sent, 71.20 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.