Memory Pool Memory Pool Refreshing

6,792 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,754 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (431,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,292 476,292 000000000000000000e42179bbb1053b65eb93aa305cfe4d70c7533b5bdee908 1.00 MB 1,920 279
476,291 476,291 000000000000000000713bff454f5314a55096c00660081a68ed845c9dc8c450 0.99 MB 1,961 154
476,290 476,290 0000000000000000003edeb0f6e3d5b28507ed99e366305eb94c7ac4d181decc 1.00 MB 2,250 230
476,289 476,289 000000000000000000f9ae148096d36c24b549dd31d3faf5a7ea1ec3f8af7ebd 1.00 MB 2,034 209
476,288 476,288 00000000000000000133261aff6988cd616acf3bb585ad3aec9869d232ed6968 1.00 MB 1,429 141
476,287 476,287 000000000000000000232cb474e895116dab5b4dfe9b99d2130db7dadf4efba3 1.00 MB 1,848 247
476,286 476,286 0000000000000000010057875387e55e3028a51836de5cfdd6b22fa5093956be 1.00 MB 1,881 137
476,285 476,285 00000000000000000028d1fc2c264f05154fd55871bff5932eab3d8f78f25bcc 1.00 MB 2,019 51
476,284 476,284 000000000000000000a6325d9fc9541ec8d053a85a4132dd4e5f908a4a97f19a 1.00 MB 1,999 108
476,283 476,283 0000000000000000009b82220a300b5e06382274996c547191e30a242f731e4c 1.00 MB 2,204 30
476,282 476,282 0000000000000000003d049896dd1cdd5d2510c9a321f88c8c253613d629d2e2 0.93 MB 1,645 171
476,281 476,281 00000000000000000155e6859e8d6523a60dd33e57e7d16205708a30673d73d0 1.00 MB 2,397 98
476,280 476,280 0000000000000000006a4d218799948cdfe0c47cf01aa392b248a7209f3a45f6 1.00 MB 2,238 154
476,279 476,279 0000000000000000009436b8d868d55f6125dc6e8d5f3eb54a20fd36f3e43b84 1.00 MB 1,780 125
476,278 476,278 0000000000000000001998102eda7a4b94ded93c931ae71b56721147682933a4 1.00 MB 1,933 163
476,277 476,277 00000000000000000013390fdef839f9a84b06f7cae9d998377eabd44b39717d 1.00 MB 1,668 189
476,276 476,276 000000000000000001438952ca18932d88ed235e86e662ff1001cfcf391a9650 1.00 MB 1,584 162
476,275 476,275 0000000000000000010bd2e21fc19f39808846e3fb7d69450583c55388e0855a 1.00 MB 2,029 230
476,274 476,274 00000000000000000106856053d6daf7e138125e228f1d72b08c9487e58cdbb0 1.00 MB 2,146 212
476,273 476,273 0000000000000000002f990e09f2d2fb06eb91cc1580067e47c01ea010c29085 1.00 MB 2,804 311
476,272 476,272 00000000000000000151077e3d4e0601354286a3cbe4d67dedde7d26e1b317d3 1.00 MB 1,956 197
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.