Memory Pool Memory Pool Refreshing

4,239 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (124,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,044 783,044 0000000000000000000426f26e3c5abf91b17920c82870ff7b5b607931c295ad 3.21 MB 785 5
783,043 783,043 00000000000000000003a4751622deba8e1468fa97976f3740603542c390a3de 1.97 MB 2,271 10
783,042 783,042 00000000000000000004bc5d0da706ab41898a29aecbef9bcb84185970483c39 1.68 MB 3,036 20
783,041 783,041 000000000000000000008b4bb721d8e151400221912ebcf4b67c46291869a662 1.53 MB 3,058 20
783,040 783,040 00000000000000000002b7faee4d71ecc09a831aaadf6b14e1e3fa7dd7b76d5e 1.64 MB 3,972 27
783,039 783,039 00000000000000000001777dfc22da002d74c3134785bf6e06c5139ace8799ae 1.42 MB 3,725 46
783,038 783,038 00000000000000000004f1c69ffd4bfc7a6965f4375eb37380f614bbad899c86 2.18 MB 2,255 14
783,037 783,037 00000000000000000005aee2f4791961464b9d93320675d54aeb1d72c2c338a1 2.05 MB 2,660 12
783,036 783,036 00000000000000000005c87bdc2f222105b4f8dd516b86a5009115f098f8386a 1.47 MB 3,148 20
783,035 783,035 00000000000000000004c01734c624b400b39ab62322ffd6ca8c4371f048c925 1.55 MB 3,073 25
783,034 783,034 0000000000000000000244a0efd7965d202e74a9128a3a491f248aaaad3510fc 1.30 MB 2,468 32
783,033 783,033 00000000000000000005886ff9ac69cd5c246a1e1f3a434f359552e51313ba91 1.64 MB 3,336 23
783,032 783,032 00000000000000000005848f32dfbe3c162a4ec2039bc97950066303aaf79931 3.15 MB 975 8
783,031 783,031 00000000000000000000b71d9e647fee6979cbd587e5c2eb6133e80855079e38 2.89 MB 1,757 11
783,030 783,030 000000000000000000051c36295ff6dc280bbcf4ce8b1a0cdbe6e4893d35526a 2.93 MB 941 6
783,029 783,029 0000000000000000000372c2eefa4e24586f37add7ba77275b233a7b42cd209b 1.65 MB 2,911 16
783,028 783,028 000000000000000000044857b955defced90e3b655b20eff240bb53c1026ab4a 1.86 MB 3,016 16
783,027 783,027 00000000000000000002e3e94bbf0bded27d1b4551467db659e1b29808f6352c 1.56 MB 3,356 29
783,026 783,026 00000000000000000003e53d72354f7cb95e18efa2a658d6e63eda632e0a22c8 1.53 MB 3,616 27
783,025 783,025 00000000000000000002605c1aff5edd771554af814d912a670f3fcba5622d74 2.84 MB 1,541 6
783,024 783,024 0000000000000000000062dc0194e06b5d2a3e5f0af52a050c484470d9ac616a 1.60 MB 3,230 17
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.