Memory Pool Memory Pool Refreshing

4,351 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,527 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (704,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,572 203,572 000000000000038f2bfd98432fdefdcdc2dddfb6dfcd89e8d9ced2c0e247aae4 0.05 MB 119 117
203,571 203,571 000000000000031a1880b25641d65c6eadb06510a267e68220a334a3456068f3 0.09 MB 177 248
203,570 203,570 0000000000000123fa6afa7b741470c91851559504143f65c4bef0b3436beec5 0.11 MB 206 143
203,569 203,569 00000000000004673ceadc1d56c9aa5485a484e104cbc654419a5ce50db2f631 0.17 MB 381 125
203,568 203,568 000000000000003b4c57e26452431ff2aae731cbdb3d46d6e6253c96866abd31 0.04 MB 90 188
203,567 203,567 00000000000002777a1f462399aa1f9c719b49dc664e7d699361c2c462b3da5b 0.07 MB 107 94
203,566 203,566 00000000000002c186a5e6dc0d2421a1546cfafb198b489963f27c8d0ffdc80d 0.16 MB 278 95
203,565 203,565 00000000000002974d7c176a7a52cca43d9787107a7f896e6c02a5cbfbe96c50 0.12 MB 421 155
203,564 203,564 00000000000004e6d0c5dae390a34e3f827e8a2164102b8ac6c77134f5015f8c 0.42 MB 801 122
203,563 203,563 0000000000000317412345b44c56aa4b85c173ec8df8b7ecd540174d8ad14f0d 0.07 MB 246 32
203,562 203,562 00000000000001f78a9e3413f6ff25002bdd6b9f89f9a9245ceb9e0f1fdad4ee 0.02 MB 53 123
203,561 203,561 0000000000000083f1eb1ad1df69263730c8135a71a65faeceee770befcff986 0.14 MB 351 140
203,560 203,560 0000000000000371cfe7b33be277328726b177670f0928828b78fae5aa905cb3 0.12 MB 186 82
203,559 203,559 0000000000000034f62f940e3f991875f4c6e5218befee5d1e49665f51014536 0.05 MB 113 169
203,558 203,558 00000000000001f2d7e83fc4355035e3e0f9681519af4758d99bc499dfb53846 0.05 MB 118 69
203,557 203,557 0000000000000439c1286df66d0d73e00f83776adfd6942927493c0d54ae5cfd 0.13 MB 339 122
203,556 203,556 00000000000000045265d5895e05a973064f3a6a306e00c35ccbedbd79daedc1 0.25 MB 422 138
203,555 203,555 00000000000000218a46070ecc70b029955970f4ccf9ade81533d9c8faef8838 0.02 MB 72 63
203,554 203,554 00000000000002fa5b48f5fb0182e535a95718ddf5a8a11aade12ad5f4b042b3 0.25 MB 610 135
203,553 203,553 00000000000004d3caee0c8e4189be5d48252b3a80362849e6f0ce71ea396706 0.24 MB 377 81
203,552 203,552 00000000000005478ce456dcd4af2f393f444a4d8b2e717ca7a2cd603dd3fcab 0.11 MB 245 145
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.50 GB sent, 92.73 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.