Memory Pool Memory Pool Refreshing

4,632 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,742 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (326,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
581,744 581,744 0000000000000000000c4ea4814864db7792cd42cf18e7e1d4050edab6e8a7e1 1.32 MB 2,282 92
581,743 581,743 000000000000000000083abb0de13a96568ce1fac1556183f07d967a1b82a963 1.32 MB 2,952 115
581,742 581,742 00000000000000000022e977b0210f29a52535ac9c7240cd4758d8b2ae82f69a 1.21 MB 2,958 102
581,741 581,741 00000000000000000014bc886244d0adacb49589452923309ace88f14f40dea5 1.35 MB 2,849 112
581,740 581,740 0000000000000000002586ad121034d7e0889357dc0f3c7920133465a2fd84c2 1.36 MB 3,095 113
581,739 581,739 000000000000000000054f18a6a0706b6e743a3c63a4a0a77b369bce72afab53 1.53 MB 2,635 104
581,738 581,738 00000000000000000013a0d4f0239b9908928eaf3e6243fa02d7a67b98ce045f 1.24 MB 2,747 131
581,737 581,737 0000000000000000000c9e6c1da56d4392f708a96020fb07c0ebc6c9c1df9ed3 1.47 MB 2,777 117
581,736 581,736 00000000000000000002811d1bbc33e704130e6f696df5a329d5ac5173d2186e 1.27 MB 2,707 127
581,735 581,735 0000000000000000000544714e69e8ef8fdab2166e78feee773947e7138a0e04 1.37 MB 2,426 113
581,734 581,734 0000000000000000000d6382c88b2d712490d25a93150e6b60de426aed58f363 1.35 MB 2,633 107
581,733 581,733 0000000000000000000a67931708ce9677c9ed1e59d815d6257d1b796fd56267 1.22 MB 2,720 145
581,732 581,732 0000000000000000000fac7afc64b6d65a034d00bf75ba9a55d35024622e32fe 1.09 MB 2,638 56
581,731 581,731 00000000000000000003cc5338168553597370497c444e7f5f8e55f4b3eb0a33 1.23 MB 2,848 88
581,730 581,730 0000000000000000001de79a321842931453a090d27ee25a47fac51bb0205896 1.23 MB 1,899 106
581,729 581,729 00000000000000000002b4c719a486fa676343fc401cd9a5f05a1efb78cc5b16 1.13 MB 1,453 141
581,728 581,728 000000000000000000189499a18d5ad6e39df16a95480c270959de0bab1c80a9 1.24 MB 2,463 118
581,727 581,727 000000000000000000165f149f93b17f1460111e8e4a39783234c0de5e073699 1.31 MB 2,909 121
581,726 581,726 000000000000000000125898114608d31082ac5f3048da3bb7c19433f50e610c 1.19 MB 2,712 80
581,725 581,725 00000000000000000007ba26b0e2c6f3847d76e4bfb32c845dc0eb2acd8a44ec 1.33 MB 2,499 119
581,724 581,724 00000000000000000002d8dc4b079d013d3e24310abef92da02d2efce55a183c 1.17 MB 2,771 56
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.57 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.