Memory Pool Memory Pool Refreshing

62,456 transactions
31.16 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,945 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,408 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,944 (583,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
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
Previous 10 blocks ↓
Total Size: 661.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 880.23 GB sent, 6.06 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.