Memory Pool Memory Pool Refreshing

95,649 transactions
34.52 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,561 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,625 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,560 (465,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,209 384,209 00000000000000000ba06d4899be5d882a40880e08c17c1fef644bd453ee460a 0.33 MB 679 28
384,208 384,208 000000000000000007a2e4e81816293a6907fd8f3b5e43fff2cfd297b066236f 0.27 MB 383 23
384,207 384,207 000000000000000009bac0b0aeb4c661e6b9506903bbfb9b71bab42efc58c0bf 1.00 MB 483 5
384,206 384,206 00000000000000000f2823a844a4b072385d7b758d11adee4e1a470f0af084a2 0.23 MB 672 51
384,205 384,205 0000000000000000071aa4a6df83d8076ed02c2e5b44b0fdf2a09a07bfd4279e 1.00 MB 1,411 21
384,204 384,204 00000000000000001069282f8b56f3948c2632806f3c387115404af6daa590e8 1.00 MB 1,287 19
384,203 384,203 0000000000000000087a46c261c690605668f9d5b1e4e154d8dc5997a17be8ac 1.00 MB 2,492 44
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
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 100 incoming
  • Data Transfer: 504.71 GB sent, 2.67 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.