Memory Pool Memory Pool Refreshing

86,167 transactions
38.25 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
844,581 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,392 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,580 (578,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,193 266,193 0000000000000000c609fa2f37e4e8e4cf73e2d3c3a0814f426b5873380ae0e6 0.25 MB 573 7,468
266,192 266,192 00000000000000081e31a29430cbfa9b28d956b1b856c932ef481912ba7e708c 0.15 MB 367 113
266,191 266,191 0000000000000009074dda15c0bebd33c2432bc5e020eeeeb3a4d5ed34cad3eb 0.19 MB 473 98
266,190 266,190 0000000000000009c116b9399d330c4d20359798a8d48a7906d394cc32d4fb8b 0.15 MB 119 22
266,189 266,189 0000000000000008b5cb287607c0e76439b349b08eeeefb44ce66ca89a802b51 0.07 MB 204 58
266,188 266,188 000000000000000031433ac4c807547daf5b8502fef9467089f183dae57b5396 0.29 MB 575 74
266,187 266,187 0000000000000005168758f3b8e94e8e457088add7d10235dff9fc5485a75983 0.08 MB 64 33
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
Previous 10 blocks ↓
Total Size: 651.61 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: 9,143.83 GB sent, 69.59 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.