Memory Pool Memory Pool Refreshing

5,024 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,080 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (690,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,680 217,680 00000000000001146bec3c7232e4ceb1f6811ca9d51a108d129a8e64f4f24f60 0.01 MB 20 43
217,679 217,679 00000000000000b8d6ebdd5c0e52e625aef95258183c56511efa6e78d64f16e7 0.22 MB 349 134
217,678 217,678 00000000000001d312aa33d4efb4b65e96428d9195b5c5167b0e7ba519f3964b 0.17 MB 271 135
217,677 217,677 00000000000003b584e8f2de2ba15e1e2b984c66733a57081aa442418c735f39 0.04 MB 99 155
217,676 217,676 0000000000000064afe70ed2cdd3f2acdf9011c99a1be3c8fe8dabefa52120e7 0.17 MB 372 179
217,675 217,675 0000000000000451ce3f576025036dd73dae1d8fac62932b5913a3465c9cddad 0.25 MB 537 180
217,674 217,674 00000000000002f7cfd40d7fbbcce6d4a4c134db2c03901f63fa45d869a286d8 0.17 MB 464 49
217,673 217,673 00000000000001964ac1d2e5e36457e26a16faf72797f55f1a40f57ed48a267d 0.09 MB 165 145
217,672 217,672 00000000000004d1382c8e2a525d0b67fe559815582346228ba268e8ed84310c 0.12 MB 285 206
217,671 217,671 00000000000001fece4c59a807719c15d9cdb588323501fe0eaf704e3c81e8d4 0.09 MB 209 184
217,670 217,670 000000000000039c32adf146a89e578a741923306f3d65571f5e6c3ef32c8557 0.12 MB 271 167
217,669 217,669 00000000000000af61339e9769b42e4e3695b3c39d8e7dd0498fef2ec337ef34 0.25 MB 561 173
217,668 217,668 00000000000000710a2125adb7acb1e56fa9d27d92935931d8a6f7892d828fa5 0.03 MB 60 141
217,667 217,667 000000000000036f87c21ceed1f546b62c1651e81c8ec1cbaeab4d9d9a902da9 0.16 MB 512 235
217,666 217,666 00000000000004046f4083bf3d82b1d5846bd67cb1ed515a4ff580f17ac76b0b 0.23 MB 128 42
217,665 217,665 000000000000049506cb15e13a38c2f9116d530603698d0bf3dabcb0a3bf091a 0.07 MB 108 111
217,664 217,664 000000000000028323601ce6a0381cf0c0f743c316262dcd8601d750e7e2d63e 0.07 MB 150 153
217,663 217,663 000000000000023819f79c0f5ab1eac92ec3948375c8fe5fc2c485bbb0429c9c 0.25 MB 469 159
217,662 217,662 0000000000000366135292d1d9492a1d8d0aed06e311a7d8dbc70294f67b560b 0.05 MB 141 118
217,661 217,661 0000000000000488a954db789004f0ef901fc88f6839f307a2504d2b80d0bc80 0.25 MB 529 357
217,660 217,660 00000000000002325d940769a51416d6aaad671e21788994a8b016ff8e595f1c 0.20 MB 571 218
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.