Memory Pool Memory Pool Refreshing

17,626 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (745,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,178 162,178 0000000000000b5a27eecf4069cde95eb0a22fce782a3e5728128552c74cf207 0.00 MB 9 243
162,177 162,177 00000000000002f7be56b0f0dffe9e167f67aefefa9024251a9a39fcbdbb1ae3 0.04 MB 122 125
162,176 162,176 0000000000000bbb9b526cff9abcd79c79e7ac3545080d8aa756dfa6e92f972b 0.01 MB 31 352
162,175 162,175 00000000000003bc4bc965e9d01baedeefda4ef89a60d2e27e6597d037a83632 0.01 MB 29 147
162,174 162,174 0000000000000bb2631e769af0cc53d58dc0c3b73222924417214cca605be9fb 0.00 MB 16 66
162,173 162,173 0000000000000cb532e56549e33918e6838e584e419fcd9faa00fdf0e77152db 0.01 MB 11 31
162,172 162,172 000000000000043c63a1a2c015f6c0e28c4e322b0ce4ddabdd4d341911beb89c 0.00 MB 1 0
162,171 162,171 0000000000000cd678ec06fd9504e2ed5649f434bd387fcf8eb8ea02ed663f76 0.01 MB 27 94
162,170 162,170 0000000000000a75f057bbc5bc9c8ba4f62cca5068bde44d803fddd9eee56727 0.03 MB 73 79
162,169 162,169 0000000000000791b45eeed1306eaa2e82340c599ba9a09d4996ee6885666db1 0.02 MB 48 17,993
162,168 162,168 000000000000059fcc69965a0d57822104e9b1b67336b3c173aae0c1ae2342f8 0.00 MB 12 0
162,167 162,167 000000000000043a983573e4ccf92337a0c775d94c7f606e8ddf00a06061869f 0.02 MB 40 95
162,166 162,166 0000000000000321772e198adf90bfa4d712f9c2ecb24ee34a43d56b70248a69 0.00 MB 11 76
162,165 162,165 00000000000001500f67326eca283d2f0571ad224ca6bc667d191b0b0828bfa1 0.03 MB 68 137
162,164 162,164 0000000000000cc8d8d1727d2af9b1e4deb7614f412f4ddebc809c33031da8e4 0.00 MB 4 25
162,163 162,163 00000000000003e420892c6c41c700487c5c91267674635e045d8b508e80fae4 0.00 MB 1 0
162,162 162,162 00000000000000bef8d36223609e5d5abb7e157ba5604595c7d4c5114ca1cbec 0.03 MB 88 62
162,161 162,161 000000000000098f0506b20e38aefd5fc98692a8b45468d4b8213321b25e08e8 0.04 MB 115 167
162,160 162,160 000000000000058d867ac9319b57dec7d389f2bfdc25392248cc00fa063d88c4 0.01 MB 29 328
162,159 162,159 0000000000000d13a49495232ee4516b99c411bee7adc0cf154be15655d58e72 0.01 MB 18 46
162,158 162,158 0000000000000276c2e76b57ff126781606bb1479a792ff86d1020964cc129ec 0.03 MB 42 87
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.