Memory Pool Memory Pool Refreshing

1,744 transactions
0.55 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
907,712 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,744 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (675,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,045 232,045 000000000000001c667c83ce5ca37a19780f814d459ecc298cfceb237ad611b4 0.25 MB 303 109
232,044 232,044 00000000000001d2acf36fd78fd88caa300ae5674f3eeb25fc1739b3e492bc2c 0.25 MB 327 115
232,043 232,043 00000000000000bf17e510e0249a48ce2a99d484a257db25a2b9f17fceefa4ca 0.47 MB 1,147 179
232,042 232,042 00000000000000d0764848d8273cfffe09585221492b16b11ecb61da72d72396 0.25 MB 526 140
232,041 232,041 00000000000001a5b95f64f506aa7fb39d607b36e7f993bd5e0052986512ee94 0.47 MB 845 119
232,040 232,040 000000000000010eda92f1c8f746dca56ceddc1ffa0ccc341471115d38b3ecd4 0.25 MB 433 131
232,039 232,039 00000000000001a02c09943d420b490e2046e8815b768a77ad138990af882b18 0.47 MB 1,082 128
232,038 232,038 00000000000000d6e601d3462a63a054bd044012fc8858965c9dd17ad61b5baa 0.47 MB 1,390 176
232,037 232,037 00000000000000b92a0ea608fd9a31aa1bd8611bb1ed02fc8e0573784b1b6643 0.25 MB 989 273
232,036 232,036 00000000000000a98f3ce8a8ebcabe4214ac8babeae2537adcc307d2b73b9574 0.33 MB 514 115
232,035 232,035 00000000000001d7c92a22ba97da740366c346439a98d2b9900ec5e6ed71820e 0.25 MB 975 244
232,034 232,034 00000000000001849fbfa1c375ac1310ccd439160718e1386eac2dc8d3a2786a 0.25 MB 949 262
232,033 232,033 00000000000000ae8a5f0ab58c53d8d6e46ba969289c82bef4a03bcf864c63b5 0.32 MB 732 146
232,032 232,032 00000000000001896f7cac8d187f4f02fda0548cccf2c3921b6c683be6e63d1a 0.25 MB 299 92
232,031 232,031 000000000000006f06088b042d877b2c89ef24df27f7d6de37d136d31a8bcdaf 0.15 MB 361 176
232,030 232,030 0000000000000045ac60ecd6eef132e10d4b5c7f098b43a2b70077f072dd6421 0.25 MB 418 113
232,029 232,029 000000000000014f9d58ae78b91af4ca878bd4e45a70194db851e0378e5c8f5b 0.25 MB 406 139
232,028 232,028 000000000000005dc487cf7726b5983815c94f5533a708cb2755e249487dc2ef 0.47 MB 1,231 175
232,027 232,027 0000000000000127a3b2fa4d5c0030461ec769c435618316aec074f4cd137633 0.00 MB 6 83
232,026 232,026 0000000000000164e964e0abc2526985915b8be1f694d4ffb57229e0b6cee62a 0.25 MB 438 133
232,025 232,025 00000000000001069646a316874c60421a2b8f430f7f56f934d3e22c9d52e2a0 0.01 MB 19 100
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.