Memory Pool Memory Pool Refreshing

63,254 transactions
37.62 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,581 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,861 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,580 (636,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,286 211,286 00000000000003a6cd22f6a3b50f8f369dc5991e0ffb4c4b976ce24f4f6e906d 0.00 MB 5 6
211,285 211,285 000000000000017c669b4dd33063bdee2828e99ed91fca852de764dd008ca522 0.02 MB 46 164
211,284 211,284 000000000000037fe76b6b0343d8fecd63eef22fa7f88a46c66448678b94f7fa 0.21 MB 589 200
211,283 211,283 000000000000046e89c5921525e77f202078a3dd70195255ed98152dc9cea2e4 0.03 MB 42 87
211,282 211,282 000000000000000d67f2d1c2a4b7a90679ea1f94f2731e052a62086a52e73eee 0.14 MB 158 92
211,281 211,281 00000000000004a63e7c5f94883904b0a7c54b3d927d0ecd97a1f7c07ab9863e 0.25 MB 633 222
211,280 211,280 000000000000043869c0c86423058a4b970fe9c52ba88927203750e2a76765dd 0.00 MB 6 150
211,279 211,279 0000000000000317c6e2cfc955789592198a399489447f4c77c83311a96d8b24 0.28 MB 586 143
211,278 211,278 0000000000000316135cf8a54244417eec2dbdccaa1437de60f3fafd84598811 0.06 MB 155 217
211,277 211,277 00000000000000de5fe2a86f407e407de0900cfbe90920a651ff186d9f9e1b6b 0.10 MB 278 183
211,276 211,276 00000000000001a24644cadbf306899c9b11c6985db284ef615caf9147e25f2c 0.19 MB 525 206
211,275 211,275 00000000000000459a01ff75ff07ce02aeecf6c8d6fe82c986cadb103ec52b8c 0.08 MB 245 201
211,274 211,274 00000000000001dfd977ebfd0ceefcaab8927c2bb3a2e457d1045acc7b07fcd3 0.09 MB 140 179
211,273 211,273 00000000000002879ae25e156115698da25e4303ab3e4708f959f112e073d04d 0.15 MB 305 199
211,272 211,272 000000000000002bd57c59749b10539eaa9d37c763446e39bb57a2e4a657c1b6 0.07 MB 180 147
211,271 211,271 000000000000010b70a2239f823e285a93cda31154450673420c0050df238b51 0.18 MB 398 212
211,270 211,270 000000000000041019b4c20fbc176436b0792ffa89e4e68fc0430ad7b81d5ca3 0.15 MB 361 193
211,269 211,269 00000000000003c31f79d55ab1db0bb16c923321ac05e5b80903def9463ea71b 0.13 MB 282 165
211,268 211,268 000000000000031dd1d816478c91243a98298610cb391d799cee85ed0943a316 0.00 MB 9 42
211,267 211,267 0000000000000184e4673d1f1b3a253618158809f7ce839faa299e76d4507bcb 0.13 MB 261 165
211,266 211,266 00000000000004950ff3588d0ee4976216b839ea6b7da6c9967b96f7dc2147d3 0.03 MB 49 120
Previous 10 blocks ↓
Total Size: 657.03 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,574.45 GB sent, 107.15 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.