Memory Pool Memory Pool Refreshing

1,656 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,989 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,639 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (697,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,263 210,263 00000000000001be912f7417d4647015ee2faed349b8abcbdc74ab1920e5d536 0.10 MB 223 138
210,262 210,262 00000000000004c9bd445a02886aa1f811ff6f043b7211b00a2c6c6ca5d5bf15 0.15 MB 336 512
210,261 210,261 0000000000000353801894bf42c22fd1ee7daab9d3533b2f2fb1c4a2d2dfc6f2 0.12 MB 269 208
210,260 210,260 00000000000003ad580bff51f301624d2dbc705bc9da8c9e12207600d30f9a86 0.00 MB 10 756
210,259 210,259 00000000000004c9a28f5f3c74fe925eda69b7d6b2584109a270d90c8e520709 0.07 MB 199 146
210,258 210,258 000000000000036d4704e01f8e249d25fe139c403c3dcad0b15cffd5b37ffe07 0.10 MB 39 73
210,257 210,257 00000000000002741f24ebc917116aa106648d7013ec8fc20202384ed534a51e 0.15 MB 254 149
210,256 210,256 00000000000002aafcd3623cabfb050129e6c81999735f454b5704d07dbfcdce 0.02 MB 45 113
210,255 210,255 00000000000003dafe55926875d80f44dfb34cd9af0850004e3314600f67934a 0.03 MB 62 108
210,254 210,254 00000000000000d073bbfde1d41df187354025656521e6d7a2ca39af22affeca 0.02 MB 31 61
210,253 210,253 00000000000003166c06d7cb543865bbb21a6cc79cbdab18071433e7343ec27c 0.15 MB 286 206
210,252 210,252 00000000000003947f716f536643728d82f558471de78256a8a91bec0dbff1d5 0.22 MB 215 60
210,251 210,251 00000000000002b00f415a3c348a6cf9df7b37bcbf70cfc521f34835b8e3f0e4 0.02 MB 42 276
210,250 210,250 00000000000001b11b7cbc4b8e336eda6b74bd832f22722afbb9e97c36eb1b56 0.07 MB 145 103
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
Previous 10 blocks ↓
Total Size: 769.53 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,647.93 GB sent, 95.56 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.