Memory Pool Memory Pool Refreshing

82,682 transactions
33.73 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,575 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,827 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,574 (238,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
610,884 610,884 0000000000000000000a4c4668c985bcaa47518517a5c411c900e534582b2eec 1.13 MB 2,901 17
610,883 610,883 0000000000000000000b3a963c944e3fe376159e5f82b78d0fc3ade9814faef6 0.17 MB 427 15
610,882 610,882 0000000000000000000d2ef62ff133892e5488be35d9f98eeec7965be08ac3fb 1.01 MB 1,561 1
610,881 610,881 0000000000000000000604a4d65bcac0753f6644585ffbdf29acc1be4c840861 1.27 MB 2,442 13
610,880 610,880 000000000000000000034a4082acad32a31432ff50747cdea58058fd10c82d22 1.29 MB 3,094 14
610,879 610,879 00000000000000000011c32429588ba062d4e565053e2081d8a0bfaa8329fb3c 1.17 MB 2,492 16
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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