Memory Pool Memory Pool Refreshing

3,211 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (190,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,170 717,170 000000000000000000055b65a4cda690e74189f7c46c89b68bde7936189d82bb 1.37 MB 1,146 7
717,169 717,169 000000000000000000098ef97fea6ffcd1a2b3ab8c79d7ecd9609bb04e743953 1.48 MB 2,166 8
717,168 717,168 0000000000000000000006f772f8a98f82da3dc4c3bf9a7c0b9b731ac1e081f2 1.54 MB 3,134 32
717,167 717,167 000000000000000000059ef450039f7fd8f101389e399b8eea3b4f3ac0da43a6 1.28 MB 1,593 6
717,166 717,166 00000000000000000005f4f0b8cdefad1d8743e1948f7533e446ee20c0929afa 1.41 MB 2,407 14
717,165 717,165 000000000000000000028fecf32e519ce699f8aadd8c0e898d172bae59c8dfe1 1.38 MB 1,579 6
717,164 717,164 0000000000000000000647d4060d6df94f01c828f832209b47dc618e0310839b 0.75 MB 1,250 13
717,163 717,163 000000000000000000082b50062d381dc79f994f7d3f9a53860833f8ad78c823 0.79 MB 246 1
717,162 717,162 0000000000000000000199deff63904b4c260fcf11e61ef83b444858232a9697 1.56 MB 2,743 12
717,161 717,161 000000000000000000043ca060926a0c31f8587247527a7c744a5cf8cf6513b5 1.44 MB 2,161 8
717,160 717,160 00000000000000000009a37043c38e1c6e1585932820b7d6cfc4abb6563cf585 0.02 MB 50 16
717,159 717,159 0000000000000000000217757ecc43c9b9ff9f6c3f4952abc35c2a5c18264b06 0.34 MB 233 2
717,158 717,158 000000000000000000068759ad2bf4f313fea14c74dd0ab5407c6a7d5a2e3985 1.61 MB 2,335 7
717,157 717,157 00000000000000000001a0ff7f10443f6d12a048aa03004869b26419f85f8876 1.49 MB 2,942 7
717,156 717,156 00000000000000000005e6442927875316c540ab57f225c3487d2764d78c78d6 1.42 MB 2,229 5
717,155 717,155 00000000000000000002ac2d683de3a802fc8cb307c000462d0c0028dc7acc6c 1.53 MB 2,457 16
717,154 717,154 000000000000000000028698b6ecab0b7bff734f088aadd15d3ef4ea82ca221f 1.45 MB 1,936 9
717,153 717,153 00000000000000000006741acb42af763cadbc20e49e029bad131fb2c2111b34 1.62 MB 2,727 14
717,152 717,152 00000000000000000007a078fa5d7e206a1ee3dd038f3384be15951971836796 1.49 MB 2,976 19
717,151 717,151 0000000000000000000b3ec41e900ca5e0e72fe5ed0721383be1ecbdb4e6e030 1.09 MB 723 7
717,150 717,150 00000000000000000006553d1cdeb3d7139da50a473c615aeb39d4894f302193 1.69 MB 1,579 11
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.