Memory Pool Memory Pool Refreshing

32,148 transactions
45.25 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,016 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,330 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,015 (560,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,484 281,484 00000000000000016e2c01c59cff100861775d919d75224a7c8a29ea18e4f293 0.10 MB 143 33
281,483 281,483 00000000000000024681b61578731b1af481ab492e85f9ee4ef1297e44a7d6c3 0.13 MB 167 22
281,482 281,482 00000000000000003c491202382df2b748c0fc500a82617ed7bcfb693c909d83 0.05 MB 146 36
281,481 281,481 00000000000000023f4f3fcb5f9895b899dd954b85820ea816ba596f6a9badea 0.05 MB 158 121
281,480 281,480 0000000000000001aeaa28c902583f6a03838d8f52b69949a8e35ef8389ee09b 0.12 MB 204 37
281,479 281,479 00000000000000014eaeb64586795055548f0c670b31654b66de84cceffd5b33 0.10 MB 210 36
281,478 281,478 0000000000000001038159ed837f0e4c5445ad16570b98d4fce8ea3474468b13 0.05 MB 24 7
281,477 281,477 0000000000000000f1608c4ffd2abd0b4fb7405b84015cb045d74e802dba24cf 0.35 MB 731 44
281,476 281,476 00000000000000009f326558a936c0627e77773a28d4e7b8799ca45eb1dd6144 0.04 MB 59 26
281,475 281,475 0000000000000000ea8348e884994732fc29939684a591aba4a29c7901116295 0.12 MB 206 32
281,474 281,474 000000000000000027779980be2601e368c80bf179a487cc9f20219b9b293b06 0.27 MB 607 50
281,473 281,473 00000000000000002d7bc9c9f8976f0251489fc7ef54a271df69a6914703bc37 0.34 MB 645 43
281,472 281,472 00000000000000019bb649fa7c1d44ee086afb6721fa92ddb0926506600d8325 0.25 MB 562 50
281,471 281,471 000000000000000190a2900f1a25c507a999fa11116f7bd0126618c1ebc4f5fb 0.10 MB 224 31
281,470 281,470 0000000000000000a6d8b53d009db04bbcf5cab7778f27b1a3802ffadf3d8423 0.23 MB 506 44
281,469 281,469 0000000000000001abe399862ebe2e6f5eab7a325319d6126851d3b3a3da7ff4 0.07 MB 89 21
281,468 281,468 0000000000000001647cee6fa0f43b948bc62cba8f06e8fce2ab9d1bbdb138e0 0.14 MB 356 48
281,467 281,467 00000000000000006906c21e79662019ebe0d860401446228942888d39617ce6 0.17 MB 400 219
281,466 281,466 0000000000000001c037271797f9fc9571f4b44de1707d872dbcb174f9b6a260 0.25 MB 535 41
281,465 281,465 00000000000000019f1c8584734fbb91cc07451ad3f65ddead930cd33a33d8fe 0.24 MB 372 43
281,464 281,464 000000000000000111a832b61f175643ddce41054c895d93bef47ec12c2ead84 0.25 MB 630 75
Previous 10 blocks ↓
Total Size: 646.79 GB

Node Information

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