Memory Pool Memory Pool Refreshing

41,343 transactions
46.74 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,360 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,989 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,359 (575,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,452 266,452 00000000000000043bedb3a8e0194c30861115d24aa7912631db35e19be8fca4 0.10 MB 232 127
266,451 266,451 0000000000000005f99c347f51e1efac9f5d0b1feeeecbd7f96154a924f3701c 0.12 MB 271 76
266,450 266,450 00000000000000082e8b3c97d5d1efb147738ad660957231865c19f27f4440e6 0.13 MB 258 109
266,449 266,449 00000000000000054b77c8179d5f9e7ac29dfcd5584975b09a00ce53f8a4f0cd 0.15 MB 361 95
266,448 266,448 0000000000000007c018f1900faba53a53ae4ea3e811f4be292895237ede957c 0.17 MB 400 116
266,447 266,447 0000000000000001904f3d243dc11ed7051c614b4b7af31fdf2ae32da6497b55 0.09 MB 205 78
266,446 266,446 00000000000000048046d6b3b16f7f312ff3b9b6e4ed1a010f87f2fe28060c95 0.20 MB 508 103
266,445 266,445 000000000000000006f455b1109bbfb11c052fc0beb546811a44cfb75a0ae47b 0.15 MB 221 47
266,444 266,444 0000000000000002ca1d40dceab71142b6c689cf332a74c72c0a17acd658ded5 0.01 MB 40 80
266,443 266,443 000000000000000919a1218a15f7444ad5ca232d672591b36d1404fdb759ecb7 0.02 MB 42 54
266,442 266,442 0000000000000003fffaea7408f2b4c6a599a97515276be665095a1418c78d1c 0.03 MB 98 55
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
Previous 10 blocks ↓
Total Size: 647.39 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,482.77 GB sent, 45.41 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.