Memory Pool Memory Pool Refreshing

88,744 transactions
33.26 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,909 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,375 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,908 (569,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,290 275,290 0000000000000002f21718b95005fdfe4f04f905d73f90377b3d3be7314ca563 0.15 MB 186 31
275,289 275,289 0000000000000001639911b372eb960700d1595e0dae7fbd30c468f743510e7d 0.25 MB 572 46
275,288 275,288 0000000000000004799af4ef378b194e1edfb2b5b9fe34637405721eecd6ac7f 0.36 MB 661 55
275,287 275,287 0000000000000003e6a180b6ce3bf49b5d43043ea10448b4a1f946e3008e7a82 0.20 MB 492 63
275,286 275,286 00000000000000042870e37ff7e261cc25568f1df41bb6f63e5f9dd9b40f70e0 0.10 MB 232 52
275,285 275,285 0000000000000001a951ed92e4391f8852b5056ff265232bb32192d331a8fb18 0.44 MB 950 70
275,284 275,284 00000000000000028bde109dbd4ded1dd450e849bd6bc73bbbbbe99bf51be7a7 0.35 MB 419 29
275,283 275,283 0000000000000002ed7a702d90aca7373dc61e2a0ddd182092835fa95c2616a1 0.15 MB 225 1
275,282 275,282 00000000000000043c4afdbf46393b23e7f7cdc9ab4edb01480cedbcbbf70748 0.33 MB 804 59
275,281 275,281 00000000000000045a13ba3c692734856f09cb8224049934632c926fef695518 0.05 MB 114 46
275,280 275,280 0000000000000001502c56724f59cf00650038f2c760466e4d4da02be55d0b81 0.32 MB 628 48
275,279 275,279 0000000000000003968dc57b99d194b14775766895472173877cf2fc0c4483b5 0.16 MB 292 27
275,278 275,278 000000000000000008d194c830d30571a72755b454c3aa391b54bfbf16c3eb5d 0.25 MB 644 61
275,277 275,277 0000000000000003a5f1f73ada150db90b19d7056dababbcd739fc48b04fe157 0.11 MB 264 42
275,276 275,276 00000000000000032aa0dce724b68d1ca4385ceec6408c282561904a15b03bec 0.15 MB 217 17
275,275 275,275 0000000000000004003ef53cd25df388f12501dcbaea60ae8dd572591200d7b9 0.25 MB 429 38
275,274 275,274 00000000000000025f16951df0556eb7e143d5eac1b70e6f05a51a502b3d8d47 0.25 MB 612 43
275,273 275,273 00000000000000048981448c4a5e144ca359cc4c5123d1b2c0a9a77d5d8a0ac4 0.25 MB 684 73
275,272 275,272 00000000000000036a0993d0cc3e392f30fac93d8ad4a4327847c28709aca1e4 0.24 MB 361 34
275,271 275,271 0000000000000000bae5ed9022b57580b91a857b8924e237aae31b5bcb25b617 0.09 MB 170 35
275,270 275,270 0000000000000000effc608b61bd09c7afaaeb9ecb4870ce9ea34a0b8974f3f9 0.25 MB 541 43
Previous 10 blocks ↓
Total Size: 652.23 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,214.45 GB sent, 73.30 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.