Memory Pool Memory Pool Refreshing

65,010 transactions
31.25 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,157 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,976 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,156 (633,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,674 211,674 0000000000000404086572332b39aac8b161fbdc070976ef1bf224e0200a7bfa 0.07 MB 174 175
211,673 211,673 00000000000004c3c349200b4a93432bcbffc6b2494816ffa48835728e6726c5 0.11 MB 201 138
211,672 211,672 00000000000002f09798c8edc2cb1e9b08ff9d37c3ce3518b2c3dad075616f02 0.21 MB 441 182
211,671 211,671 00000000000003453e1989665bcccf0296871ed656ece77fcc386c0e1536ec82 0.15 MB 342 151
211,670 211,670 00000000000000256f72c6c417c8276c936a6bdf0fcc6f8129312c4af2453bcd 0.10 MB 243 236
211,669 211,669 000000000000035a930826930d16b9ad6bafb23ff224172616ee4b6e3ae02468 0.19 MB 497 190
211,668 211,668 00000000000001651083ed44a37be819a840b86cae3a4e1f4576860b40eba09f 0.11 MB 238 311
211,667 211,667 00000000000001f2c639b7a948dcb63712e9e4eb8cbce22533768277687e1917 0.10 MB 198 158
211,666 211,666 000000000000017d34fbf874e86baafa74bdb2bcf5256cdd24e5dcccb0fc0b2f 0.20 MB 442 171
211,665 211,665 00000000000002a739141367624b27c734193e117077de2eef62caa6cd81de86 0.03 MB 69 105
211,664 211,664 00000000000001c4ead85a409d3732c3e66b61a1b290b03d8fcc3bdfe48bfcd5 0.21 MB 558 190
211,663 211,663 00000000000001ebfca89d36d938c44ac1c61c15e92d194e3948982ecd31c693 0.04 MB 87 183
211,662 211,662 00000000000003f2a310cdd7f1499528fdf388458f55ffd224b37caafa0f3748 0.02 MB 28 103
211,661 211,661 0000000000000295e0b6276bbc31e3e3535dae27d5c8055009a225c976ff1335 0.01 MB 20 140
211,660 211,660 00000000000001c03a0ace5ab4d2ca545c84fa5b9b2fefe75b7137e53b003615 0.11 MB 236 131
211,659 211,659 0000000000000073ed7f8677a3d68c25e8a6728aa05b64b43e43ad9d1a2ef79f 0.17 MB 404 478
211,658 211,658 00000000000000779194d60231d4f417f161d2b0e4f280dd73cd985242a95be3 0.01 MB 15 185
211,657 211,657 000000000000009ba09f22b2e4f8ac694eaa96fba7e9f472c6351e2a76e4a72e 0.10 MB 186 145
211,656 211,656 000000000000008f64528a51954cce975d37c94429b7fd6306ea2d014530d3d0 0.00 MB 9 316
211,655 211,655 000000000000031217959c16e96ab314bca283402ea145ed1d545d0d21106418 0.18 MB 358 48
211,654 211,654 00000000000003c4ed785376fd292647addac31ea22d26b9e05c8346e985bf7b 0.02 MB 39 118
Previous 10 blocks ↓
Total Size: 652.69 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,283.71 GB sent, 76.44 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.