Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
906,178 000000000000000000023aa60000000000000000000000000000000000000000 ago 0.68 vMB 1,668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,177 (703,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,323 202,323 0000000000000215fa3b53e29817ecd4017c900db4b2b8ab3e443db9bf9efbfa 0.16 MB 311 164
202,322 202,322 00000000000000fa092b78bb7a70260028bd70c9327c687b89b5b7c4413b884d 0.10 MB 186 170
202,321 202,321 0000000000000017343ec6fca48900aaa06f1f8aefbcaa7b81795d913f9f12df 0.01 MB 21 358
202,320 202,320 000000000000050fe95b43874947bc3e2bfa6cd1ab0e6684a349a84f8dfdc740 0.03 MB 65 200
202,319 202,319 00000000000004f67915624d3fcca1b19f2877c9e2e410c470a2ba1b799cfd00 0.07 MB 187 146
202,318 202,318 00000000000002017d0000e68d25ad0716ce923cdd886b57a5fff09396f6ea19 0.09 MB 213 141
202,317 202,317 00000000000004b0c59abf2b0d145eff78b170721b5d02f52efeddf50a4add8c 0.05 MB 139 177
202,316 202,316 000000000000025148e7295c1dbf8eee4f5a794491d0b72668208806ebd4783f 0.05 MB 87 145
202,315 202,315 000000000000012afff9113ab207d38da4a1fd80068db3ad8f57238a0cb85ca8 0.01 MB 30 193
202,314 202,314 000000000000027f17ffd039ab13fc18ab178128e655e77010cff79405770661 0.13 MB 327 182
202,313 202,313 00000000000003c11af9741819ba2802ded57267f6f12021a411b93c96fae23c 0.17 MB 381 113
202,312 202,312 00000000000002633cc922d3b648a6eaec1887037225f10a12be934a10eb0b9c 0.00 MB 12 14
202,311 202,311 000000000000016abc0354581fdb2aa0f57df4ed851d4bafba1f9d99e9d30c32 0.12 MB 260 203
202,310 202,310 00000000000003d550667254279d5a4f62f619fab3abfe0056d77a304774739b 0.08 MB 172 128
202,309 202,309 00000000000001dc91e76554cf567ea113c91c4ebe25b2135f937bf1624f0ff3 0.03 MB 90 71
202,308 202,308 000000000000037ba196d129248befc540545c78348adfff1c027d3d496998df 0.08 MB 203 149
202,307 202,307 0000000000000013a89ab8a9406f03f37d717086ba4aec99704711d1ae7e1788 0.08 MB 195 129
202,306 202,306 000000000000056dba0997ad599702bf937aaa9f739e10c78909a484e2b0d0ea 0.25 MB 378 133
202,305 202,305 000000000000014686d5fa03878116a350376bc46665a8a4f47e2ee8496ac1ff 0.00 MB 8 0
202,304 202,304 00000000000003e42ce76dd1fb2095027550ef1dc92f51466aa17068d1c399c9 0.10 MB 150 106
202,303 202,303 0000000000000567615394bf0a679dc4d8e3be409066aeb03d33881bbd4a81a9 0.10 MB 204 155
Previous 10 blocks ↓
Total Size: 766.24 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,393.53 GB sent, 78.51 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.