Memory Pool Memory Pool Refreshing

4,072 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,029 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (234,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
672,713 672,713 0000000000000000000300bdce46cd6ee5e902a135db31752eca3e58eafdd8b3 1.23 MB 2,283 117
672,712 672,712 0000000000000000000b36eb9f6149067adf47680f10e9c6fd7a329e0be72e61 1.29 MB 2,898 111
672,711 672,711 0000000000000000000badbbedf178750a145bb8804d5f02e98ae49b3d1dd36b 1.42 MB 2,565 138
672,710 672,710 00000000000000000008145b7f435e37a2def959fab8a3548b5db7e8cc5ace75 1.19 MB 1,887 117
672,709 672,709 000000000000000000061cacbfcdc923c3060ebf43be65540a5718f40ad4ebd6 1.25 MB 2,617 113
672,708 672,708 00000000000000000001d69ac74ec992892bc8cbdcf188814d536c3ed99c6526 1.33 MB 2,895 129
672,707 672,707 0000000000000000000497b42fb2ad50cf2f675b0e459fcf400bd734bce1aef4 1.14 MB 1,206 115
672,706 672,706 00000000000000000009bc6745a3c500c8e61ae84d4ad35607b3cb94987c1e8b 1.20 MB 1,466 107
672,705 672,705 00000000000000000003c027b5e54b873af88d97caeffd5ef3fe035dd5f2c284 1.13 MB 2,330 109
672,704 672,704 0000000000000000000111a562150c9fe093e27b8e41c5ce405495ff20661511 1.26 MB 2,363 122
672,703 672,703 0000000000000000000cb84f481ccca8ee3e1d85ef510d66db35269266ebb33f 1.31 MB 2,690 136
672,702 672,702 00000000000000000008bd2e561754bd39edd21591db29c31e47fdfb5547e2be 1.15 MB 1,457 111
672,701 672,701 00000000000000000008a7eda1bbb7ce8658c562afc11d9af052bafdec5e05ea 1.34 MB 2,757 115
672,700 672,700 00000000000000000009d6f0e75fd5660b8da75d2f325169d6418f9e61011133 1.34 MB 2,510 135
672,699 672,699 0000000000000000000c6218fc6e14c9f28b38f13d4be11998a578bcfe676734 1.38 MB 2,470 109
672,698 672,698 00000000000000000005e096445b26a1ea62614a251b312d4bc547337c5acd46 1.48 MB 2,533 122
672,697 672,697 0000000000000000000a61ba11fdbb91011b29b24d670180c334c278b6ddd89b 1.19 MB 1,940 109
672,696 672,696 00000000000000000001f680719fcddfc75a778245249eeb4dccdce668cc5e22 1.44 MB 2,573 124
672,695 672,695 00000000000000000008a314f8e0efc943838c1e6c97af832dbc22e508e787b2 1.30 MB 2,694 91
672,694 672,694 0000000000000000000b4717ac860a90ad76e4e60506b6741813705c486b603d 1.31 MB 2,850 101
672,693 672,693 0000000000000000000bc2b82432af5b34529574e4331806ef103affbf66dd32 1.34 MB 2,645 83
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.