Memory Pool Memory Pool Refreshing

6,240 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,508 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (694,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,210 213,210 00000000000002140cd67b0303cb685bef873cc807ad2943225ff15700cdc581 0.44 MB 788 140
213,209 213,209 00000000000003e89d47a7d9cc1b1454d7e744a51f3fa7c78d2e7d23a615d9ad 0.06 MB 124 144
213,208 213,208 00000000000002d284ea8878ecd8165c2e689587037bf8a9e67e81337824822f 0.08 MB 202 151
213,207 213,207 000000000000037b12918ae986e4750380539cc53992d520aaf2bfcc4b6271c3 0.15 MB 420 183
213,206 213,206 00000000000003fcd5391d1b209890d7c47261867c56621675c356330b347f41 0.12 MB 320 202
213,205 213,205 00000000000000b8d50c04aee038e3d202ecd8dd940c0692ea0f7e91fb50175c 0.03 MB 66 166
213,204 213,204 000000000000016afbe2ec0c32368ad8a7778a622e2390043df30958fd08a43a 0.06 MB 145 186
213,203 213,203 00000000000004826621d8cb19c9a98a0dd6ef3fcdd70a0d267af3e7b7a39d95 0.14 MB 387 183
213,202 213,202 00000000000003d8809ca3e79e374532e90b8adf9bad62a137d52cb39f70e866 0.07 MB 156 149
213,201 213,201 00000000000004f75e395e18e39bcd58608308a4379b16c1a400c6c75f10345b 0.00 MB 10 107
213,200 213,200 00000000000001866a8d11d50e1da9b800952f65c60e3397471f73639a33a70b 0.13 MB 349 215
213,199 213,199 000000000000042b546acca48fac6a6df8fd03d9abcbab021f6dcda570dbc3ed 0.11 MB 289 186
213,198 213,198 000000000000031fd6de3f2535d68b8cbb437c639cc724922ed75255bb1b7df6 0.09 MB 187 162
213,197 213,197 000000000000022ce02bf2b40750f43c8c0c0e52bca40251c5e3a954998a44ab 0.25 MB 583 185
213,196 213,196 000000000000041d1cc89d152799feb7b16036242260e8dce6775832240c78a6 0.05 MB 123 1,170
213,195 213,195 000000000000042d1ff66eb20ac4d41f739dda0d306ce5236031c7718b80f32d 0.25 MB 715 233
213,194 213,194 00000000000002fcfd116d3e6f6ced02256b5cfddb538ad5e3d056de0561eeba 0.05 MB 127 113
213,193 213,193 000000000000021b96e8db6a3bdf9f7b1fdb62557ca88be57a0f4c21f9020446 0.00 MB 11 38
213,192 213,192 00000000000002da8acd734903265c2aeb8f6a12e584cf3a7854cc6e8486d1db 0.11 MB 236 153
213,191 213,191 0000000000000492e63b617ceefbfc28c7714372f9600f659ddf1dca188c3f5a 0.11 MB 281 194
213,190 213,190 00000000000001096f1a125cca6cb027533d4ac0c471f7dd6da3f1a7c4340983 0.24 MB 591 181
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.