Memory Pool Memory Pool Refreshing

5,099 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,837 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (881,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,205 26,205 00000000d756cc0611ccfeaaced9a205e88b18db900aaec5ebfbb1cd2af77c91 0.00 MB 1 0
26,204 26,204 0000000014709920f2d6f30224ec26ffa22dc90d6b6024825a02f7307aaed2f7 0.00 MB 1 0
26,203 26,203 00000000fb89b0a213055177e0941837ffae155a2e6a2521053776747d10d6a0 0.00 MB 1 0
26,202 26,202 000000007ddbd2be8b30eca6741c923397096bb4f6a57c61fe5f6cdd8e249fc3 0.00 MB 1 0
26,201 26,201 000000000e11b1557fd5729cbfdab3ab667bf7634a608433252eee67ff8c22c2 0.00 MB 1 0
26,200 26,200 00000000d119757a02dfbb1a09857d4db711dba70c1f618cac8186b25c29f248 0.00 MB 1 0
26,199 26,199 00000000afa7e3ff04dee5eb9802d2ef58f8f9f72c0baaf561b1cf098c69fa10 0.00 MB 1 0
26,198 26,198 0000000045135a162284f48c5a69508084069e9d71ae857bf3f29d96f2b51858 0.00 MB 1 0
26,197 26,197 000000000feefd0da1a460b9325d558b0c5cdd668182a2edc620dc38abfa5990 0.00 MB 1 0
26,196 26,196 00000000ce9bb9dd8951074c2dc085ea8259b4ad95b8a1e461d75d8427821175 0.00 MB 1 0
26,195 26,195 000000001290bfab09e69e2dbf4aa5a65b477f11289b609e9d3cd987d4cc04ce 0.00 MB 1 0
26,194 26,194 000000003eef944fc489f07925b041414aeae11d223ed287056baf68edb46bc5 0.00 MB 1 0
26,193 26,193 000000002280a6bd2f18d38862b981be8ad5da1b19d72f419c0cd6bf27212adc 0.00 MB 1 0
26,192 26,192 00000000391235d39a05fc5d80edc81eeadb61ed3e6acc8dad67bc769edc11b5 0.00 MB 1 0
26,191 26,191 00000000baab9b74e7afa47373b4ab50046b23bdf5c296752edb98b8b02b444d 0.00 MB 1 0
26,190 26,190 000000006153882b9e6ebd1586267d1a11ec071ac450f25bbbecaebe3165f02e 0.00 MB 1 0
26,189 26,189 00000000d7c5dda4eee8a8bbfe11669014f9e2a17c9abb0fd14b95dd6c1f0862 0.00 MB 1 0
26,188 26,188 0000000027dd309565d09514d239a2a803341339952748a373abd37661ab1fe6 0.00 MB 1 0
26,187 26,187 000000009442f307e3be22c92563c4690c9e1f50f8bda59b6db49aead08de598 0.00 MB 1 0
26,186 26,186 00000000d5c6829e67909da1029b98077a64c6ee06f927bc17986f5ce8a4ebb7 0.00 MB 1 0
26,185 26,185 0000000042010fd127eca32e7d757c70f5cb05cad4ec241b6de4d71cb1a5e415 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.