Memory Pool Memory Pool Refreshing

10,215 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (583,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,211 324,211 00000000000000001bd67932dc1172910af8a563c1854a52302aa56999dc8b01 0.60 MB 1,193 29
324,210 324,210 00000000000000000675aee95228d5fdeb7f6518fcc1e9804e180eedb27e2fff 0.11 MB 150 23
324,209 324,209 00000000000000000a8ee43714998d1a6c8007456576b7ecf7ea3d2ee4beb50d 0.08 MB 82 18
324,208 324,208 000000000000000003b5d7c7e3e9cdd7c6beb0f697ac16d40823cab37cbb4aeb 0.30 MB 524 29
324,207 324,207 00000000000000000b82fdc7e56053fa199e7e4aa16bfbdef9e4d32b87c644c6 0.23 MB 382 19
324,206 324,206 00000000000000000068a8f81453600e4d03724be8f129ecddceaabae4d03730 0.32 MB 568 28
324,205 324,205 00000000000000001648e864b81275fedea5670340e9aa334207055a7eea6651 0.28 MB 259 12
324,204 324,204 00000000000000000001bdebf80d8c40d9b30a6fe76b962ff59c8d3cdeec3473 0.34 MB 573 31
324,203 324,203 0000000000000000145887c9c123eca9c13a08edc367c4fe8fbd3455c5bee0b7 0.24 MB 407 36
324,202 324,202 00000000000000001c92a7213c3b537e1bd0a4bcb9ff42c3a5bfd0df423144da 0.25 MB 362 24
324,201 324,201 00000000000000001daeee55bbb6c49927905b9e18096b071c67f355e69c9abe 0.05 MB 83 21
324,200 324,200 00000000000000000c846893ef60552198fdf07a38cfa49707c732402ab83937 0.22 MB 246 27
324,199 324,199 0000000000000000096d684bb81a7f41d3f728176cbd0f5d9efd71b81a12ee75 0.14 MB 226 26
324,198 324,198 00000000000000000264d6459f3d6095af6bc18a5bf1dd43ab5cf5adc74ed3ba 0.87 MB 1,248 31
324,197 324,197 00000000000000001f1cef43ba2915037e17b8b6ea5938bf7dd6afe9cd35cfd1 0.44 MB 344 18
324,196 324,196 000000000000000008d5fb020b8fe7fd6968da57f2d141a6e38f44f2a0e18e69 0.35 MB 861 38
324,195 324,195 00000000000000000ee7734232e29973f829941148ec6ed46fa8cfe5ad4a7e42 0.52 MB 886 27
324,194 324,194 00000000000000000cf41c9935f427a73bd156c3d2571365a1dd24e257fa4a61 0.16 MB 190 89
324,193 324,193 00000000000000000709b8804debbe4922e39230747d9191043062c79b7b2f11 0.43 MB 982 37
324,192 324,192 00000000000000000d37751c2d3b7247b638650ad9922145d82c89a144091e8b 0.52 MB 995 49
324,191 324,191 00000000000000000ac7ec7bef474b85dd98b8557a926ee90b9034fb428645fc 0.15 MB 306 38
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.