Memory Pool Memory Pool Refreshing

104,493 transactions
31.34 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
849,496 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,183 37
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,495 (302,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,274 547,274 00000000000000000004bcaded49de1b197176af1fabd9c5b9f76dd7d1343917 1.16 MB 2,997 11
547,273 547,273 00000000000000000024f61f54c6066b2ad0edb938417298e5a39494dc7177a2 1.14 MB 2,272 14
547,272 547,272 00000000000000000014c2d08a5f1356a4e4f624cae063b9dbe668f618dc6117 1.13 MB 2,316 11
547,271 547,271 00000000000000000021df3bb8a0c99f3f6af9256e3e7a612f18066f7790f2b8 1.30 MB 2,456 14
547,270 547,270 00000000000000000006e7007407805af2bfb386439e570f5310bb97cdcf0352 1.28 MB 3,277 16
547,269 547,269 0000000000000000000d65a438ca03e313b420b5c4d769f47b66f0234502cc2e 1.15 MB 1,484 25
547,268 547,268 000000000000000000215704c57df18850169e91df70d0f65a058274a6fbb9b3 1.43 MB 3,058 26
547,267 547,267 00000000000000000020361c77dfddd618d30a61de587bb0c7243b24f00c0d88 1.00 MB 2,450 27
547,266 547,266 00000000000000000018e4ca7fa342e9a925deb92caa112feccce4cd9a0e0d0b 1.12 MB 1,718 11
547,265 547,265 00000000000000000001abaa56c1339b3a417c3f2161a6449d1c284e91068f87 1.29 MB 2,800 28
547,264 547,264 0000000000000000000535bc353137eb5c9ee96cef19380cacaf6d9b60728f1e 1.31 MB 2,549 18
547,263 547,263 0000000000000000001e9f0c3840447d35a85dae3fb17104e7eeb0b8f25161b2 1.41 MB 2,499 15
547,262 547,262 00000000000000000018c49fe8b04eb349d7432617bee83a8205a6849daa44ef 1.51 MB 2,567 14
547,261 547,261 000000000000000000039fc47bc410ab7b2e37f0ebbf5cce5584a753b4bffaaf 1.25 MB 2,724 16
547,260 547,260 00000000000000000014cc3dcd7c21ddf0959c69e46503e9efd00d24106fdc7f 1.26 MB 2,557 21
547,259 547,259 00000000000000000005453f84ea0aeb8ebba0aff127e8425ede4a2449c9e630 1.20 MB 2,244 32
547,258 547,258 0000000000000000000c1853ca6def37041759f8cc33d7cb2064fc0edf1628b8 1.22 MB 2,186 33
547,257 547,257 0000000000000000000d337809e3dd0d4a34a7e55642703f30f0a263f5880ed5 1.00 MB 1,040 40
547,256 547,256 00000000000000000002abfa5e5e555183c34f8185c481b8269a027f0dc644c8 1.01 MB 731 71
547,255 547,255 00000000000000000001192a915e85c9a66ec8ceebd84e4c652a85db3510733c 1.34 MB 2,601 10
547,254 547,254 00000000000000000011b4ea17d1f0fd816be6bdee5889055890f4a463218696 0.52 MB 1,255 28
Previous 10 blocks ↓
Total Size: 660.55 GB

Node Information

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