Memory Pool Memory Pool Refreshing

84,035 transactions
36.55 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
842,176 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,137 500
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,175 (575,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,186 266,186 00000000000000052f36e1815907b801a19cadeedef44ef31ca3ce1cdf6396c3 0.07 MB 197 94
266,185 266,185 00000000000000005dc01e9f72ded951f83eb5c59f92c6dcfaffbe7492dc205d 0.19 MB 405 68
266,184 266,184 000000000000000674579b108c9eff5c63c17139a1f16f453dbf0b5567564238 0.01 MB 20 27
266,183 266,183 0000000000000009add7c68f9696f8b09436c47c7a9fd44d6ab241f7ee7f0f9c 0.18 MB 438 96
266,182 266,182 0000000000000002c858655d53414eccdc2dbe1b079baa59b5a9fbc66e7c4332 0.07 MB 200 58
266,181 266,181 0000000000000009f75c7d9f06967ddba6fc9c4dc13d8741eb4057b1fe2e6b21 0.03 MB 44 40
266,180 266,180 0000000000000006079dc6255ada621989f613c6268c589ccb6a1471d47852ce 0.17 MB 402 75
266,179 266,179 0000000000000003ff27c3be96147374ac35b6aade5baef99e07d0e19773224f 0.11 MB 258 52
266,178 266,178 000000000000000586a16efae977e7ab26190e5b848b7bed6f7829fe64268145 0.03 MB 83 56
266,177 266,177 0000000000000005f136344ae983446e78ec914bc886a324bfc0f7edc86aab40 0.20 MB 253 42
266,176 266,176 0000000000000009480c22d5a6efd0fde3dbb620e1fa85571e0f7a3d40b3c5ff 0.16 MB 239 59
266,175 266,175 0000000000000005917a2800ddcc1868c10779b98d112dceb7dc752aa6cd9af1 0.25 MB 653 107
266,174 266,174 00000000000000041000d62843c2f9f36ff4699b00e4d4bca7a2150ca1179cea 0.19 MB 513 73
266,173 266,173 000000000000000ac9cb44d27388114c39395de192fc8ef40280a34b50b40b43 0.20 MB 466 70
266,172 266,172 00000000000000047b7c08de054d98f9e16d7b9b00e7659a79e17990a2acb02c 0.14 MB 103 20
266,171 266,171 0000000000000005e2ca62f76aa400ed0c123c0b0c3f100fbe73c28a023757eb 0.07 MB 186 77
266,170 266,170 0000000000000004005bb44dbd387867b177f426c47ac9ee94307bcc738f2056 0.15 MB 146 22
266,169 266,169 0000000000000003db5454b365d5c1e0223b320bfdeac2a62c068642a5482812 0.01 MB 19 33
266,168 266,168 00000000000000034c4d06c248762d6c14850d206f09e443af6978c04edc2f02 0.10 MB 273 109
266,167 266,167 0000000000000006e277e0c2830b8968b7547f27078432e214e98609ce2f942c 0.08 MB 215 91
266,166 266,166 0000000000000004a743e7185fede26647a17d7f609711edaf9257074b2b3dc6 0.03 MB 83 61
Previous 10 blocks ↓
Total Size: 647.06 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,452.14 GB sent, 42.96 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.