Memory Pool Memory Pool Refreshing

1,170 transactions
0.58 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
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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,139 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (783,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,772 124,772 000000000000563c61fe1f66fbb4ccb0c2d9baf0b3ded8b77a8cc8a7f7e0c6cd 0.00 MB 7 307
124,771 124,771 0000000000000f5f949a258b714d67dfde6b2e0f24a7dc0e459e7344a31196c9 0.01 MB 14 1,634
124,770 124,770 00000000000031a7c43960f56bfa3ce2ca93705c2b76c57a9c6337ab65f4161c 0.01 MB 30 588
124,769 124,769 0000000000002a4299fb237aa9d941872b4327aeb6bbe70e3fe1314435f53693 0.01 MB 20 1,277
124,768 124,768 0000000000000718a623b2be2b8bd5c9e5e5113ed862109b587ad3eb1cfbb77d 0.01 MB 18 194
124,767 124,767 0000000000003ae2272bb2ad89d11b3b3119536690de1bf3b3180d3e0df91d27 0.02 MB 48 1,992
124,766 124,766 0000000000004c6b4486ff538560b486752fa8565992982ebdf428a1ed03d3de 0.01 MB 14 2,154
124,765 124,765 0000000000005de6f8e4775ed6a12856c94a286ea19300bf7ba95319c9d35844 0.02 MB 18 982
124,764 124,764 00000000000036ea1066904ba5d5d01fbd940e08f2fe0235ea5d8a72e8c48131 0.01 MB 27 0
124,763 124,763 0000000000004e5f36f0342e91fb1e2c907f0b48819b60040c91e8c19328e522 0.03 MB 29 722
124,762 124,762 000000000000580198dff694cf02c87df386ede4574a680ebdf63d7a44a2aed9 0.02 MB 44 394
124,761 124,761 00000000000027b402f0eeee60b5831278eed00e5e2d04780a35d5da0be28947 0.00 MB 13 1,190
124,760 124,760 0000000000002acd0346f86c9c8d45bb1b147f14d5b03a2dfb46519a6742e470 0.00 MB 10 909
124,759 124,759 0000000000004a48887e5d367fb47891d7da4d7cdb4126b34529d2c779b6f10a 0.02 MB 24 933
124,758 124,758 0000000000005e7da8e48316e8ec7a3984ac1614047b5897389a7a4597dd5625 0.01 MB 15 920
124,757 124,757 00000000000000ac206438b73a4a303537b43ceddeb1b6748a0154bdeff1e07f 0.01 MB 13 1,347
124,756 124,756 00000000000028e94325c1bc23013aa206d037e54dc1898a2569330e599eef84 0.00 MB 14 499
124,755 124,755 0000000000005040bb3ca140cace9aa50ee9a2f30f8c74be3f2a59b0e58cab22 0.01 MB 19 1,092
124,754 124,754 0000000000001e4932fa405d3b495ed0df58c248d694b8a4b692e448990e4c7c 0.00 MB 14 1,157
124,753 124,753 0000000000003109f11572bda0351d2b6dda111a3630bf45919b2d2722846ed2 0.00 MB 7 0
124,752 124,752 0000000000005d7d1acc628bb59e4baa03649baffde6ea97933e656dbf4903a2 0.00 MB 8 256
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.