Memory Pool Memory Pool Refreshing

2,118 transactions (0.64 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,071 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,070 (895,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
13,757 13,757 00000000f920086eeea75f452c1e9a1cdc07e44051f037f0c991d0065ee0ca88 0.00 MB 1 0
13,756 13,756 0000000099a21e05ec3707bd94a53550eef8a11333a526adec63a131316c6d42 0.00 MB 1 0
13,755 13,755 00000000a5c6ef7221899a8827d289ea03e184d1caa45a711deb1c51de009b81 0.00 MB 1 0
13,754 13,754 0000000072bdc04ca98cf16bff656a6e2d9f2ab06f31b9dd7eb0dc033bf8e079 0.00 MB 1 0
13,753 13,753 00000000cbdf097a426fbe90f62528bec86a41667b22f758ad0eb65345fb162f 0.00 MB 1 0
13,752 13,752 00000000a4fe66d49e3557bebbdd048978724a54f28589c83855354d7a6c5fbc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.68 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,902.35 GB sent, 105.89 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.