Memory Pool Memory Pool Refreshing

87,220 transactions
32.19 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,421 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,291 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,420 (238,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,905 610,905 000000000000000000031548bffd1e991932ecc9d889d2f88c36fab8f3596143 1.25 MB 2,853 2
610,904 610,904 0000000000000000000197f5b88d828b786f276ec0cee18b1fb4f295076f527b 1.21 MB 2,505 22
610,903 610,903 000000000000000000122aafbf77c364141d12517f53951b7cd44892d16625ac 0.13 MB 388 16
610,902 610,902 00000000000000000008f44f2e7fa83467019fee13080f95d983551740c48146 0.38 MB 1,022 18
610,901 610,901 00000000000000000004d01c47df091b7b939ab8af9bd6f4c1977476166f7386 0.30 MB 687 5
610,900 610,900 00000000000000000011e9725c2fab3dca73e541f6c4ae1be094d25ca8a3fe01 1.28 MB 3,369 13
610,899 610,899 0000000000000000000a04e20decd0c3e6fc9f06293aa5e37d910a8ddaea411d 0.71 MB 1,996 10
610,898 610,898 00000000000000000008275a3f3f1b5a510e7eafb6a53cd1fa8342e91fd4c59c 0.43 MB 1,128 12
610,897 610,897 0000000000000000000221be0662babc1f36a9e61467212edb42fb1b81542c48 0.02 MB 59 13
610,896 610,896 0000000000000000000b2c48095cd02a502f5c23a92e15a5b1fa5bb9917ecd95 0.42 MB 1,070 9
610,895 610,895 0000000000000000000ea43cf75adbcfcf1b05b66b7af030b2780ea7e1e3c49e 0.01 MB 20 8
610,894 610,894 00000000000000000013e2508bed5589f1b46432a2d51944aaa7e786a625d326 0.08 MB 252 19
610,893 610,893 000000000000000000076af858877b56391f44bf29b47ce9e7505e9c64f68c5c 0.22 MB 541 21
610,892 610,892 0000000000000000000435ad7313b23bbadca4e1df28d04a4239173cea5579ff 0.10 MB 231 10
610,891 610,891 0000000000000000000fb925f21e94ea9769f155f31fdaeaed9c182ef87a5293 0.80 MB 2,053 14
610,890 610,890 00000000000000000004d34f315a7a46ac41956b56e70121ac2feaa9f5c78394 1.34 MB 2,828 15
610,889 610,889 0000000000000000000bac604e4f8122c0bd238c82d06a73740d223aead78c09 0.71 MB 1,471 9
610,888 610,888 0000000000000000000a96a7d70995bc4ce5a9d4a067ba7df8437443a8367a5f 1.34 MB 3,481 13
610,887 610,887 0000000000000000000d2b4fdaad8da48010dbef6f2802acc8529acabc6eb6ca 1.18 MB 2,654 15
610,886 610,886 00000000000000000001895e458bb96cb24c4b8c89c6eece51ab167a27275178 0.62 MB 1,432 2
610,885 610,885 0000000000000000000c64c0a35546b3912fdc0dc609ee951d11704785ddc7cd 1.17 MB 2,533 11
Previous 10 blocks ↓
Total Size: 660.41 GB

Node Information

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