Memory Pool Memory Pool Refreshing

4,337 transactions (1.13 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (895,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,778 13,778 0000000006f35ee786b1fbfdbb66a44da523d480963bf1d750234931820f46dc 0.00 MB 1 0
13,777 13,777 00000000f89d4db11e799f08ad945c8d6fc5865d84bb0a11bdd699ce4877def9 0.00 MB 1 0
13,776 13,776 0000000014e0315c24d9bdbc6a92261e0fe2ecfaf8930b92bca74cc9eb2c6f6d 0.00 MB 1 0
13,775 13,775 00000000badf41804de951625f3bcfc39d940c1f593d37c1280faa38b95a47c8 0.00 MB 1 0
13,774 13,774 0000000076cc4a9b34c0905cc5dbce1db12785d46399564eab8586cb470bd178 0.00 MB 1 0
13,773 13,773 00000000f2ff637272fbe85a1d7223fd2c4a2505d2344b790b569233cf8faf7f 0.00 MB 1 0
13,772 13,772 000000008181665f0688a1f6c5e7609834969bfa60b5be371116a265d5a3d4b1 0.00 MB 1 0
13,771 13,771 000000003b0587ef67c13c64f22b1b8ec0b9b220602eb2993428f4cd617c3207 0.00 MB 1 0
13,770 13,770 00000000211a4d2cb0926b78492f84d276c6db77a65beb2c6e942f8b4725705f 0.00 MB 1 0
13,769 13,769 00000000a2e42503b641bf5620ccfe7c8f037470c4a0df33c303d6154c97e9be 0.00 MB 1 0
13,768 13,768 000000000018c6d781e2900dfbde519fd28b4b8408ac031e2ce8f573c604fcbd 0.00 MB 1 0
13,767 13,767 00000000163efd363176052b25465df75edfc12be92ccf87920a1e1ebaa27638 0.00 MB 1 0
13,766 13,766 00000000d93a0540b03ca6b061b6e4870bed12dc498b75872a24973dd82d68bc 0.00 MB 1 0
13,765 13,765 00000000d602bc3fadd73dfd0be810747ea7fd3357c0cfdeb75d907c113e0ae7 0.00 MB 1 0
13,764 13,764 00000000add707fb385272d8b671de7384de04d731e38c8f0eb5eca24174c648 0.00 MB 1 0
13,763 13,763 00000000aefdc1af6cffd661b4b7a80405050029f27ffb4f5b1167dd35dbf4a8 0.00 MB 1 0
13,762 13,762 000000006f936e0fc3ea1b52e1a2988e5c91fea508f820295b8c177486885e1a 0.00 MB 1 0
13,761 13,761 0000000039b19973631bcc1c8ef17cb8e73da54bb2bc506ca98d7d0d90d8c2f4 0.00 MB 1 0
13,760 13,760 0000000013ec321da60d65745ed8b4a038802d06310b652a22093689abceab9a 0.00 MB 1 0
13,759 13,759 00000000141a8663da2d1faba77ca85287ea8309569642dee1e88b250f150c30 0.00 MB 1 0
13,758 13,758 000000008904caf2be5c51c0f9f978c856d0397ea0d2646b8c888e521cb06c53 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,917.72 GB sent, 106.21 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.