Memory Pool Memory Pool Refreshing

5,235 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (884,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,245 24,245 00000000a5e193c3b6414b1a161758f7f4f4ba50722dc3390c4fcbbf0b9fedb1 0.00 MB 1 0
24,244 24,244 00000000d4d4943ef25cefd64f2402810fe4c7f8f8f3c7a8e93438f4983e2d45 0.00 MB 1 0
24,243 24,243 000000003531e9c792c533f9e133a71356ec5a1d6d630a85b340e8f3220d8db1 0.00 MB 1 0
24,242 24,242 00000000699acfd63a0349213f77d1164e5bd5dc309affb749e238ace4b78831 0.00 MB 1 0
24,241 24,241 0000000012a8ba603ff61130024df27efee2caabfbbdc35f95515f1c38002b32 0.00 MB 1 0
24,240 24,240 0000000011f2bd1a6832f2fa5bc26e4cfe3123f52caf6cac4c4284e823fd7815 0.00 MB 1 0
24,239 24,239 00000000a4e72c00ef6d1559c884b2c90c12a4d97ddbe4ebd68ecf7c6c679732 0.00 MB 1 0
24,238 24,238 00000000d18ab2b3317ea7bcf7ceae4c2906d324382550be1317fdf9cb19ed9b 0.00 MB 1 0
24,237 24,237 00000000f4ac606c81ee7429d1c7c616b7ea445faf8060973fa2f5b63bf9b65e 0.00 MB 1 0
24,236 24,236 00000000e93f5aebc8f8a59799862deed3adfd2cb059f1efa3230c4de40780f1 0.00 MB 1 0
24,235 24,235 000000007df662edead8a5484629bb5eb45df6b64a175f8776519b85ef290528 0.00 MB 1 0
24,234 24,234 00000000ed9f12971b0cd612584791a4913bfdf021fc0ffc405ad4f4d0fb1ccf 0.00 MB 1 0
24,233 24,233 0000000033bfb6f323ca9c53a2ab3858660fed4a9ab1bfca77ab371430406610 0.00 MB 1 0
24,232 24,232 000000006ef458543db51a973309345a15500dd90ea15a9bb088f5fbe37122f0 0.00 MB 1 0
24,231 24,231 00000000744a4a19ebc6922d3b00b32c3c538e03a483bef47617a7741b290b9c 0.00 MB 1 0
24,230 24,230 0000000086b8e70946283add158d0f433e5461f2fb6015bd4086cf399c3aab70 0.00 MB 1 0
24,229 24,229 0000000098a959dcce2be36d76d0fdca9c41309319673d17695daa9002daadb3 0.00 MB 1 0
24,228 24,228 000000009d8d30776067986e290ca51424f1be91493a2936b37a7731725dfe28 0.00 MB 1 0
24,227 24,227 00000000b24575e0df699e0dd166a11404a4de99b6519bb5f4f85dea7afef10e 0.00 MB 1 0
24,226 24,226 00000000999ba90d2c99ecc1ea90e458596ee0d55e3be6d531a1bbc037799497 0.00 MB 1 0
24,225 24,225 0000000087dfa21ebbdebeba64dfbafc63c085f93216713725a533b4e8311752 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.