Memory Pool Memory Pool Refreshing

81,372 transactions
35.15 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,613 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,804 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,612 (227,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
622,057 622,057 00000000000000000010f8d04bcb51449d3f15f405801be33ba41c7e15be121d 0.14 MB 261 52
622,056 622,056 00000000000000000000d5e61f21ffd54d5e383c676a5880ab6a04983773fcef 0.07 MB 185 44
622,055 622,055 0000000000000000000332ac2b966f5a6b8a9e155537950a1a6c21a82cdddb9e 0.32 MB 709 38
622,054 622,054 0000000000000000000443e9067d897be0934d125ea9ebaaf8956b731f2714f0 0.93 MB 1,908 39
622,053 622,053 00000000000000000005af916b9db35cc401f95abc60c5b80ffcb60548bd33a6 0.42 MB 994 40
622,052 622,052 000000000000000000027186fb20d462a03da11fbd9c6ee7d7e7edf6bad1d2de 0.17 MB 327 49
622,051 622,051 0000000000000000000d558fdcdde616702d1f91d6c8567a89be99ff9869012d 0.47 MB 1,054 44
622,050 622,050 000000000000000000000031a10e42c80137b3c3ad3e15c5dfb4ea213c83e497 0.87 MB 1,721 32
622,049 622,049 0000000000000000000f62c5e16ea0941d0daacc2f06ffc730fad682f88df926 0.67 MB 1,557 43
622,048 622,048 000000000000000000020db81debbc6efb0ef85f97a4d247402a757e5e658254 0.49 MB 1,231 42
622,047 622,047 0000000000000000000c24878ad050c820b3fd6b770d4886b70f7b208dc9312d 0.47 MB 1,022 43
622,046 622,046 000000000000000000057ac5cfb5ad7a77c7a6f3aeea213cc95861bd96579166 0.22 MB 564 43
622,045 622,045 0000000000000000000fffe9b342d81cc91c31a61da734b04bd86c955a57104b 1.13 MB 1,642 23
622,044 622,044 00000000000000000006e04c534e4a3dd0967557b6c315b06808f23773146056 1.71 MB 616 3
622,043 622,043 00000000000000000000922d6a5360643ee21afc660217145962b17f7fb204b3 1.31 MB 2,010 22
622,042 622,042 00000000000000000000186f7745d3b313fb5e523426aa193c7063a168a71147 1.17 MB 2,580 35
622,041 622,041 000000000000000000074957428a315ce153ed797249c3edb31c18f05e258f8c 1.18 MB 2,232 28
622,040 622,040 000000000000000000098adca60b43c6e62b7fdce84539ca8990b21dc72cdc06 1.34 MB 2,778 79
622,039 622,039 0000000000000000000737399e1f78cee2d2add4cbe16bea04a4321c8d04e53f 1.28 MB 2,129 52
622,038 622,038 0000000000000000000620a913a27c799c2c56ff2099aca708be0ffafc751858 1.33 MB 2,324 68
622,037 622,037 0000000000000000000145b5e9283e9b5fcaae368b2b3fce2cef08acd9d211bb 1.30 MB 2,067 31
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, 103 incoming
  • Data Transfer: 553.12 GB sent, 3.10 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.