Memory Pool Memory Pool Refreshing

1,574 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
904,854 0000000000000000000268160000000000000000000000000000000000000000 0.53 vMB 1,562 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,853 (714,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,157 190,157 000000000000006cedb3615ecae6f09004f30e14515822a0250db1215f7cefd3 0.02 MB 63 257
190,156 190,156 00000000000006bf173173a98404ac70ff3d6edeeb1fff6f12fbfc4ba7ced99b 0.14 MB 361 137
190,155 190,155 00000000000000bae07f233bb05f2f143cc3d032bb56d824c04da47710b476d3 0.03 MB 118 45
190,154 190,154 00000000000003811011e8da442fd21a2c22cc5e84efc7120c246d68cbcbe561 0.05 MB 129 37
190,153 190,153 00000000000007f09928762f1918a922ae39cb0fab9040dd48cc733d32f9a983 0.09 MB 269 103
190,152 190,152 00000000000000829623a76efb42631bb809a2ebec9fd632d2518aa6dd66f96f 0.10 MB 210 86
190,151 190,151 00000000000007cee32da3f86835ab8a3775a27901f471afa9c9905ab3f92bc5 0.16 MB 335 91
190,150 190,150 000000000000047cfa6bde0ca25154980c5a5a312561291a604060405c1b917a 0.03 MB 107 36
190,149 190,149 000000000000052dab6463abdb79e6de56db7a1ee189af94ea755f0d64edf0f1 0.24 MB 563 204
190,148 190,148 00000000000001fd4a157da6cc6632958ebf5ce57c4a3a0b70be5c62834b67c6 0.08 MB 177 118
190,147 190,147 0000000000000253d4b0a043c1d0748e74162f0b541319d9d4daede9716c7510 0.09 MB 260 131
190,146 190,146 00000000000005539f6ff9a146fbdfcfe9ed79ea42ae8439df97d8b51d90c14c 0.09 MB 94 79
190,145 190,145 00000000000006734c437afc9c10f24205459412520ad570bbc99fde9085b723 0.08 MB 128 104
190,144 190,144 000000000000050aaaef3366d4356c97245041550a307ffa628ab82ac274dea0 0.21 MB 515 128
190,143 190,143 00000000000006864297abcacc22093a4b8139092cf3305225f575c4f81ee8b1 0.03 MB 32 26
190,142 190,142 00000000000000cddff3253f8f5f0e674eda13a00e4e471c23964c75dc5528df 0.14 MB 240 90
190,141 190,141 00000000000006b2de81f8308155cf940b206b092fcb1d7a679f6b7ac34c1284 0.03 MB 51 162
190,140 190,140 0000000000000406a643428ae9f76680616ec64cea2fd4c0bf1f16e1f9b62dde 0.01 MB 32 0
190,139 190,139 000000000000023104fa0df82a690d74f44a66bbccfca3b6e207595368e16914 0.00 MB 1 0
190,138 190,138 00000000000006caebc23247dfab6c95adfe900d1f03ac84c65dce488b0e396e 0.14 MB 386 139
190,137 190,137 0000000000000655842a9a62809b560aea46ae5a93579b91c72c9a6061bec68a 0.02 MB 70 10
Previous 10 blocks ↓
Total Size: 763.96 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,146.37 GB sent, 66.50 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.