Memory Pool Memory Pool Refreshing

7,069 transactions (2.81 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,002 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,918 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,001 (823,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,195 85,195 00000000002c9a38aafed2cda62d70bef0bdcda597cd676fecce1a2116318667 0.00 MB 1 0
85,194 85,194 00000000000a06008893c7b1dc56d0ce22482a2ab65e9e19e01d5274dacda8df 0.00 MB 1 0
85,193 85,193 0000000000177157adee6a7bd3b7c07a5ecbd9e6bed75ed85c0033c0f749c869 0.00 MB 1 0
85,192 85,192 000000000004df466343ebd22e484872c20e76de1491ce7e7a2aeb8c143f6cf6 0.00 MB 3 0
85,191 85,191 00000000000b59afd60d7adcb8025e9970bdad631598527c8a5ee2d4fd9f3377 0.00 MB 3 0
85,190 85,190 00000000001c9497c4dc1303dde75e3e80d35873ef319875a71273d240fe1afd 0.00 MB 2 0
85,189 85,189 000000000000614a0a4866b1e909e62f92096eb5589a8368fe288728c62450c0 0.00 MB 1 0
85,188 85,188 000000000003f7fa01de410eae1fa367ace2c9d3eea22a4695f8cba902d1f6f6 0.00 MB 4 0
85,187 85,187 000000000014749d6cd6de44822c93b33bf056a7e786631da703e3c4564f838d 0.00 MB 1 0
85,186 85,186 00000000002cadf41d858eb72bacdb4ac9753ad24b5c515390d30587e2a2fe66 0.00 MB 1 0
85,185 85,185 000000000010d049714c02cd54274a0d1f7c5a0448072aaf94d3a511add6e1e1 0.00 MB 2 0
85,184 85,184 000000000010d354c5b67a119a200e231ef26323b746c92800272439f9611f45 0.00 MB 1 0
85,183 85,183 0000000000227c606309d7ebe5ba20f0c5c13c5b0dccb4644528cdb14e3b5f65 0.00 MB 3 0
85,182 85,182 000000000027d541c16132ecedeb2a82eb21196c5586e57ecbf45ddff6479116 0.00 MB 1 0
85,181 85,181 000000000009691b98ccf92d99a8c15793e2577169c4a725703e7ad4046d3d96 0.00 MB 2 0
85,180 85,180 00000000000ecdfe6dc626ab8ae17aff4ed5e3a5bd746d633be4d51f61fa81dd 0.00 MB 2 0
85,179 85,179 00000000000b4d5d499235c99eaa5bc11ff5a839646cf95ada236740111e160c 0.00 MB 2 0
85,178 85,178 00000000001213eb9a817af6a0693e5a743092ea90634ac28066641d839489a2 0.00 MB 1 0
85,177 85,177 00000000000739b64f69aa997b7756c0b8439d303d698d5d742446b67411e3dc 0.00 MB 1 0
85,176 85,176 000000000005285a14a8dadd4172821bd88d1a1518faac2721f076fce67e858d 0.00 MB 1 0
85,175 85,175 000000000006edea5c1887b40443b405c9420550e12cf95745107ce17379ff38 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.64 GB sent, 105.20 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.