Memory Pool Memory Pool Refreshing

82,104 transactions
26.91 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,522 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,013 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,521 (246,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,580 602,580 0000000000000000001314c4c7bbe028260d693b9389ebf3eee225397ad1079d 1.33 MB 2,390 37
602,579 602,579 0000000000000000001021a7c5fc40c072bbef6b5bf134697fcf580c97db59fd 1.46 MB 2,736 31
602,578 602,578 000000000000000000104b9a96abbe2aa1e62a197791332ea6597667c781439d 1.25 MB 2,889 55
602,577 602,577 00000000000000000013ceaa897f0de02af1c965866157858531f13200cb3fc3 1.25 MB 3,090 42
602,576 602,576 00000000000000000011db2865809afe99bf7036cbf9d7b5b3b8c9c40b9ae12b 1.19 MB 2,507 63
602,575 602,575 00000000000000000014014d59ac1b97e2faefd5db42afbea164538871163f9a 1.29 MB 2,773 37
602,574 602,574 00000000000000000000305ec92683331317f75096f6235702d1b5408c618085 1.32 MB 3,062 28
602,573 602,573 0000000000000000000e96f30e14a31c9731cc78942c0c336c4f3e64471971d5 1.28 MB 2,950 32
602,572 602,572 00000000000000000006c9a76fd68d091f8cd174c7b4ddbbade03f68296ae409 1.31 MB 2,667 28
602,571 602,571 0000000000000000000cafe23a6924869256fb5e143672ec3dd939b649281a40 1.23 MB 2,893 51
602,570 602,570 000000000000000000080653062982a757d71c9f93d7b073119265708b3c79fd 1.27 MB 2,220 15
602,569 602,569 00000000000000000003f7f71444e1496b89ddf730d7b5ea1f1012a20363f6fc 1.24 MB 2,738 32
602,568 602,568 00000000000000000007bdf8ce97e60b32e0a1da3b5aaaf9ff19747f6e9ad080 1.20 MB 2,726 3
602,567 602,567 000000000000000000129b0f9bca52642023d41b2b3e2adf56acd8526fe266ba 1.06 MB 2,715 8
602,566 602,566 00000000000000000003efb21dbf26f16ba28e27d9032c9e37b8381f01aa5098 1.28 MB 2,477 23
602,565 602,565 000000000000000000079762914b0d49dfd7af0c5f767682e29a0216b0738d65 1.18 MB 2,552 55
602,564 602,564 00000000000000000011b89660ef994c231990d84d5c64894782c454d0a273a1 1.31 MB 2,159 27
602,563 602,563 00000000000000000011d79ccf430e7b127032d8123f0565a1392fcdf4717105 1.22 MB 2,498 47
602,562 602,562 00000000000000000004e5ba799a25f356ff192771f9f9791ba92eed8ac3edc2 1.24 MB 2,816 49
602,561 602,561 00000000000000000006d147b5ecfc60100ca2b206240929ffa3f594dae95e08 1.13 MB 2,429 13
602,560 602,560 0000000000000000000a812d139e31bfb77d0f49938077c8657526043fa9b771 1.21 MB 2,625 16
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

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