Memory Pool Memory Pool Refreshing

50,463 transactions
46.00 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,540 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,264 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,539 (575,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,525 266,525 0000000000000006a52c3212b63ab87d43e3ead645d9a6aac41b9daf392d71f6 0.20 MB 508 92
266,524 266,524 0000000000000009764b2bc69ead5c48c5218e86930f83b878ca2fe58be96082 0.21 MB 386 86
266,523 266,523 0000000000000007b403feee748d7e48c68c177d88022afa58230dbb77d95b0c 0.24 MB 409 32
266,522 266,522 00000000000000032bc75dc114d5b09035a3a2b4405a74540cbae314c9dd3b4e 0.25 MB 450 124
266,521 266,521 0000000000000000b32fc2273a893d619f4ed6d45d36763480a78bf8a253bc2b 0.10 MB 166 56
266,520 266,520 00000000000000020135da31b75dd0d25ab9b42948b267c9aaddf9169f684dbc 0.21 MB 546 110
266,519 266,519 0000000000000006e236beaa81a6062c5e8597c456dcdc2f3145719a0a5d9ada 0.25 MB 615 111
266,518 266,518 00000000000000022247e2ec4659a13e9b8bdb521eb9d711c805ba14cad225a4 0.15 MB 362 113
266,517 266,517 0000000000000004f1559b8add7ef370bb7e2f970d022e398fc602cb7846cf1c 0.10 MB 160 44
266,516 266,516 0000000000000003ea5b4baa9bfeb52ec6bcf9303a650a65d38b36fbd80c4e8a 0.01 MB 44 26
266,515 266,515 0000000000000009adb071a2fe762a1b8c3a21cacc1c7d04e98a3ee9c30ad490 0.06 MB 102 47
266,514 266,514 00000000000000023922e5b61867349c66608f0e387875e87d10da24c8c51e14 0.07 MB 218 55
266,513 266,513 0000000000000008c46b86aecc6316085d06aa88c550338d0eb2f85fb6476b42 0.16 MB 370 117
266,512 266,512 000000000000000292d3b016f8b136fd74c27249c9b217fa529d725d480f2db4 0.15 MB 358 100
266,511 266,511 0000000000000007579ce15d0f8200614c23bcc851bf2fd604ae442c6af231ff 0.05 MB 97 42
266,510 266,510 0000000000000000446048f708032edccd33b57bed94f333977ca374b6a6527a 0.10 MB 261 85
266,509 266,509 0000000000000003ab7a53696aa50b04ca3c40f49bd75a299b5c73338d5fb51d 0.07 MB 89 72
266,508 266,508 0000000000000006be9749328426235711d577ca5408c5f5264d818e3c4f5ad1 0.06 MB 130 144
266,507 266,507 000000000000000333e0d1c0292157e484fcf18d2736eed9181b2f3d77bad699 0.05 MB 130 61
266,506 266,506 0000000000000006dc58e18a3c772c461afc9de0f462df3da1ab63a5b1466e47 0.06 MB 142 178
266,505 266,505 00000000000000029dd39b39070be59c90b71f035194dd74afdc4c38defd02b9 0.06 MB 115 69
Previous 10 blocks ↓
Total Size: 645.90 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: 8,304.61 GB sent, 34.83 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.