Memory Pool Memory Pool Refreshing

53,979 transactions
25.52 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
880,877 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 3,400 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,876 (683,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,296 197,296 0000000000000626c24d98b8bc0fc85e360366ef5fe0212bbfeb35fb80d740c1 0.14 MB 256 108
197,295 197,295 0000000000000126173c046f5c045045661e5c5a650ac8ab7e670f12cc63dc1f 0.03 MB 60 66
197,294 197,294 000000000000040d1b00cd759b873d96b068057ab8d2a5074b888c4813eff987 0.16 MB 357 136
197,293 197,293 00000000000004e79bb97e87debe4acf52dee90d7af800627855f86b6f008ebc 0.15 MB 400 137
197,292 197,292 00000000000003cb6c8febc5f73211cd5074cb855128c42e43331a4f8ed61a6b 0.14 MB 268 182
197,291 197,291 00000000000005c839363eeee11f2a13eb0140d8b53611f27a36b28da0a40982 0.06 MB 117 125
197,290 197,290 00000000000002be1c32a53b11b2f666ff75952af88f9942729f0409ac4da2ad 0.05 MB 148 116
197,289 197,289 00000000000005af4ee1320285fe33adc1e0e5a12013bd23d9813c8589720b79 0.07 MB 166 121
197,288 197,288 00000000000004f6f161a5034e7ec824e905a83988b8e227f75c8e41fd3ca22f 0.03 MB 80 85
197,287 197,287 000000000000006bfde24b61a66176fe320d205f24399d01f0fe89292ada8dee 0.01 MB 23 94
197,286 197,286 000000000000012cbfde72ccf0f915e1145d7876772e03ad4205403df25ccffb 0.03 MB 69 107
197,285 197,285 00000000000000f57545d610cdb02392f20f37efe8f8a80fc42c0bf6a493374e 0.05 MB 192 15
197,284 197,284 00000000000003ab6851f1c138d032075cace7aadd90b7a1bc0d5792b2637ea5 0.07 MB 169 185
197,283 197,283 000000000000069a17b56ae5dccbfc93afd8f4c6c98bfc705d9b7c7df54f09e5 0.10 MB 268 134
197,282 197,282 00000000000002b5d58ff44106383b6988ff3e1267b3bfb4c3a85364237f261e 0.14 MB 321 143
197,281 197,281 0000000000000673a1645fd6281d9033df933803f7db90c3f509ca29a24a0b5d 0.01 MB 26 117
197,280 197,280 00000000000001b38e93f02be1f00ae3f39c4ab32dfb989154d38cfce2b29a4a 0.10 MB 145 104
197,279 197,279 0000000000000088246a0a90732f7fca77d0b0087c1997a91311e70a54b33da8 0.09 MB 218 138
197,278 197,278 000000000000048cc655fa1a2506237e1dd0d027a77519e3eae16b6a4bddd16a 0.05 MB 122 64
197,277 197,277 000000000000021ab1de790e219895a41ef2000e9faba426695b7425ea33ffce 0.21 MB 534 133
197,276 197,276 000000000000030bc1f6d8a0ad70da7be6b910ef5cb639e94511a8400dcc35b9 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 720.10 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,890.58 GB sent, 65.44 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.