Memory Pool Memory Pool Refreshing

3,582 transactions
1.15 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,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (800,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,862 107,862 00000000000184a758610996feceef4b0248bc7698f8b4398904daedb0f0e679 0.00 MB 1 0
107,861 107,861 00000000000175c1f57e2ad85edd2935299a33059a2f05e26a85a9184338fb92 0.00 MB 2 0
107,860 107,860 000000000001131e82d1a2cee4744984ad59fee04628137f476aa9d15ca4e75a 0.00 MB 9 0
107,859 107,859 000000000001a9ec9f2d6ecbb4c9ca7dd9991e3096a7622372f39e806f53e343 0.00 MB 1 0
107,858 107,858 0000000000008a0ce50e42bd76954343c4d341bbe25714d4c278f0182d5590bd 0.00 MB 9 0
107,857 107,857 0000000000012165c81812bd38eec2ba253af130de11bfc25562abcbc22cf27b 0.00 MB 10 0
107,856 107,856 000000000001bbdfc6520678c2ec4de2564832b6d4670cb5fa966ac3dda18f9b 0.00 MB 1 0
107,855 107,855 0000000000014298811004664fe11b8f1ac415d75882a1789b1249c15d54ca52 0.00 MB 6 0
107,854 107,854 000000000001bba2730cfd6a6cfc7ba6b1006772f935258ef17c4421d911612e 0.00 MB 2 0
107,853 107,853 000000000001b544a234ad32f75d6957989611e55a6c96136fd9dadd9c0d895d 0.00 MB 4 0
107,852 107,852 000000000002725412d021a2c6f62312184d0285de12f0f2141f802e88e7900a 0.01 MB 21 0
107,851 107,851 000000000001c70fd5235e5f3c6a6b3c96fc002b834a72b950d825961d4aa916 0.00 MB 2 0
107,850 107,850 0000000000003fffdd91dc2c879a061b50c220d6b3a329a6f7510122738f4571 0.00 MB 4 0
107,849 107,849 000000000000a1cd1cd17be6f96126f163ead5f0abc3f86c0e423c2bf067e002 0.00 MB 1 0
107,848 107,848 00000000000126d34a013078a2146a2c1ffa31b52f300b6673487d39bbd5ed09 0.00 MB 5 0
107,847 107,847 000000000002034a319a7abbf7d780e5cb1d3063d67871cefd8051521578a7a0 0.00 MB 3 0
107,846 107,846 000000000000a04b6c1fe5efed82f2e25399432495bc06229f198c1617bd8b9c 0.00 MB 5 0
107,845 107,845 0000000000018a9476659496b884cdffb60fac326ecc1094029242fc57b55c86 0.00 MB 7 0
107,844 107,844 000000000000b350119d7d878da4a96e16d5c18408bb53f245e7e5458a886fe5 0.00 MB 8 0
107,843 107,843 00000000000271d2a399cc0e7ca7aa68f58c19b613c888d84052da0f3d2b666d 0.00 MB 3 0
107,842 107,842 0000000000010d237a411d68d94ff1afebfcbc0109055584caa2341d7d755f65 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.59 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,651.17 GB sent, 95.87 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.