Memory Pool Memory Pool Refreshing

4,143 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,966 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,965 (786,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,693 121,693 000000000000379d6978aa2fa023ed1efba5d5e88abd049dceb2f244f7fb030f 0.02 MB 36 91
121,692 121,692 000000000000272e7976b240089b8a1f9dfa60b8da7bd9c9d1d949c3e63465e9 0.00 MB 1 0
121,691 121,691 0000000000003a838d05e044ae73aa86bf058bccecd64f49e25e5081e5668179 0.01 MB 11 373
121,690 121,690 000000000000270f7635c0f2b9be65cc7339d10a1f44ae940cd3d2d76878bc34 0.01 MB 11 571
121,689 121,689 00000000000028f21b8abef9152e1c8049414556d22169e2d29088379e55a446 0.03 MB 43 356
121,688 121,688 0000000000003921512244d5b62a07d0ff8e3b41db4c6385789b20abac11b575 0.02 MB 49 479
121,687 121,687 0000000000005534936be696d8e87eecef9e693e665b14d08e48d3ae2c3e5a85 0.00 MB 2 0
121,686 121,686 000000000000205e78973b16ca22c9f42e20e4ff06a88f3440911ba7d7de0ef3 0.00 MB 8 0
121,685 121,685 0000000000005eb49b2942e7aff15c87642d9036cfa1b82000af2600eb4784c5 0.00 MB 11 1,020
121,684 121,684 0000000000005cb69c27f52d698f31ff0d31a928dfa3037637da67242e5210ad 0.00 MB 10 648
121,683 121,683 0000000000006a8ae527a9286a4bb0ee29cc2f56dd966c0d418a64953476e3fe 0.02 MB 63 1,301
121,682 121,682 000000000000478e923959ed32d140fc593b356abae46959febe94db2e1bc93a 0.01 MB 11 1,288
121,681 121,681 00000000000076380a5cc61d82544cdc01d5ecc323c4127e38f06c6789c9a51b 0.04 MB 146 99
121,680 121,680 00000000000013c7b817e4ccb37fe5fd49258f9b47f7215d0ce066d288346070 0.00 MB 9 0
121,679 121,679 000000000000830af03671b7e2f614faa715c7432b4650425343e5a739907067 0.01 MB 20 289
121,678 121,678 0000000000006de9e699fdfdcb401e603d0775553c265d8a4ff10f848e9b15c4 0.02 MB 26 172
121,677 121,677 00000000000066457177675c210cc4e9fd1d911dd761e546d4d678063eddc0c0 0.00 MB 1 0
121,676 121,676 0000000000006b3c256255c049b4f79e9584ea29e06eff747ffc6b136390bf7b 0.00 MB 1 0
121,675 121,675 000000000000632c4b7f3eea11f737528a4237a1ce67b6aee8e3a0b599572f5c 0.01 MB 33 875
121,674 121,674 0000000000004dd056a18e6723a6c0181396d608be1281e25ae34bbba5eede1b 0.00 MB 14 917
121,673 121,673 0000000000006bf051ce00ef16b0ccb05e699efcc9d79efc6e2a1027b9777a6c 0.00 MB 11 301
Previous 10 blocks ↓
Total Size: 769.48 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,646.46 GB sent, 95.35 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.