Memory Pool Memory Pool Refreshing

796 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,018 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,017 (610,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,320 297,320 00000000000000000e2c9190f63f1df2ca2f1243ee5440228663519c7e6c5cc4 0.10 MB 239 38
297,319 297,319 00000000000000001027ee2ee192367719eb97b3f6cfb12caea55a08780b117b 0.22 MB 340 31
297,318 297,318 0000000000000000347d3e202fd3a8596377200f65abbce6ce282386115e8a19 0.50 MB 1,135 37
297,317 297,317 000000000000000042c6aeab7919c8014f3cffdd708540745ec215f656fe9e89 0.11 MB 268 35
297,316 297,316 0000000000000000837a0e16b97de723f20ca90ce7ffb1880e9ec056ed1e4efb 0.00 MB 16 88
297,315 297,315 00000000000000005c758053c0677e21c7326764b70ad56922dd109e89cab639 0.03 MB 69 35
297,314 297,314 00000000000000001ad8857f0da8d842024c0ea79d8e136a4c0a0caf2360e862 0.41 MB 858 21
297,313 297,313 00000000000000009053ef9e46591e920d4fac61c3884a40594a0c1f2af968cc 0.07 MB 168 31
297,312 297,312 000000000000000064c778b40603a78cfc12be704e3f35b15004794e9ea5be6c 0.07 MB 120 30
297,311 297,311 0000000000000000208a81d95fc1ec5c04383efc9d2a055c6333677c6c0f187c 0.16 MB 351 47
297,310 297,310 00000000000000001910ca57f3ec9e3c66257cd40744647cc7f57815714c6def 0.14 MB 271 34
297,309 297,309 00000000000000006fe78674a13b26bb088282dac334ed69828fddd317fa36fe 0.16 MB 162 19
297,308 297,308 000000000000000057e6822b0028cc2acf19f3ea9517496de70c5b23e75feaf3 0.50 MB 433 19
297,307 297,307 000000000000000054199cc0f9c3d3ffd052a458bfc1a8dea2ab9fac5be27ec4 0.35 MB 996 51
297,306 297,306 000000000000000074fa489ca41330a3d17044f1ac24c666040dd69e283558d1 0.08 MB 155 27
297,305 297,305 00000000000000000f3d9c7fa45b986e97055a891af3d582d35b068766e49be5 0.03 MB 59 23
297,304 297,304 000000000000000031e3dab534ac339828579c2ccd8191926d9f4f03b9dec9bf 0.29 MB 392 29
297,303 297,303 00000000000000005f300b378ca6354a9dc5f8b1ef1572b2767459cba7ef7d17 0.16 MB 322 38
297,302 297,302 00000000000000003d98c8a5500f88666a9a28d87946751fdb5a02441c99ed1b 0.14 MB 303 35
297,301 297,301 000000000000000015e4d40665db21b08470689af42b9bede9b94e960c3dda32 0.10 MB 173 26
297,300 297,300 0000000000000000818733897f97b7561a7bbabf86ce14fed23392a5e378706c 0.35 MB 366 18
Previous 10 blocks ↓
Total Size: 769.58 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,650.76 GB sent, 95.82 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.