Memory Pool Memory Pool Refreshing

897 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (857,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,661 50,661 00000000195514ab80a7c2fa0e3bdbfbed77ca1cebf62d549137c819f55c2892 0.00 MB 1 0
50,660 50,660 000000000841afa81a45f2fa2964367bc0785c1af1051ac98470d42a8e1646b5 0.00 MB 1 0
50,659 50,659 0000000007728482363ebbe45ff637b8225a821905831a46abcdab3561e89b4f 0.00 MB 1 0
50,658 50,658 00000000103e27c83a798bf34cf015689871c65fd117eaeb9b573c3be5f36871 0.00 MB 1 0
50,657 50,657 0000000001cfaefad37cbfc9c4a7824ca5b8fd3394ae16913f7e7234dcb1016b 0.00 MB 1 0
50,656 50,656 000000000942e3afe4073c891414f6a56bd0f18921017e8247927d87d7867c6b 0.00 MB 1 0
50,655 50,655 000000000e55fdb7e70c8531923058159b38a5252c6ae1845268d6419433834b 0.00 MB 1 0
50,654 50,654 0000000011170b114c7e29af9363abffc9ced4e6e63b60827fda31ee16ee846e 0.00 MB 1 0
50,653 50,653 000000000344a818104fa0165bf6d3c2363c1e1de331d5c521331df72b55d758 0.00 MB 1 0
50,652 50,652 000000000b748395cbb19b1b07adbbdc9ecec738f6fbef78ffdf98b7ad7f9876 0.00 MB 1 0
50,651 50,651 00000000002965b755bb7e72dafdc688cd3f42afc44bd862d8d08d722c762077 0.00 MB 1 0
50,650 50,650 00000000110d164836c47d6956b64feae49ec017d92a930436a2a8fe0b8f2f3f 0.00 MB 1 0
50,649 50,649 000000001ea70c0e619087124e1710aefab7ed6577384b63b3d100fba0106c29 0.00 MB 1 0
50,648 50,648 000000001b40683cc8a00b89b89deafe98a1330a3d370e3c9543b4b5f61ca322 0.00 MB 1 0
50,647 50,647 000000001f740995e96c61034d34c5b6b6aefe798071806aad156f93b66c9298 0.00 MB 1 0
50,646 50,646 0000000006c85a6123ad463a841c9ab52bb9e144d2c3f1828e5eb19ee6d2d753 0.00 MB 2 0
50,645 50,645 000000001fe5a70beccac57e448867a092ec2dd38f9054c91c560a5ba531a10e 0.00 MB 1 0
50,644 50,644 000000001f8f3b435772be3279d359acb183c0d44f2c840671e976b910f8ccdc 0.00 MB 1 0
50,643 50,643 0000000011036bd0b9b2cb58cae9e6098c0ff7ccbfe866ec4e8f8008b87c5c9e 0.00 MB 1 0
50,642 50,642 000000001f00ed882ce832686ddd2dcfafe250eb8129155a654d2b07682feb3d 0.00 MB 1 0
50,641 50,641 000000000c72b4443e243b41a494238f653058a9581a67bb1d36b51d2892d042 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.48 GB sent, 99.64 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.