Memory Pool Memory Pool Refreshing

79,332 transactions
36.20 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,659 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,030 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,658 (328,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
521,557 521,557 0000000000000000002a2b5d7e6893c0281283e84ebc53964921dfc0fb284e75 0.38 MB 654 26
521,556 521,556 0000000000000000000896429c6aa6b28fe49d8ffa367cce5e3574fbcb99f1bb 1.13 MB 1,516 20
521,555 521,555 0000000000000000004269dbc4bb860fc84550072d38b87ff4e8bcadaedc9742 0.02 MB 44 68
521,554 521,554 0000000000000000003ae5b96b6b4b9be61bd6f8a204a7fabd7e7ea4f764e9bd 0.94 MB 1,269 32
521,553 521,553 00000000000000000041f0ae044a82fbe1b6f8fa717e4bdd282e0f5ee6939b96 0.23 MB 143 6
521,552 521,552 000000000000000000339b3d456a7db855079a71879d95f2883be874b8fe6c7e 1.15 MB 1,940 33
521,551 521,551 00000000000000000025424f4b0e04b08dc9b552e672a58d75349728c4248032 1.10 MB 1,874 6
521,550 521,550 0000000000000000002261370ea44cf78133434ab697dc4be7699749bd0b6d24 1.05 MB 1,110 8
521,549 521,549 0000000000000000003957c37099b8f572540346bc704da3bbe2738a40b7057c 1.14 MB 2,472 55
521,548 521,548 00000000000000000030e18866c5cf8a73ff2f3bb24c8243a09bb48568a2b2f5 1.17 MB 1,763 50
521,547 521,547 0000000000000000001bbae20fbc3fff3c45f1d0fc06264cbbc7ebe58c5bc44d 1.18 MB 1,638 32
521,546 521,546 0000000000000000000f6389dc5dbe91d978279d99e5898f1d9e7fe14fe47e2f 1.12 MB 2,424 76
521,545 521,545 0000000000000000001e3b6fff7532131be163c71f80be9fa10bbbb056ee6390 0.41 MB 573 39
521,544 521,544 000000000000000000084a2175d49cf1ffe10f7e97f0666fe77bc80a8ac1f9c8 0.43 MB 577 14
521,543 521,543 0000000000000000000303f352ae865824066967a21c099c112c7aafbedb9a00 1.12 MB 1,738 15
521,542 521,542 000000000000000000079c57e1e670c5c5c2108e396233f3a08ea39161cb4ccd 1.13 MB 2,142 50
521,541 521,541 0000000000000000002b007c1c34fd16b5ba45500d2c8b83756e10a769a1ef16 0.83 MB 1,506 25
521,540 521,540 0000000000000000001a0b5cc6abaafda65b325133a5cf3838de3a0d58c98e48 0.25 MB 394 30
521,539 521,539 000000000000000000081a5ef056d720454533dedb45c24122d544cb2a3977b3 0.04 MB 83 33
521,538 521,538 00000000000000000036654a84b3974322a851263576e1ed41e0e52226c8547a 0.33 MB 664 27
521,537 521,537 0000000000000000001787aad3f4657b03784e2629a58c4b78a8cf70c4aec852 1.17 MB 2,195 30
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 590.84 GB sent, 3.47 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.