Memory Pool Memory Pool Refreshing

62,749 transactions
28.07 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,433 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,028 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,432 (95,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,198 754,198 000000000000000000000d395e98536a3351ea51948f8a1b39bbe60d1fba47d9 1.44 MB 3,164 18
754,197 754,197 00000000000000000000bf56c208ff151e8683eb9919ef4a6c96a7994972b255 1.45 MB 3,198 26
754,196 754,196 00000000000000000001e00729691e1a2c3078fcd7a2df20fba94c6a8dfdfb5f 1.52 MB 3,072 18
754,195 754,195 00000000000000000005cff9103595683c8ffe871760e74dbd6423341a3962ae 1.37 MB 3,199 25
754,194 754,194 000000000000000000086b30587ab1f740c0fb5e960931dc965fe6aa18b41753 1.50 MB 3,325 43
754,193 754,193 000000000000000000010e850cd7beae9ca0a3921b6cdfd4f0725fb8b60786cf 1.64 MB 2,393 8
754,192 754,192 0000000000000000000218ace13417b7dbff80fde221b26a34ad8bd756563a64 1.43 MB 2,459 14
754,191 754,191 000000000000000000010163b03684c3d9c155cb7a2eaffcf986436a11ecedbb 1.49 MB 3,999 25
754,190 754,190 00000000000000000001f9131a5f6d5541dcfe7002689f35b171325249e0f667 0.25 MB 520 15
754,189 754,189 0000000000000000000506ebc25e1bebb6b41d9c85a6795aa166b412e50b4342 0.80 MB 1,417 13
754,188 754,188 00000000000000000005aebb2db3287e62458c212d46395fd2442df2199abf7a 0.09 MB 233 13
754,187 754,187 00000000000000000004ff58558a4e5c08dc0cde7367047da48010e7d2393b29 0.58 MB 835 13
754,186 754,186 000000000000000000081e3a2c4c26c6d6b336212010b15966e5ef2eb7e9c4be 0.71 MB 702 10
754,185 754,185 0000000000000000000572a3c2f410a5e5d6547ea2115d804c94e70dd00308c8 1.35 MB 1,424 10
754,184 754,184 0000000000000000000083221f10788f574a41b0f5f8a777d45bb4cd47d667b3 1.45 MB 2,622 15
754,183 754,183 00000000000000000000eb1e849074328e55e11da13c57d348dc18a51454d56c 0.78 MB 1,348 11
754,182 754,182 000000000000000000078f5a4a2f3d67d5e6b260aced77bd49bd04029606ff96 1.23 MB 1,712 10
754,181 754,181 0000000000000000000611f6864030608a687101a6795ee573af293c6f7fa40a 1.50 MB 3,217 13
754,180 754,180 00000000000000000004cddf77a98f9f851f8f68bdde3f4abd4b39ba4a3987ac 1.18 MB 946 7
754,179 754,179 00000000000000000001e3111b2805d6bb68538287e46f45e10863af1926f542 1.59 MB 2,446 11
754,178 754,178 0000000000000000000463f2206b8c5771f03d8638a45229f10843c7cbb75cda 0.50 MB 394 6
Previous 10 blocks ↓
Total Size: 660.43 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 87 incoming
  • Data Transfer: 349.42 GB sent, 1.45 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.