Memory Pool Memory Pool Refreshing

68,884 transactions
32.91 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,091 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (87,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,144 762,144 00000000000000000003c28b1bd87b63ac7ad8eda9e3400319037d104b66bf8f 1.75 MB 1,932 7
762,143 762,143 000000000000000000010adb95770cb3c2eea05be091efce2b68987d5d46ac60 1.55 MB 2,944 9
762,142 762,142 000000000000000000060286e7a1756a993a738bd4907284ae28fea35fcb0f06 1.44 MB 2,984 23
762,141 762,141 000000000000000000079e6cb955f424d711744cea8f78f383615b5b5f7fcc9f 0.77 MB 837 4
762,140 762,140 0000000000000000000061e89d8c6396d50d83980802304ba67dcf4d6cb76b9b 1.60 MB 2,385 7
762,139 762,139 0000000000000000000183756db51d646874fd267d143397045e2bde75431826 1.57 MB 2,805 11
762,138 762,138 000000000000000000052dbd85864dad8ea2353fe3e738761a7e44e62a26c666 1.54 MB 2,853 21
762,137 762,137 00000000000000000003e5fe0e4b3c616b74cdc3538b72ef47d3e6a001f481db 1.74 MB 804 1
762,136 762,136 00000000000000000006733109fa30c78cf07f598b324d4a1a8667de94ebeeb7 1.64 MB 2,411 8
762,135 762,135 00000000000000000003bce5b306c29e3d5c5f1192a54f22698fa53987798fff 1.64 MB 2,373 11
762,134 762,134 00000000000000000003caecc22381b1e1a32158b51f7d3966df01b8d7d94496 1.61 MB 2,637 19
762,133 762,133 0000000000000000000198b221e3ceb521cd675498d1d29f28daf36951e39799 1.73 MB 1,502 5
762,132 762,132 0000000000000000000156b649dfd0188dfc81502b0d792974fe021e8feeef94 1.68 MB 2,883 7
762,131 762,131 00000000000000000006b559ab43c0b166f306d3a9f33c83d1718758ddc7a25a 1.34 MB 2,514 14
762,130 762,130 00000000000000000007849326b2bfd2426e48548f52334628b30d6f351731ea 1.31 MB 1,732 11
762,129 762,129 00000000000000000005be05d96c5d0f552b6061f38083b52ae8fe8423faef1f 1.24 MB 1,703 6
762,128 762,128 000000000000000000072226bf7b30a8a888b0705ca8b36ca06b596310cb6e37 1.37 MB 2,257 12
762,127 762,127 00000000000000000006e4f59ddc2b041fb1e74aa215c99e7b63857439e21593 1.51 MB 3,233 12
762,126 762,126 0000000000000000000696be1c2f53cd756ecfcfc6d4b7002049a87623f000a3 1.37 MB 2,167 17
762,125 762,125 00000000000000000000d18d813552cf581fd298810665640aa5afc68d96df5f 1.55 MB 3,488 18
762,124 762,124 000000000000000000053de93edbf297982b2fb5c92f67f3db2f89ea8530b959 1.51 MB 3,317 28
Previous 10 blocks ↓
Total Size: 661.11 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: 738.05 GB sent, 4.68 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.