Memory Pool Memory Pool Refreshing

555 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (697,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,249 210,249 0000000000000409cea20abcfd4f321de248c73f6d0b15d85801048a80f8bd29 0.07 MB 167 202
210,248 210,248 00000000000003cd25efa82ca93668c24aef916262a147a4c76a99245fbfa03b 0.44 MB 745 126
210,247 210,247 000000000000033691da9fee5c671cda5bbae3c089125d43a61254dc75664ef6 0.05 MB 169 31
210,246 210,246 00000000000001248ddd3a05dc041681b69db6eabda6e70bb30fce7050f51326 0.07 MB 158 163
210,245 210,245 000000000000019bf29fff427347b3bd123b05748426babb3a5e2a829d19114c 0.11 MB 289 211
210,244 210,244 000000000000036b2a832bccb3f302a247cab911c45043f57856059ea44bb44a 0.09 MB 161 130
210,243 210,243 00000000000001dce117776201fc4b4d4004c9d8846ead16193004d052c6171a 0.00 MB 11 124
210,242 210,242 000000000000009482c4402b0b1ee5bbec274d511b3d8998f263c40b2ab1bf0f 0.18 MB 465 200
210,241 210,241 000000000000003b1887db568e55c682cd71c78b8c4367fb3434f83c27fac861 0.00 MB 5 148
210,240 210,240 00000000000003cded145fadc141f5fc402ca44626951a48a19a99b497d1a40f 0.05 MB 114 121
210,239 210,239 00000000000003ad6660741a4fb19b53ab2ea7b2cc37d377b7ded117eb360618 0.05 MB 108 157
210,238 210,238 00000000000001c1c3715f83d980e51ee15ccb821aec01fe26d27d0f8f088c56 0.05 MB 137 66
210,237 210,237 00000000000002a996547b4ff6a41e897d9b8f82b8debeca92dbfd7b4fc50afe 0.05 MB 88 124
210,236 210,236 000000000000019dcf5203e69ba9836993c25751188ea556f31488ea369da623 0.03 MB 67 23
210,235 210,235 0000000000000108cfb439fcb743264c138f6fc6a6345bcdd4041ba29fe46711 0.20 MB 445 206
210,234 210,234 00000000000000742322dc19fe745584984be927652d0e021cbb8e02efc879d3 0.13 MB 284 162
210,233 210,233 000000000000005e1b94978de522c45e6daa0ee71b86556302bb29969d8de213 0.01 MB 31 121
210,232 210,232 0000000000000047fd380991441c72af7b1d0aeb7dd1a782abb8941707f64aee 0.09 MB 214 161
210,231 210,231 00000000000003b2c3f1de07c281e158a9369679006e6f0bbd2d0cc3535923d7 0.30 MB 559 145
210,230 210,230 00000000000002c280a185ffe6d820899ac258075e2f635fdc564f121406cae0 0.25 MB 643 184
210,229 210,229 0000000000000458fe867f50e7056d70d4f043d4597cbb2c1b54f1d1d4ca9a4b 0.25 MB 823 197
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.