Memory Pool Memory Pool Refreshing

3,249 transactions
0.90 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,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (11,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,735 896,735 0000000000000000000132afcd7718cf21e17d06b39e97cf7290ca25fd406b9a 3.23 MB 1,506 1
896,734 896,734 00000000000000000000566d4f61a40af273902d489d0b1d116604f7141665e2 1.50 MB 2,845 3
896,733 896,733 000000000000000000015dc74b2f7efcdde2bf6d8cc58cd80d6e2b62d0cdb83b 3.40 MB 957 1
896,732 896,732 000000000000000000016a1190aed4e5bce1d44e9d56e42f25273f1adda7e7f6 3.78 MB 353 1
896,731 896,731 000000000000000000019f9bcc17db9c91b1d3e1568a700e411cb8f720466a6c 3.29 MB 720 1
896,730 896,730 000000000000000000023e67ec2c907ae311ba2553c6c33379cddcff22834c9a 3.60 MB 479 1
896,729 896,729 00000000000000000001eb648afd957c8aa798173526fa95d54c1d4e0ec80c2b 2.07 MB 2,225 2
896,728 896,728 0000000000000000000022a27f677986773ddb0d884e8f0cccd226afa5518dff 3.75 MB 416 1
896,727 896,727 00000000000000000001b121672a1fb75b6f820748cdc4a01899116c161d2b05 2.22 MB 1,205 1
896,726 896,726 00000000000000000000adfd9757306d29139fa56959c2a02d771e80715f306f 1.89 MB 1,747 3
896,725 896,725 000000000000000000004c9114b190bc9077953d20f7ad2d526bf137b45c7bd2 2.21 MB 289 1
896,724 896,724 000000000000000000025871c5a5504961b2a1eeb017c1509a605f9b6b478dd5 2.05 MB 1,098 1
896,723 896,723 00000000000000000002127582f02b8174d05c19fb732ff7ac15cf4c386ac699 1.57 MB 2,562 4
896,722 896,722 00000000000000000001475040e4cc63a0b580a81ccab1fe19e9f98b8bdb678a 1.00 MB 2 6
896,721 896,721 00000000000000000000574cad0ffb1d562d4aaf6efdc119a7d7e855ff06fa9a 1.75 MB 2,954 2
896,720 896,720 00000000000000000000375b3076b31d67dfb93c667d7a58741a30c71f686ed0 1.41 MB 2,499 3
896,719 896,719 000000000000000000022ec9de687da1efad3a50a09cf0f7ae0d588198eb25f8 1.91 MB 2,831 2
896,718 896,718 00000000000000000000f830502ef8c35acff73069f1379333f6be10cc755c69 1.58 MB 2,966 3
896,717 896,717 000000000000000000010d76f877d3cf3ce120cd85ebbd25d9b32b69487bbb75 1.90 MB 1,549 1
896,716 896,716 0000000000000000000160df07c34e8b507a83453a4ae8e82be01eb4644d1a71 1.87 MB 1,827 2
896,715 896,715 000000000000000000020136a999db9d91d619644519e746bcc435050bbf1772 1.26 MB 1,475 2
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.