Memory Pool Memory Pool Refreshing

1,658 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,816 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 1,641 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (696,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,107 211,107 00000000000000a90b1e555b4de3f3871efb217ba5bb207966d26ffc83baff34 0.00 MB 11 85
211,106 211,106 000000000000047f2a77a998b1b5bf04fc601f31a249eb61fedcac4e2399f4bf 0.24 MB 414 116
211,105 211,105 00000000000004757c0829d3c3529710f478e2f5d1f451cc069b0bb68af5b950 0.11 MB 265 186
211,104 211,104 000000000000023becbf5de2db041ceaf4f0d962df59227704dbda4247dd3d5f 0.21 MB 306 276
211,103 211,103 0000000000000339bf9fda506bd468984b9b32d2eae11ab59ad2dca779b80364 0.00 MB 12 629
211,102 211,102 000000000000045fe916df47727412f6329186e479fb637061c6eb1bed43e2a6 0.13 MB 105 26
211,101 211,101 00000000000002fdef51089bceea0553d2e97a22e5d72d3e2acf32fd091e8fc5 0.15 MB 261 154
211,100 211,100 000000000000001879bc69529c05f4cb4ab1c9ac80edfff5cbec0edfb8796b08 0.19 MB 504 231
211,099 211,099 000000000000005fd62bb3ede24cba7c3b88ed74d99e162c002a0eda151e129f 0.07 MB 152 309
211,098 211,098 0000000000000008c7eeb24b24bfe3c571ed3ae2e45c25600e7faa6403012c6f 0.40 MB 649 120
211,097 211,097 00000000000002b8f1293f6d73601fc1b103bfa03b71c7eaeb3a291c1ac23154 0.02 MB 29 119
211,096 211,096 00000000000002f44f44373beb1921e6d281978bc5fc4114e6998268cbbf8559 0.19 MB 284 200
211,095 211,095 00000000000001ffd3eef6aacc35f1a1d6619ba1784073f2f70c24d01dd8629f 0.13 MB 155 92
211,094 211,094 0000000000000412f06b4ca390a2665f4550cb44fd8c9d4bf3c1e2b625efd3e4 0.25 MB 521 181
211,093 211,093 000000000000036afa1c61a960c4f5b5fc06f206d2376d49a3a5670524e0e073 0.19 MB 338 187
211,092 211,092 00000000000002619d73113cb9be127bbac18143e4690f9117790c0f7aa8d58f 0.17 MB 321 164
211,091 211,091 00000000000000d9ab2a4520ba10ae2f51472f0038eb2f55f5bfcd732c84242f 0.25 MB 501 176
211,090 211,090 00000000000004de0a2d3b33c6616b262f371618f246f90df5fa8df16df01976 0.03 MB 49 48
211,089 211,089 00000000000004456f7a7ad77612bc2280948fc2ca6f0913f1740dec1379607a 0.18 MB 363 182
211,088 211,088 000000000000029a88a8e62a4e70c213bd2a6b4174a49ee77061f2ac7a132feb 0.07 MB 115 142
211,087 211,087 00000000000004cea2f4ccd2b7dcd97bd2bc59041201b2d66ff669e3156d6cfa 0.01 MB 25 182
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.