Memory Pool Memory Pool Refreshing

2,986 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (831,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,687 76,687 00000000004569ffcc40eace9c300a48e7e932ee0aee20a8ea0f51f4515f0284 0.00 MB 3 0
76,686 76,686 00000000003e2d091d7e522876825d152b7d6e4a7b15aa793b83a5f83e53f06f 0.00 MB 1 0
76,685 76,685 00000000003fe37307842d591a6a71f0e075fe2ec768d12bb786bfa491b49da8 0.00 MB 1 0
76,684 76,684 000000000008ae7b28725ce47ed465881833c288b978aff09eaf059fc53d81f3 0.00 MB 2 0
76,683 76,683 000000000061a8fc95719f5103c5432081cd32cb3b4d7636e839dd5dd1f98ae0 0.00 MB 1 0
76,682 76,682 00000000002e9e3ffa68e1852d673e0914f33d00c6de53282ec4cb30f2a990ba 0.00 MB 3 0
76,681 76,681 00000000005ebc5fbca7d8a392d74b84094547ec5aaebe4ec5707359a426d2e3 0.00 MB 1 0
76,680 76,680 000000000012dff708264a3b4bf31f25e5103d7f5536b96b272f44e3d74a8416 0.00 MB 1 0
76,679 76,679 00000000003b205753f7075a9e30181d2c0e01b450eaf2e211364e94b49219f7 0.00 MB 1 0
76,678 76,678 00000000003ab9837fff717ceec73d973c1a8f55195bf1b9db51d913e97c26ea 0.00 MB 4 0
76,677 76,677 0000000000637fdfd1b28d6d7e2551466c171743392cbe9673fc73e223abce22 0.00 MB 2 0
76,676 76,676 0000000000091d6762c824b25d18beb30725d80f2ddf64c13e5598486d20aac7 0.00 MB 1 0
76,675 76,675 0000000000471b37c23e36c85a31b16d17d934d2ff84e67f394ec4070611c70a 0.00 MB 2 0
76,674 76,674 000000000059f8a04d3ea849deeca0c0b34471c8dcc95c8ea6e694e07932dc85 0.00 MB 3 0
76,673 76,673 00000000005602a1b9f4c45b40a29601cd0810f9d8124e198916c5dde20708ff 0.00 MB 2 0
76,672 76,672 000000000027cd32948f05269bbb3029679dcb97f22d096d2c82788914d5ece7 0.00 MB 2 0
76,671 76,671 0000000000213d7f415c40b25aef59fdbd6aab826bc53b558872105e81e7a92f 0.00 MB 1 0
76,670 76,670 00000000002147fadbecfe2f64ac91c1427baf65fd71e50a21e4adfb4c78ac54 0.00 MB 3 0
76,669 76,669 0000000000691e4f494cf2b7f174301ad3d6eeb1916f81b954bef24f8b81ab5d 0.00 MB 1 0
76,668 76,668 0000000000106bc037935d2714cf7c0c43b777b319b0dee53fcf6714818e339c 0.00 MB 4 0
76,667 76,667 0000000000405f45ba6af2abe8bbcc23a359046ad0368b90bc9c8cb0e7cfaf37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.42 GB sent, 100.62 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.