Memory Pool Memory Pool Refreshing

4,062 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,518 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (598,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,169 309,169 0000000000000000130dafd79b294c8902c34be211811c98032444762426e9ac 0.32 MB 577 29
309,168 309,168 000000000000000035350a1f6a252f17fd7fede4d6adfea2e8f2c25f08eb3695 0.07 MB 91 14
309,167 309,167 0000000000000000114fe36fc22c399041690fc50ad79bc102e2167de82e64bf 0.11 MB 180 25
309,166 309,166 00000000000000001d5fbd8218999047acfb08d7702db8851537ef7c8cbe19f0 0.07 MB 171 35
309,165 309,165 00000000000000000fa715763564ef867eff87f435af586dec1bf24ac7e374a9 0.15 MB 282 29
309,164 309,164 0000000000000000211e69fb6d2c6a8021a45cf8562c9171f1eb769dc9f4cde0 0.15 MB 300 30
309,163 309,163 00000000000000002454b9a543f21ae21b1aa47c31476e586c1ddb68e21cb7ee 0.12 MB 177 39
309,162 309,162 00000000000000003149db5188cac64d9bd2562ee9a6e1589de407654f45f2d1 0.09 MB 127 23
309,161 309,161 00000000000000000e85478ad659f483953ee6e24951fb0254bbaf7822084509 0.24 MB 419 29
309,160 309,160 00000000000000002740e16b8cef2ae7448e4671b8fdf0cd4af4ea6318016c8b 0.16 MB 289 27
309,159 309,159 00000000000000001e659b9250578e46d6a12e0b03f74e1904584b31470cfd64 0.16 MB 300 32
309,158 309,158 0000000000000000025caa8e410cba071d5ae5f124859fdd45ee1be653cd122b 0.09 MB 218 33
309,157 309,157 00000000000000002318401d1875a5c6141b83870559f5dd0668b7f6047c7350 0.06 MB 132 28
309,156 309,156 000000000000000004f7fc33ad7ed3377002d2a76ab28ff4fc5160d2c2d366f2 0.12 MB 242 33
309,155 309,155 00000000000000000485412366f7415d27f3011f8037023ed2609a13df32e467 0.35 MB 788 47
309,154 309,154 0000000000000000219410e6e647082c51a8aea077ee9326154c2cb3a4b85ef0 0.04 MB 85 25
309,153 309,153 00000000000000003772f9c379bff5904399734f7507ed3ac19264c54e94d089 0.29 MB 555 30
309,152 309,152 00000000000000000dc0ba3353ee108899b8f216eff1af1fa14c740c43b66cdc 0.00 MB 8 20
309,151 309,151 00000000000000002c74cc9d64a851b8bbf4936c98f970e928e6ef52f3cd2ccc 0.11 MB 204 33
309,150 309,150 000000000000000034490429dc9d57506e499c5d6f179ab89b1a3f63c5c59f96 0.11 MB 188 29
309,149 309,149 00000000000000000830534efe7471d4c78a76333b892241b83470252f2cb935 0.27 MB 283 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.