Memory Pool Memory Pool Refreshing

3,201 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
901,247 000000000000000000023a040000000000000000000000000000000000000000 0.70 vMB 3,201 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,246 (667,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,680 233,680 00000000000000391bc278091c13ae2f435c07e7d4630b7d64d7a7b4e7e55094 0.16 MB 383 180
233,679 233,679 0000000000000059c402383c46fa01a40b558310e7cba7f362e5cbc6f1de09c0 0.33 MB 721 153
233,678 233,678 000000000000008655060a38a7cdd2f2f6eddfc20a7b463508d301fb9640c2ae 0.19 MB 320 148
233,677 233,677 000000000000001db41c0284731f854bac6a225650f905410231f1b1f37a5d39 0.29 MB 697 200
233,676 233,676 00000000000001ac6b8aebc21d5a1707e3b18417a134e6a490c19b2d8a2e27bf 0.00 MB 5 90
233,675 233,675 00000000000001d4f07625b871da5d6e90abc554ca819dd76b3c898d33c790b1 0.11 MB 221 160
233,674 233,674 000000000000016f725006ef5f64aa5fc0c9bb3b2d503a7c6a9530295d9bc9eb 0.16 MB 327 176
233,673 233,673 000000000000004d2279ddcc17088ba0b01eae87a111a03bdc9a3efd1b9cc716 0.15 MB 179 78
233,672 233,672 00000000000000181db88602fd138be47f26ac00f3bea51410581fc8971cbfe9 0.06 MB 141 193
233,671 233,671 00000000000000968ac8224abff8974b3a682c8eb2058c1ca50b3ffe3a75bb05 0.28 MB 587 156
233,670 233,670 00000000000001ade60d213d013c5247dda02abea36a0ce2c32dae125f02a94c 0.24 MB 480 145
233,669 233,669 00000000000001a75d34de6aaa0408d79c115a5ad4d7963caeeea09a6fcbf9e3 0.04 MB 128 235
233,668 233,668 00000000000000920b3d48d35cc3813a0e8fbb96c6ce9430a1f0d807ac2ca9e8 0.25 MB 229 52
233,667 233,667 000000000000002ac64482eb776caf3424f1c96645ef527a9a31eab401bdbe22 0.03 MB 70 188
233,666 233,666 00000000000000758fcedca5be82d6c89eb6aeac4484a4a36820c09dc80a3962 0.04 MB 104 199
233,665 233,665 000000000000000d42bf885bff35d515b2a7b5563d001b3c342e5b881edb5553 0.13 MB 195 126
233,664 233,664 00000000000000f2bd8e697feef48870d47756b81b8ac9dd7e084025932242b4 0.25 MB 660 190
233,663 233,663 0000000000000188190de5c2f1972ba64d7ef0b2cfe10a2d24c354ce82749e9e 0.01 MB 18 178
233,662 233,662 00000000000000c5d80930d1219a7fe9fd82258a440dbd8d7b7ac18dd702a26d 0.09 MB 213 201
233,661 233,661 000000000000002ca963383b7cd7a6fbcf40ac396dbe36980fc7d3e7dcabb9f6 0.25 MB 615 189
233,660 233,660 0000000000000184c72d7286a846cf6f561e7c1bcf390d6eb94f06bcae316aea 0.02 MB 39 151
Previous 10 blocks ↓
Total Size: 757.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: 713.33 GB sent, 36.87 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.