Memory Pool Memory Pool Refreshing

1,063 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (900,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,264 8,264 00000000eb9788be682b8e427ed48cb2a128ffddcb509fa8164108a483a41bdd 0.00 MB 1 0
8,263 8,263 000000001387aa638f0d2b584da63a8f101ac6ee167df801f3f1c685f72a7abc 0.00 MB 1 0
8,262 8,262 000000002c3882089940d09fc7600b27f424fe37e7fa87ceb8cbfde2ee4de3c6 0.00 MB 1 0
8,261 8,261 000000007d9ce5771c37918162b59f093329e00973feeb9e53f568950057625d 0.00 MB 1 0
8,260 8,260 00000000f2ecfd89ee93cb3c4c9ccdb96f8edcd8785f4b9299916ebc035972c0 0.00 MB 1 0
8,259 8,259 0000000096ebcd20e619b7c67b2de6e01c5362864c25302da3e2a07750d5bb9a 0.00 MB 1 0
8,258 8,258 00000000d68ba74afcda19e020428a19c4052df1b207246060bfd015c8953efa 0.00 MB 1 0
8,257 8,257 00000000bad8152000955d21fefc2c8577c005e1589c4a08d189ac71ecde1f44 0.00 MB 1 0
8,256 8,256 000000005b9a206fd1a6374c5e603f95917143bebbd95af97debcf5ce0c37e68 0.00 MB 1 0
8,255 8,255 000000008df75b21de6295c8ba146a562207d5ca01666666f1b966b319989770 0.00 MB 1 0
8,254 8,254 00000000682d24e0ec13f1b3cbddf37ad655b7f962d0a604f2477bbbc9f54b64 0.00 MB 1 0
8,253 8,253 000000004cf71dbbc5e6b2570c1413cf01f14f0698ec6fe5b3c8003f828506ce 0.00 MB 1 0
8,252 8,252 000000000bdbf6e905e421dfe910c24248fc2dabd5644ace51f6ddb2fa1b7f3b 0.00 MB 1 0
8,251 8,251 0000000057c6e899116b75bb104bfff0815857ca8efb6203b7026c17afe710d6 0.00 MB 1 0
8,250 8,250 000000003a6021794bb0361a4211bb2d9506878329d18d85d47a157d4e6c0362 0.00 MB 1 0
8,249 8,249 00000000999970a56953d0cfe6608d47fb90f749566a79895429899f22c65ace 0.00 MB 1 0
8,248 8,248 00000000a5313d0552004c89e5f08bf82e7deeb89e01b1c3134b3ff158b8c447 0.00 MB 1 0
8,247 8,247 00000000eb0feb905854af45cce9b47ab8491f547298de24d8cd40744c769799 0.00 MB 1 0
8,246 8,246 0000000095ac54894d620c90f936b47b434656cb938defe5892ec89b94942460 0.00 MB 1 0
8,245 8,245 00000000b604122a84070e34195832917ceeaf40291fb8531c981b5068b43b22 0.00 MB 1 0
8,244 8,244 000000008f827ad838ed6caeca6499e157f36c9983b9316bb129afe1b2fdf8f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.