Memory Pool Memory Pool Refreshing

58,583 transactions
38.56 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,158 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,368 37
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,157 (575,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,441 266,441 0000000000000009db3e2318e076896e2c2866f295a40d819775c54c051a0a57 0.15 MB 419 131
266,440 266,440 000000000000000494642a78b425c5e39f2c382eb0bb744226d48a8dd3a6f5d4 0.12 MB 267 97
266,439 266,439 000000000000000a6d6319267b293e60196dda74c15f3ad8dd8171faf01e5694 0.13 MB 289 54
266,438 266,438 0000000000000002f03cdb254461652ab25ca011b5d1fdb74cb1309001cf23ca 0.25 MB 630 106
266,437 266,437 00000000000000010d4aa8ac95fe7f6624d994974284334d784a80865f8bc150 0.07 MB 181 53
266,436 266,436 0000000000000000e7dd9d6504e6f09b5b4fad3d1cfe62b6c7d574685080f2c4 0.23 MB 469 90
266,435 266,435 00000000000000049102825db5c95ac85cff173ac835619739277211f52717e5 0.02 MB 72 139
266,434 266,434 00000000000000048d32277c95a30f489cb33698e72f11e0b2dde3d9c46dd5f2 0.01 MB 22 55
266,433 266,433 0000000000000001dd15462f7cdcf0bb1d7b42b00bb2ec6f1a38e7a726d1c4c0 0.21 MB 451 62
266,432 266,432 00000000000000092a9e513a27313d2eb8102aa21586d211fa6f826daa79551b 0.25 MB 530 105
266,431 266,431 000000000000000a032c1c80e490ed4e6fa569e4ef8c15f9bd56eaf5368ff9a1 0.12 MB 208 50
266,430 266,430 0000000000000005741dfe52f672fba45409b67a621121cced6e8e8afe8fa0c8 0.26 MB 620 106
266,429 266,429 0000000000000001c575f4659264f5cfac4e24df7bdee9ce81536f3e218bc533 0.15 MB 336 97
266,428 266,428 0000000000000004e77d33ad6ba4a68e91837073cc7349f4336b8dd459b8d2df 0.03 MB 56 65
266,427 266,427 0000000000000001a90ea36d3c2b44e5dc9658a63b99916ca77e81be9fde3fb0 0.10 MB 151 61
266,426 266,426 0000000000000009c0ea1ce62d6affc55cb84455e51edd7c6cea352563b6fcc3 0.20 MB 457 131
266,425 266,425 0000000000000001eda9bd5169fb595be4e2f98520c099c59b591b087fe5c772 0.08 MB 215 65
266,424 266,424 000000000000000ad0479929fb85157f03dadde8488bb92b748ef6408ccbcc29 0.02 MB 32 54
266,423 266,423 000000000000000a9590dd1a68fc732543ff566e48c8407b504d8133eb7a8a79 0.07 MB 184 70
266,422 266,422 0000000000000002a6b0c5e218f4306963d816b89540cc33ef5fc3e8c7a64b81 0.17 MB 401 90
266,421 266,421 00000000000000046366e4ca4dc2a61860144298d2e90d34040a3e536f1e6fb6 0.03 MB 56 59
Previous 10 blocks ↓
Total Size: 647.03 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,447.65 GB sent, 42.52 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.