Memory Pool Memory Pool Refreshing

79,555 transactions
34.36 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,635 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (291,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,506 558,506 0000000000000000002b42bcf76e02ce30faf36c3087ced3af8eb8e6a000ce65 1.25 MB 3,128 39
558,505 558,505 00000000000000000006f0ab7d204ad86958494f7a0caa780479524388441e66 1.29 MB 2,249 4
558,504 558,504 00000000000000000007dd0f0193d588f77a461c6b6d2777ff191e75a704ded0 1.22 MB 2,932 20
558,503 558,503 0000000000000000002bc724b05f01b8f7417f8ed648cadf459720eecea80ec8 1.14 MB 1,857 18
558,502 558,502 00000000000000000011ea8cfd9c13772edd41c0f6818ccfe710cb0c76e39e12 1.15 MB 2,145 14
558,501 558,501 0000000000000000002935fe1888ffc2fccb47d56b3425d4a2abcfbfec0c858d 1.25 MB 2,708 40
558,500 558,500 0000000000000000000973d97d6249207c778bf80a714fbeae29cb8f41ca4543 1.16 MB 2,202 12
558,499 558,499 0000000000000000000fafdb850876cb4b1068bcf821e886204d204c7c221856 1.08 MB 1,784 17
558,498 558,498 0000000000000000001bb90a06fe385214d5f65a6d457d910109f4da0bc7a45c 1.08 MB 1,798 24
558,497 558,497 000000000000000000135467f737a8902aa3a5dce01a29f761c9feadf25e0cb8 1.07 MB 1,168 55
558,496 558,496 0000000000000000000291274e66a32aa1c28d21f6b63d7bdaae439209a23cc4 1.05 MB 775 83
558,495 558,495 0000000000000000000687d10ec6d7dc99f6f1ea696a359545cfdf2bf34b3056 1.16 MB 3,083 16
558,494 558,494 0000000000000000002a2f400d2d56b03f7f894744b8f5c6c1edc2842a8b54c9 1.21 MB 3,056 23
558,493 558,493 000000000000000000135309fb1add8493c52144b1124784b252a5ad9baec1f4 1.26 MB 1,997 10
558,492 558,492 0000000000000000000c68c8a34f4167875b560e76ff5f6b06fecb34ce3d3153 1.11 MB 1,896 8
558,491 558,491 0000000000000000002dbb99e15a0ab876f18aebba2f6010e5a233f190026c57 1.12 MB 1,891 2
558,490 558,490 00000000000000000015ccb5994aa7d19baf09729d08fe043bb46c8bc25922bc 1.17 MB 2,698 6
558,489 558,489 0000000000000000001f783bfa8b9139aebda32c45bf5ae35b2375e437b4ddf1 0.00 MB 1 0
558,488 558,488 0000000000000000001e67814d9c100f1c24790e4dd692cbba79af177082cd86 1.17 MB 2,860 24
558,487 558,487 00000000000000000028e6998435f1224b8cdc4416833f4ab32ac8571da84c35 1.18 MB 2,536 18
558,486 558,486 0000000000000000002e8285dad02502b5734dfb5fb912de8f086d3b2b5f2f73 1.09 MB 2,353 10
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 102 incoming
  • Data Transfer: 549.69 GB sent, 3.07 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.