Memory Pool Memory Pool Refreshing

4,811 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,132 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (653,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,073 254,073 00000000000000016211655bee5f14e052a22c852c939980cc41ac3451893c2d 0.25 MB 559 151
254,072 254,072 000000000000002b17c591ab4dd253b27baeee27fdbfd9899b41396351ddef25 0.17 MB 401 138
254,071 254,071 00000000000000373d56c37e2b900348f9835714f4acac32746c6fd5e7c18a5b 0.28 MB 724 120
254,070 254,070 00000000000000209e51ee60985144000c075ddc8ca44e6866aca2579f732897 0.47 MB 612 71
254,069 254,069 0000000000000039865279ba41789cc3b4a68e14d7d94432f057ab07c284d649 0.25 MB 735 98
254,068 254,068 000000000000001e37750f780942d5dcad8d95d59128f349937065d55a778094 0.25 MB 607 165
254,067 254,067 0000000000000037ae4abd8a362ac61f80841e512817a3f8e66403fcf303e2af 0.04 MB 70 102
254,066 254,066 0000000000000020d304454ba62e187513d40318a094c91e980d66a7d0176ed2 0.02 MB 27 41
254,065 254,065 00000000000000191773a32ed0b7b5c709e37c5ae1a610ab3f7e12c479c5f8bd 0.03 MB 69 104
254,064 254,064 00000000000000333ed747132a8eb3dec7baccd3c799a3952917941aeb0719ab 0.13 MB 268 142
254,063 254,063 00000000000000130c79429f8c3b2fd1165236010b3398014fc41ea83f364b74 0.26 MB 499 127
254,062 254,062 0000000000000015d8f41cbf52635db8722a62290f73ca09aa1fe413dcc72af6 0.09 MB 164 114
254,061 254,061 000000000000001ec1f51ab2652ae84895515e2efd268e84f6d6e4b79327c03f 0.25 MB 563 142
254,060 254,060 000000000000002aba43c38a1376885f3a4a8172c91ee46044c29d32ba7ebdca 0.25 MB 625 118
254,059 254,059 00000000000000376b8ca586367759fcf1a8635bc2ea9057ddff1d2483ff8537 0.07 MB 155 133
254,058 254,058 000000000000001ada6ba6e07266de1e53c428f5e02e44c121c8ae2fdc378ba6 0.03 MB 64 15
254,057 254,057 00000000000000251169e4dd0501dc7da898d4bb7ac5b29d16276af5d396e594 0.09 MB 210 116
254,056 254,056 0000000000000001d22059deab0217ffa31b8688aae73548e6d9bf889ccef4a5 0.12 MB 208 120
254,055 254,055 0000000000000011aac0027737e29e228c10707bd08e4ebc1ee4d7e220dc7c3e 0.50 MB 789 82
254,054 254,054 00000000000000109e99e56084dd130163e1c3af518a43a595cf584b37500732 0.35 MB 939 146
254,053 254,053 000000000000000f741279ed8f9e4564344cecdb196edfe32f03383fb345e24d 0.25 MB 744 79
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.