Memory Pool Memory Pool Refreshing

595 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (12,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,248 895,248 000000000000000000021562c1d0c675d957334a8e13311323a8cb6beebe6cab 3.37 MB 604 1
895,247 895,247 00000000000000000001d7e353a2c431f1be26d33f91e41e9ff714ebcffca308 1.84 MB 2,739 3
895,246 895,246 000000000000000000016f03c6d1d271aca2303d642c07504b4a49048eebce33 1.96 MB 1,512 2
895,245 895,245 0000000000000000000195746fc37c1f5bcdec34eb22ae03156a767c6dd9131d 1.81 MB 2,788 2
895,244 895,244 00000000000000000000ee1616772b47a7507b91cfa88ee49b22ee498eb3fa3b 1.52 MB 3,194 4
895,243 895,243 000000000000000000018bbffa76f4d8e8ead86144d7a28637f40a6b035d253e 2.41 MB 1,936 2
895,242 895,242 0000000000000000000176ab7dfe470450224e6cc148d0234e0bb9004154b2ce 3.11 MB 802 1
895,241 895,241 00000000000000000001a8140f0349affc1df78f011d554c31e429fa0e743503 1.57 MB 2,375 2
895,240 895,240 00000000000000000001e349c0e8ee74ea005d2aa6761f790f1a522ed9201606 3.20 MB 511 1
895,239 895,239 0000000000000000000158aa8b5e40d8a909abe4de549c7507b83ec85be04494 2.07 MB 1,483 1
895,238 895,238 00000000000000000001ec03469ac0c075841b8fb996f294d6c5e64426e30ac3 1.60 MB 2,966 3
895,237 895,237 000000000000000000006ff7cea3ad0c431f66b6cc0275f5c0b2817e669d1784 1.82 MB 3,388 1
895,236 895,236 0000000000000000000072ce7dc7def318fd40b37475a71202fbba93b51df72f 1.66 MB 3,516 3
895,235 895,235 00000000000000000001b9e9d3212b9a3830f52e74fb27d83e3338118dd97065 1.52 MB 3,618 7
895,234 895,234 00000000000000000000065230166fa6a1b6551eeae2a1a2a631a91bee1cf590 0.16 MB 288 2
895,233 895,233 00000000000000000001e554baae4cf14461e9fec436de5f8ca07e9a3af4dfb9 0.92 MB 1,463 2
895,232 895,232 00000000000000000000f8d584eafaf57cad7a220b0a80012ef85aedf30e925a 1.16 MB 1,567 2
895,231 895,231 0000000000000000000219586127b834b193c13a7c44abc7697bf8c487e4049b 1.40 MB 1,127 2
895,230 895,230 00000000000000000001e5e916151c9523532a5a135888e4e0a8ccb4e1a841f6 3.32 MB 421 1
895,229 895,229 0000000000000000000132278310fc09f268deba1011b6b0d54d2c9599fb434a 2.67 MB 1,695 1
895,228 895,228 000000000000000000019994eae2b0ad831c4ebf86920b5015767410bf987895 2.84 MB 1,444 1
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.