Memory Pool Memory Pool Refreshing

55,273 transactions
27.68 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,814 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,418 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,813 (581,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
263,239 263,239 00000000000000003efd392926b1039983d49043f95ce1235d1abd9baa633972 0.49 MB 258 15
263,238 263,238 00000000000000069ff8300496ee61c8be545108803896689c2616649d6fa896 0.25 MB 358 96
263,237 263,237 0000000000000006ad56040ed0d390ee895dd7db0eaa4fb04565e36cf483a8f5 0.25 MB 611 117
263,236 263,236 0000000000000006d32d7ea648f268195cc4b24b6a15803bfdedce0e940a7283 0.16 MB 250 85
263,235 263,235 000000000000000f49067ad34d0e1d02e30a40fbe64ab7e36505b98052f90d4c 0.01 MB 32 182
263,234 263,234 000000000000000e0592084b72aa7f077dec93f1cd41b5e9b687e0f129df1408 0.17 MB 295 103
263,233 263,233 000000000000000de5b65b03a63d443b337b02ea14ed9297301d179d5f2d0f23 0.25 MB 683 166
263,232 263,232 000000000000000147e7700ec06d9b5174980ca50d3da9353596227bb20c8afa 0.11 MB 137 63
263,231 263,231 000000000000000ae4f3513d02089f2a6f71d9a6b91227acee2b2f65fb46c711 0.09 MB 184 74
263,230 263,230 0000000000000011c161e38b9c0b880a8752dda941315111d5cea445f234f39a 0.04 MB 95 87
263,229 263,229 000000000000000d2d7df057346a34ab979d625a38536aefef36bf8fa4815dfe 0.04 MB 68 52
263,228 263,228 00000000000000130802c0743b45c482591ffd22f67dfb6574f78ad170638b7e 0.03 MB 64 95
263,227 263,227 000000000000000a37c32788d8fd68c397887576c77228c3f2d565db9b5c29c0 0.07 MB 167 90
263,226 263,226 0000000000000012d17282310a8ff36ab7838c82f9624f6d881fa304b489d2c6 0.01 MB 32 194
263,225 263,225 0000000000000015936f5ba5d080f08922ea021423229e43aa6842aa88d8a6d2 0.09 MB 223 127
263,224 263,224 00000000000000011fd8c63bd611741ec8ffd596fbd1875ba9487e012f135c9b 0.15 MB 214 80
263,223 263,223 00000000000000019f4fc9849d6fb0d434a758bb960829bc01dd226b0d23ce1a 0.15 MB 326 119
263,222 263,222 0000000000000013fef5ada22ba9059324e075f95d36d4b581e873e934eb390a 0.15 MB 420 93
263,221 263,221 00000000000000113f907c4db40f9092d0daca91234fde0bec059346333e857a 0.00 MB 3 0
263,220 263,220 00000000000000157d0dfce163e561256f163f4b037fdf5f3654cf4d6bc04ea0 0.07 MB 158 84
263,219 263,219 00000000000000064318f38d7d9954df84b29c66dc056cc7275178c8eab4a0af 0.22 MB 530 125
Previous 10 blocks ↓
Total Size: 652.04 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,203.64 GB sent, 72.14 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.