Memory Pool Memory Pool Refreshing

76,667 transactions
35.80 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,643 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,438 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,642 (122,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
727,450 727,450 00000000000000000005d7a5a82de0fd2421b3d4b0a1feacf14b105c3e1326b8 1.57 MB 3,055 8
727,449 727,449 000000000000000000099e41ccda9a6318090ffbfdb53dfa49f3bc5f6541146e 1.56 MB 1,828 19
727,448 727,448 0000000000000000000a0bbb36e0cbc046e4a77327511312c51a7b9cc8be1cbb 0.60 MB 546 8
727,447 727,447 000000000000000000014f22ed9e40edb601c3f63266558b5599589eb1d05326 1.60 MB 2,157 7
727,446 727,446 0000000000000000000752b3f1ab1d6f825bb723c979dd04b44e1d52d09cb5f1 0.22 MB 355 7
727,445 727,445 0000000000000000000042e56b21848e3292cd89e554489d5ce3d04ecca9687f 1.64 MB 1,618 6
727,444 727,444 00000000000000000002388bbeb22263e44b03198812cd769f07f7b201ad3938 1.47 MB 2,952 10
727,443 727,443 0000000000000000000702e1aab00e57c8727df44fe98f923429990dd273799f 1.52 MB 2,856 7
727,442 727,442 0000000000000000000153148aeaa61e5110ab6d4a8160b3d1923f6378cad7e9 1.19 MB 1,150 4
727,441 727,441 000000000000000000054cc529bd6e61054f2a7f0e0d331fd51d9f0e2eb3227d 1.45 MB 3,205 12
727,440 727,440 000000000000000000075215f211ff3f529d5e2b77504ea6dd2cd269dc8c8553 1.25 MB 1,618 6
727,439 727,439 00000000000000000000489c06d5dc0e1f623e2effa4e1e5ae13ca832dde5953 0.84 MB 1,367 7
727,438 727,438 00000000000000000008f32896b28314099ed59d6c8459a625233c048bf922a8 0.38 MB 862 8
727,437 727,437 000000000000000000005498a0a8b4feecd5489a0f6afe477b41986c0489adb2 0.72 MB 1,204 6
727,436 727,436 000000000000000000089ffd753d5042442a9b44f9c82c7c1dd9a302771010d0 1.14 MB 2,386 8
727,435 727,435 000000000000000000025228272591f4654f0c4d6e5bae4b14d9b2812faa3be1 1.56 MB 3,079 8
727,434 727,434 0000000000000000000390a47dde66904b312ba8c14f17acdd1ce933f73fd062 0.98 MB 1,277 4
727,433 727,433 000000000000000000091123cc7040be0eb11e2faa9eee2e1537b4019fa2d1ed 1.52 MB 2,471 16
727,432 727,432 00000000000000000003310c88749099dc5fbecfb4fce82a8db186e8b513c125 1.49 MB 3,089 23
727,431 727,431 0000000000000000000442b3484543976cd073f7a6697094a7b235241c1cd917 0.72 MB 1,191 7
727,430 727,430 000000000000000000038d71c4512e34c3d45302a7f0c19a5d8954af9222d5fe 0.85 MB 1,512 9
Previous 10 blocks ↓
Total Size: 660.83 GB

Node Information

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