Memory Pool Memory Pool Refreshing

82,719 transactions
32.10 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,542 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,745 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,541 (465,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,202 384,202 000000000000000009cafe90cd772f72c0ec04419c0c5a95b4af9565dbe32663 0.32 MB 999 51
384,201 384,201 0000000000000000047532582460c98c423bf0273115e08ea957d952ea5ef074 0.14 MB 246 42
384,200 384,200 00000000000000000a4509d6c5711f33027352bf975934eed14c3bb33cdb6345 1.00 MB 2,358 37
384,199 384,199 00000000000000000cb7a140270fab558a5a93d0d2f36535977f0efe912bc718 0.93 MB 2,468 41
384,198 384,198 00000000000000000f2157ce79ea4dcb79843a8e7ffaffa5b3718d509642755a 0.78 MB 1,763 36
384,197 384,197 0000000000000000047b34ff75ee67f7c64387c14385c14fb4e7848bbe8cd996 0.25 MB 132 6
384,196 384,196 000000000000000004db8274a3ba2d519bb2f1ed147920f21c4ad6225288162a 0.65 MB 487 16
384,195 384,195 0000000000000000085967ac444979d04a37fc2b9995e8c0cc4c4dcdf8c4ff5c 0.23 MB 284 22
384,194 384,194 00000000000000000ee365788270276bfaf8b81c12164cff8a272f34f77eda3d 0.00 MB 2 0
384,193 384,193 0000000000000000024f66d9d6ebe9eac5720ce61b4df9d5e195117c16d27f00 1.00 MB 1,190 20
384,192 384,192 000000000000000002f818014686f113d218a5033e6d611ae8eb81806825b08e 0.95 MB 1,802 29
384,191 384,191 0000000000000000070febdd2128146f4580fb5bff2c5ced9c073243846d8390 0.99 MB 2,600 40
384,190 384,190 00000000000000000983ccff319763059f050187da63eb9ed525b998a866c0da 0.00 MB 1 0
384,189 384,189 00000000000000000ad4cd15bbeaf6cb4583c93e13e311f9774194aadea87386 0.34 MB 564 27
384,188 384,188 00000000000000000488eecd93d6f3767b1ba38668200a6a5349af2e0d4fad3f 1.00 MB 1,356 24
384,187 384,187 00000000000000000a23cc36b94151b8ebf3a4e80b730426def64383fa2490f9 0.75 MB 1,932 42
384,186 384,186 000000000000000005c2691358c4acae01f659e4271d3fad5a345cf6e9c2599b 1.00 MB 1,881 39
384,185 384,185 000000000000000005457a285026215f86b1c0d4c84177d9d5b6274df568e75a 0.25 MB 566 36
384,184 384,184 00000000000000000b1d819a16daaa9181a051083ba317a392d253d14a9e1a7d 0.75 MB 338 4
384,183 384,183 00000000000000000b599d3b2ab40293d1be663f3a9a23cd5cf446797343f7f6 0.79 MB 870 20
384,182 384,182 00000000000000000007c32288e136dc2459f678a1269a70ec0a41a8688c0d36 0.75 MB 1,127 29
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

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