Memory Pool Memory Pool Refreshing

10,004 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,144 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (704,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,581 203,581 000000000000009be564132e711ca2f1f52dc3d67857fb9f6bee0d20d1165276 0.00 MB 1 0
203,580 203,580 000000000000035459ec855e9157de0c0f48a85317413626b0e201d6d4d6a6b3 0.06 MB 155 127
203,579 203,579 000000000000001f664df540e4d03e08f10b3bec13b22773154480d3f2642dd8 0.25 MB 677 152
203,578 203,578 0000000000000257c89d110ce6b16739ecb08fe4c0ec9f5ef4f47475003461f1 0.00 MB 11 331
203,577 203,577 0000000000000318d0ebb7131d23af35e2a7320f6a701d3280ddb162c6cbe141 0.00 MB 9 33
203,576 203,576 0000000000000409f700a66678daf89701d5560b2bbb8526e8fafcd02dc5a32f 0.05 MB 126 41
203,575 203,575 00000000000000e09c6381911abc400ed55950c8950f7d91dc608758421a6bfc 0.22 MB 522 250
203,574 203,574 000000000000006273151de6876aa2a115456d7b9e6cfa68c8c4f0be6a44ab61 0.07 MB 166 188
203,573 203,573 000000000000002b0bed394bf7e7e2bf077f26d5dcc43bd5890ed398fcb8eede 0.02 MB 39 124
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
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.