Memory Pool Memory Pool Refreshing

290 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,882 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 259 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,881 (697,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,474 210,474 000000000000038a6f89e607bd89ed2acf675781bff9908b32b4afe54b3858ae 0.10 MB 258 156
210,473 210,473 00000000000003771596d8897de5c4e16893a9fcc15b7c343601c167b01be0db 0.03 MB 55 112
210,472 210,472 00000000000000b684fb403db63b2c71fa74e92111fddcd0ac90f75936bd31a3 0.06 MB 161 163
210,471 210,471 00000000000003dc24352a73325b6950637439af9af51bc908bca25ffe095f1a 0.08 MB 176 197
210,470 210,470 00000000000000b6e5f822480ae38a0a2280f42d85ba6a8c3200229784583e01 0.07 MB 57 66
210,469 210,469 000000000000001d8db175febc0ede826f690ca89d451a0635dd0c228491b832 0.05 MB 103 302
210,468 210,468 00000000000004c24d7272b0c6c4211a54ba6c33ba3bda528b0da8a35b04e71d 0.01 MB 15 136
210,467 210,467 00000000000001de5a635c3ce6d54d91b554ecbb868894f9ecb96a0909533833 0.13 MB 276 209
210,466 210,466 00000000000003c30e2383a0e732e6ceccd472fb04516ac45896b37e18f285dd 0.03 MB 97 66
210,465 210,465 00000000000004a97b5d47c693371d18966cdc903371adc89c5d617f074d3037 0.06 MB 133 166
210,464 210,464 00000000000002c5b7772bfa61fce00ff08552cc75a3f53837b24333a7ace647 0.08 MB 198 165
210,463 210,463 00000000000001b0a2986c04b3aaf07a163e909cd734bb2286d8f75f7f78eac3 0.04 MB 109 78
210,462 210,462 0000000000000170281e3af05f3651560446510c574459d35afea6e609f63a6b 0.15 MB 324 190
210,461 210,461 000000000000038e1bb01f74edc046a99f78821348c84b9a6b1d348adc51be07 0.13 MB 344 190
210,460 210,460 0000000000000442a60bf7596d650ac6f097b5854224f689adf940eff3fcd6f0 0.00 MB 5 151
210,459 210,459 000000000000037c5fbafbbe4554fc73482bbd28ab54a85d8b9eefd3e383ec89 0.04 MB 46 72
210,458 210,458 000000000000037188b70a6394c86fb7209b415c3452ade0f3ad0d3dbe106dcf 0.12 MB 314 182
210,457 210,457 00000000000004a7c04e7623732d0b4d75ee1904be0eeb9b6c88c66a2a64f43b 0.05 MB 129 277
210,456 210,456 000000000000010730037e22284c853363c9840b93ad3074b04528e4285f8bcf 0.04 MB 74 394
210,455 210,455 000000000000045b56cee6d82cdf64b8022fadb23c26a1ee504b960407ec3c73 0.10 MB 200 149
210,454 210,454 00000000000004ac8d601df88c57a5d90d7da2e0434a404116c491dd08843678 0.01 MB 35 1,099
Previous 10 blocks ↓
Total Size: 769.32 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,643.07 GB sent, 94.55 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.