Memory Pool Memory Pool Refreshing

7,147 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,749 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (108,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,396 799,396 0000000000000000000357ecd118abdcfed495df89e63d90cdca487d08d70126 1.88 MB 4,548 8
799,395 799,395 00000000000000000001a37b40a961a3273d5fc75a0de4bc31fa7325f1f1f551 1.72 MB 3,901 9
799,394 799,394 000000000000000000045c2791b0e74002a3dbd7f318c314a634f54e0e3625e8 1.64 MB 3,308 9
799,393 799,393 000000000000000000019e624c04d0eb7f7274f25ab9ec5bdb25737042336973 1.94 MB 5,350 7
799,392 799,392 000000000000000000032454ff12c33dce9ee43acc75bfaa55d89b7b8969ebdd 2.75 MB 1,853 7
799,391 799,391 0000000000000000000455f88df53368e610a0ad133f618658264e87f09c851f 2.69 MB 1,336 10
799,390 799,390 00000000000000000002779bd02714657390d25bc3d28cb066c890e3d069b1bc 2.05 MB 2,662 10
799,389 799,389 000000000000000000011951b4129d335448a9dfd001a20ff4b9cf1c92df1f97 1.82 MB 4,902 10
799,388 799,388 000000000000000000020111b411b340b7949c041ebbb7fe2dc9937a8f235086 1.40 MB 2,286 10
799,387 799,387 000000000000000000029479eda7ec6758475442558eebe2cef9503bc8844d84 2.12 MB 6,644 6
799,386 799,386 00000000000000000003ab2a7f7604c9bf4a78c1493bd1495b18ad3181129af8 1.74 MB 4,325 8
799,385 799,385 0000000000000000000309812c859aef621f262222eb6d2624556c1fb0421287 1.95 MB 5,413 7
799,384 799,384 000000000000000000014d84de9416254517ad89199e7ad0fa45a01b210f3fc7 1.79 MB 4,594 6
799,383 799,383 000000000000000000020f5af302c87ee322f1b627c300f1280f1d2f7e0d8681 1.50 MB 2,496 7
799,382 799,382 0000000000000000000094dd3ff1f71db039534f1850838f9c4ea9867177e064 1.69 MB 3,774 10
799,381 799,381 000000000000000000041977460db247ec0057bf71f6b73965e02ee991ecca6e 1.73 MB 2,624 8
799,380 799,380 00000000000000000001f4734758a04857e4a809162fc301f716d6c2e24beec2 1.59 MB 3,873 15
799,379 799,379 00000000000000000004274c57924e85c3fbaebc52d8f066411dc235850c86fc 1.54 MB 3,602 25
799,378 799,378 00000000000000000003826428fbe54db1496d24f7fca2406eb165da150b5f1e 1.79 MB 2,580 11
799,377 799,377 000000000000000000019e0ffedd9387cefb73a71fff0848d3739f8575de4e43 1.94 MB 2,211 9
799,376 799,376 00000000000000000004d7b1004658b1138404d43e47b73c9ec81ed8c41dbc3e 1.78 MB 2,541 15
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,635.61 GB sent, 94.36 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.