Memory Pool Memory Pool Refreshing

6,777 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (710,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,262 197,262 0000000000000436a7fcb3a12c9d6380545dfff3f1009c104c4ccf2504dc8676 0.09 MB 256 200
197,261 197,261 00000000000002fa859bcadc50f42f3d4704576394ce5049fb5ef0748b845718 0.01 MB 32 0
197,260 197,260 0000000000000520a12a9677b64be2b2f1438a56d88edbea72555b668c429e37 0.03 MB 106 13
197,259 197,259 00000000000002139920d8346ea0451e5facbcc04aa11db26254fcbf3ae7a668 0.02 MB 53 600
197,258 197,258 0000000000000635aae880b5abe5d7add9a19e7b55381a5b2b3a0241dccfa5ad 0.04 MB 88 101
197,257 197,257 000000000000025223e5f0962a55367c5eaf45f01153055e9e6b1cc7210f755c 0.05 MB 131 128
197,256 197,256 00000000000001ad9a12bc957564d6c94a4c1e94b45254bbe712747d92b2e988 0.09 MB 178 114
197,255 197,255 00000000000004279a0f9cf5f83e35ed56fe05e5d8902b0a4f378cb73c16c510 0.05 MB 132 107
197,254 197,254 00000000000003e1257b50115b07714fb1becb1a829f359b725bc12788d9090c 0.04 MB 82 125
197,253 197,253 0000000000000359cb24d324ffa6e6af3c2566f17ba21c93816d34b85754d958 0.01 MB 24 90
197,252 197,252 00000000000003075d3b787b61f3b66d41e69afe0f57dd08fed010cff9fa2210 0.11 MB 284 122
197,251 197,251 000000000000065e76d7c9fbd4a506a9b08bdfe8a94d6ab83ef8e80872b4d851 0.09 MB 250 148
197,250 197,250 00000000000003f9dcbbc648d2324be9e4cac29d1357e31e8502509cd8c21bc3 0.12 MB 276 134
197,249 197,249 00000000000002ec06d23d81bb172de59840a21b15ed34a8b35bacb37a3ab1d6 0.00 MB 17 150
197,248 197,248 00000000000006a13476807717eba810cf78c124ec75eb7d4e102672dc1ad5ba 0.04 MB 89 150
197,247 197,247 000000000000051e047178fd170c48792077b330058f298a6bc6b0f05d1579b4 0.18 MB 429 132
197,246 197,246 000000000000052f2642490cf84bca71e58e7db5d586f0c09398a0ad21d52c89 0.05 MB 124 143
197,245 197,245 0000000000000134b9e2ac8e79d364640f7b7e22ec114dd8a4597cd780ca446e 0.00 MB 11 14
197,244 197,244 00000000000000970fd1e9737fbf93bdf71419c8c3018bda0325c11778a0f575 0.05 MB 126 128
197,243 197,243 000000000000010f656b57ee0a439ff035adc32cd7d5bdb09dc3e967da381445 0.05 MB 157 47
197,242 197,242 00000000000006a4135d2b83ce33ae8b103b17ecf7a48f51842cf234b7458cee 0.04 MB 92 106
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.