Memory Pool Memory Pool Refreshing

31,379 transactions
38.92 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,903 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,558 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,902 (575,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,246 266,246 0000000000000007b920a5c287ec090f1c5f6e247ffd10eabcfeb4a614cded6b 0.06 MB 151 33
266,245 266,245 00000000000000018de2750cc02f5c18cf36fae493af4cb991a4d1cf67b6865a 0.24 MB 512 86
266,244 266,244 00000000000000078980e43a4d05357d303c6a60f3fc50ba441d734c1f632817 0.29 MB 681 88
266,243 266,243 000000000000000399572203a6035acb2d68944c9c047435a5e9f11d40daa4ee 0.23 MB 591 109
266,242 266,242 0000000000000005f2c7bd05ca9092ca041cdb85a4f8e5b2360d8b2a594014ea 0.16 MB 433 104
266,241 266,241 0000000000000001802b0dc4d65b5d0722db88a61c095f70f0badf9b0c19951d 0.08 MB 177 52
266,240 266,240 0000000000000005df6a11d551e173bd2abf15bfb81e972096b7cb6df85deafb 0.05 MB 110 56
266,239 266,239 000000000000000a424a6ce2f899100bfda09c3e171b24d730d73f3257a7f61a 0.17 MB 467 110
266,238 266,238 000000000000000653cd1bfbd561e1b8720d167ed70800d507c110f02a1c1181 0.24 MB 708 51
266,237 266,237 000000000000000a4843cc9df44223d1ed1b646f6f62c69b36a123d628e67461 0.34 MB 716 74
266,236 266,236 00000000000000051cfda4b9be57764e3e1c317fb819a256d596a5423f8fcbc8 0.03 MB 68 12
266,235 266,235 000000000000000117881727e0a7551de85b53c6792428289f273fdc940c8011 0.21 MB 450 86
266,234 266,234 000000000000000a0b7974623d2e6f9db10a2fa67f19a7d8810da5a0d2a0c869 0.23 MB 566 90
266,233 266,233 000000000000000433714e6e6f43aec67fc9908f52674b779cc1df15627bc831 0.24 MB 553 106
266,232 266,232 00000000000000096e1595f6c3e679db071d577eb668bb4809910047b5aac8db 0.00 MB 7 29
266,231 266,231 0000000000000004ad57e9f06642286946c23e5f5b031767dc567c37917437bc 0.03 MB 66 88
266,230 266,230 000000000000000272316f1e91c22c07513274fd7fdf72f446b80a226c41ef28 0.05 MB 146 133
266,229 266,229 0000000000000000e280455e0d281c5ea8e5801a0cc9ce051676ff7287d3bd54 0.01 MB 25 115
266,228 266,228 0000000000000000bf5d0fbb99e2204215a10db9b52d761581c8f02fbc49a065 0.10 MB 240 115
266,227 266,227 0000000000000002d4540fcd8920e7bac162f0606365f4fab8bcbb7dad4ed3e8 0.06 MB 173 54
266,226 266,226 00000000000000041643871cf51c1d5735a1ad50b714e40009111f886980bfc1 0.06 MB 147 33
Previous 10 blocks ↓
Total Size: 646.58 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,373.21 GB sent, 38.61 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.