Memory Pool Memory Pool Refreshing

1,836 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (707,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,448 200,448 000000000000022aa81d42a27501f760241772a12851e4ea120aaa29a2f61ec8 0.16 MB 396 164
200,447 200,447 000000000000008134804b9af51fb11737031611844d7b29c52d8d86939f9cc3 0.07 MB 192 159
200,446 200,446 00000000000004f3157428506b45a26fca0bd4282d415cf8b162649f12f0398f 0.03 MB 78 127
200,445 200,445 0000000000000459faa29e47cace3c90ff8635be835866761a3cf25f6affe61a 0.06 MB 141 101
200,444 200,444 00000000000003f353ff00e211a1b62717df4a5dd98312094b42cb1a94ceccab 0.07 MB 214 127
200,443 200,443 000000000000052b41a9cd4b74b1c7214c6dad78e213d78aa9b66a75c19dfbcd 0.02 MB 43 112
200,442 200,442 000000000000007891d8ea77d31fa78b036422e2bce74c20a0cfa8690b1f6888 0.09 MB 277 164
200,441 200,441 0000000000000244ea8b59a8f9cd8bc16642bf87198c9731be18d0f0cf29db35 0.00 MB 12 48
200,440 200,440 00000000000004bbc0a7a4fdb13d328266abc1f8fe69cdf89b18735d41b31a22 0.27 MB 690 217
200,439 200,439 0000000000000343360189b2e6653ae3f7eb361eb918a8eb45b2def211493701 0.06 MB 136 172
200,438 200,438 00000000000003e5a63136bc5e25bea77ad08ecb1037701da17308b03d4e4cac 0.01 MB 32 0
200,437 200,437 000000000000038dc947221569485f269c5aa1494f4f1d2f8eef77034644eca4 0.02 MB 56 145
200,436 200,436 00000000000003769629bd90ca807078a29c5dbe8416d2e21aee28207b85d3cb 0.03 MB 88 111
200,435 200,435 0000000000000348fa363ddb6e88be12909a040e0916b837a6c8cf92a8a769ea 0.00 MB 9 45
200,434 200,434 00000000000003fc43ceb91f9496aa2295f901bba0cf3283eca3b27df5cddc92 0.04 MB 15 59
200,433 200,433 00000000000005d024e86337ca13439b7f3dbd5e1a005b1dbe510150d45b6e98 0.03 MB 61 229
200,432 200,432 00000000000005bdfbce8f8b7e0b13247ae279ae77cb5dd6ed248befa7e75cfb 0.09 MB 227 122
200,431 200,431 0000000000000546539a95c69b1225d5389b5ba598bacfabc3b281971bdcd3a3 0.05 MB 152 76
200,430 200,430 000000000000059df446177c1c557a45c7a9449fb26812be662173b492e98c9a 0.02 MB 45 163
200,429 200,429 000000000000035ea4898e1ee49bb1f1d1312108e2c791a616f8066975bc55f2 0.09 MB 212 129
200,428 200,428 000000000000049853432c8cb361e1135a2ddb3a08e4ec6ca6bb8a03323d3eba 0.09 MB 263 172
Previous 10 blocks ↓
Total Size: 769.10 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,629.14 GB sent, 93.41 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.