Memory Pool Memory Pool Refreshing

78,673 transactions
26.62 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,519 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,710 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,518 (328,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
521,209 521,209 00000000000000000031fd3a09d1655b2fb33b7b479ed4ef8476412b5843ec02 1.11 MB 2,062 33
521,208 521,208 000000000000000000038f938044e16500841d4261ecd4fc2c08792b5d5e09bf 1.09 MB 1,725 12
521,207 521,207 00000000000000000035002918285f18c18e31348e6fb76b5cbfe9a32fc27fef 1.22 MB 3,374 33
521,206 521,206 00000000000000000027d46d765a4382bc2ad2cd209a16b1f2ea74ea67229441 1.14 MB 2,085 55
521,205 521,205 00000000000000000006941b15d715aa6c63f052f6da3fb81e5bc2b3d0186b99 1.00 MB 1,767 78
521,204 521,204 0000000000000000003b0b82666b37802e87e2f5efe3df27199c8ba7035c0605 0.58 MB 1,180 10
521,203 521,203 00000000000000000024b1243c1323ddf0d316a849bf81f90f6c072457c7250c 1.09 MB 1,747 14
521,202 521,202 0000000000000000002754a234e165e5b8c7c58cd98d74c3aae8b568543ff586 1.16 MB 2,151 40
521,201 521,201 000000000000000000420ffc82d2e770104ff122b5962e05efe1c9e94469ffbf 1.15 MB 2,681 49
521,200 521,200 0000000000000000002999cf67afc35e8c13f4332aaa118df6952057f9ed8937 1.09 MB 1,648 15
521,199 521,199 0000000000000000003660f283f294c67aabc6792c5c83731d1ba53f1afda266 1.11 MB 2,145 42
521,198 521,198 0000000000000000003a248bafc6c8942137eb3b104ba94e9ad8c0157fbaed1f 1.15 MB 2,363 80
521,197 521,197 00000000000000000002b298149d05523b408bee4cbe88df88bd0b0338229198 1.08 MB 1,704 21
521,196 521,196 000000000000000000374ca133a8e858d1eee88fa430e5c267e0b471ce2e4ec6 1.60 MB 690 17
521,195 521,195 000000000000000000287f7f87d01e9aa1f27369f83bab6b7e49dda599b87c37 1.16 MB 1,994 32
521,194 521,194 000000000000000000113857aa4242717c7c05f9a5f4a6ece3e4d5858f62db92 1.19 MB 2,382 59
521,193 521,193 00000000000000000033f97c8050570f1223a72db0b75f8dcaaf13787eb09ddc 1.14 MB 1,952 43
521,192 521,192 0000000000000000000996479c7c28b066a72ae145c9b95004730fc285d11392 0.42 MB 590 43
521,191 521,191 0000000000000000001af765c56ac0ac5230577201864f2e5327c2d86c6d5c21 0.58 MB 1,183 34
521,190 521,190 00000000000000000018bd42c69d1ad2e5afa37a9fb971c216a2a5eaeb5ca25c 0.90 MB 1,642 27
521,189 521,189 0000000000000000002f208de8d39372dc61d829d860c8b99e91708b8ed6af33 1.16 MB 2,268 28
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 93 incoming
  • Data Transfer: 473.37 GB sent, 2.26 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.