Memory Pool Memory Pool Refreshing

85,364 transactions
31.35 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,417 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,920 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,416 (247,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,194 602,194 0000000000000000000fa25667f316edea7ddac66b33770d879b6d321f3c5185 1.27 MB 2,930 42
602,193 602,193 00000000000000000009e7247b67b0aa60a66ddab8993294183981f801ebaf45 1.10 MB 2,132 25
602,192 602,192 0000000000000000000ff7ccd3138f51efae7f81ea93ea7d12d004dd91d172d7 1.10 MB 2,527 24
602,191 602,191 00000000000000000001d08eb994c0d7fc5a55925c124cd75472dfd2a8307b9b 1.24 MB 3,112 28
602,190 602,190 0000000000000000000475a6830190abbd081cdec7b8845764a57091f69c6c96 1.22 MB 2,934 32
602,189 602,189 0000000000000000001405c2dc004b910528377a93319848e78821dea68ea6ed 1.36 MB 2,659 30
602,188 602,188 00000000000000000010d574a588fd120f08fb99a5d424aaac9fcf7b5a6fad56 1.41 MB 2,725 45
602,187 602,187 0000000000000000000cc968b0e42456618c570f23e2e4753b99be1d4e9b0bb5 1.27 MB 2,826 45
602,186 602,186 0000000000000000000be46e380528aae8f6571141a92e3b3ff8e9acd8ddb925 1.33 MB 2,790 41
602,185 602,185 00000000000000000002399e3649ac547d8276b8dd33a395945c5c60e8e09cd6 1.10 MB 1,448 59
602,184 602,184 00000000000000000011eb746724ddb1ff025453115dfd5808574f212741aff0 1.08 MB 1,703 91
602,183 602,183 00000000000000000005494c52732d9614421509adaa8885372e94475ad159b2 1.25 MB 3,220 22
602,182 602,182 000000000000000000015364b959d1a15d7cb661e7e977dd7faf9e73602e987a 1.19 MB 3,170 14
602,181 602,181 000000000000000000031b394b6cf08d778c0df9bd56d989b9dd45a038849102 1.26 MB 3,350 19
602,180 602,180 000000000000000000121730de7875501f506facbe988a99eb2fb722a239a95c 1.21 MB 2,602 22
602,179 602,179 0000000000000000000fe351a6777a6155ae28791fe597758b8c633c97dc5223 0.91 MB 2,087 16
602,178 602,178 00000000000000000006916dd92ad0446f444dc158d240adf0a2bc52cfbb3772 1.19 MB 2,770 17
602,177 602,177 000000000000000000095c78957d457c915a511ea5b7295abe04145c32629390 0.53 MB 1,040 17
602,176 602,176 0000000000000000000b10ab8912e06b63c823686faff67640759373a9344054 0.38 MB 921 19
602,175 602,175 000000000000000000035f709006546c3ad6e48c1b0a3bcf2672da7f47302d6e 0.80 MB 2,270 5
602,174 602,174 000000000000000000144d4ceee0bba18a5e56fef89c5e1f644be34bdca1402a 1.25 MB 2,891 30
Previous 10 blocks ↓
Total Size: 660.40 GB

Node Information

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