Memory Pool Memory Pool Refreshing

838 transactions
0.33 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
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
907,960 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 813 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (678,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,228 229,228 00000000000001c96987aee34637eaa88f9b408c9f05807b5b62bc3d36f6cea0 0.38 MB 740 151
229,227 229,227 0000000000000084de0588b84ea18ebe977f9de6e25bae34fd014eb0203a8ae9 0.17 MB 321 169
229,226 229,226 0000000000000151ad24d8c6481e6b25d76ed2b23b70c031f25b95da551c5739 0.20 MB 420 142
229,225 229,225 00000000000001fe2ca156fde841723d882b98a5cdcd6da583b0aa5e70b9ad30 0.25 MB 608 167
229,224 229,224 00000000000002377a2077e08708e28554cfedf614454c13071a0bc6e8fd0f96 0.34 MB 730 150
229,223 229,223 00000000000000171ce987114995009e375a05db2c473540883cdae5668be526 0.25 MB 526 146
229,222 229,222 00000000000000ae33c27da75bb6e1bff99d57c7b0a63737499ae80e494dd88c 0.12 MB 272 173
229,221 229,221 00000000000001d003adfc16a4ff8eb2eaf3a7866d11ff99664187bd41988743 0.10 MB 159 50
229,220 229,220 0000000000000150b27d2bb4938d2562263d17223ec6ea5ea49bdff5cfc5761d 0.15 MB 220 104
229,219 229,219 0000000000000214ba842aa432c87ce64cbe94b68b7f4793ce073fdd200262cf 0.03 MB 95 72
229,218 229,218 00000000000002317aff41cc4d1cef057c5746d87d90363db568b0c61da5c55c 0.16 MB 353 162
229,217 229,217 00000000000000f52fb0b26092f0c9fd04702756c6ef8cb51e200c6ec1eed599 0.17 MB 342 167
229,216 229,216 000000000000007bc02a6ab96c7eba0bc54e54c1bdaca301f8f101880cf893ab 0.25 MB 254 51
229,215 229,215 0000000000000020500d20d63ee6333ec525e647a959bd74763628ca073eb666 0.33 MB 676 3,165
229,214 229,214 000000000000028164115710dcf33a60e0941ade75420c96692a4ec64475a22b 0.00 MB 6 134
229,213 229,213 00000000000000ab6b43217566ec0e5ce2a7333c40f6179238bf610fede13993 0.15 MB 235 121
229,212 229,212 00000000000001970017a6f9d23efdc27704785903575f0ee5995d2aca62da58 0.23 MB 445 137
229,211 229,211 00000000000001efa35350c9dc1d4b784839613e4d9e703413ada731e7de4eb7 0.05 MB 128 121
229,210 229,210 00000000000000cff92f05c966eb88b5f2628527bde7ac4018edab25a47b4eac 0.25 MB 724 197
229,209 229,209 00000000000001558dc1b08450d07c6c163cd1218fa8415f7f2d8f53d67666fb 0.04 MB 112 83
229,208 229,208 00000000000002811224321bae1302bf42352cec89724fa02cb08c72b41af8f6 0.23 MB 541 205
Previous 10 blocks ↓
Total Size: 769.47 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,646.26 GB sent, 95.29 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.