Memory Pool Memory Pool Refreshing

3,588 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,569 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (622,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,708 285,708 0000000000000000b704a2512baa6cdbea07e49deba80338ebcdcb1ce419e555 0.30 MB 572 37
285,707 285,707 00000000000000013ddbbfde32d9b1ac88670fe40e9aa23523c28f1cccdc2e91 0.16 MB 285 30
285,706 285,706 00000000000000014cf11e1edc7622ecb1d8d5af71768d43c6ba0be797a5b40e 0.23 MB 416 35
285,705 285,705 000000000000000059c9a89218d76d78ef998664e4c82b2be081d98e53fd129a 0.06 MB 160 58
285,704 285,704 0000000000000000f1b4627badd208de62931db5303a6f56fd8eeafa357e7612 0.15 MB 168 19
285,703 285,703 00000000000000013d12cb7630d7d54710ab0017d10b75244d916f7455089248 0.50 MB 702 26
285,702 285,702 000000000000000024d079db25441e27acdb305409f974b2abbd3ace96676815 0.35 MB 430 17
285,701 285,701 00000000000000007470d3d84a48aa2a230c46d6bdd2b7fb5d53d2b19212b5c9 0.50 MB 939 34
285,700 285,700 000000000000000048a5ab521658492bb040557c7c62c7b5dd4881aa082c2c95 0.35 MB 312 17
285,699 285,699 00000000000000009881aa98edbd3e291e3d9c63c231fd6bfb27844540946695 0.35 MB 830 36
285,698 285,698 00000000000000018dd8173fc283502d47a0bdd025867b972b458b06206ef1ab 0.06 MB 214 42
285,697 285,697 00000000000000012344ec9857b66270d4d6039d25a491564685b38df15543c9 0.25 MB 771 59
285,696 285,696 000000000000000004fbfae30cfc721b66bedf76dad729b07d7542730eac2e26 0.06 MB 205 143
285,695 285,695 00000000000000017ad005b20d20a56764ccf8222d8ee319932c89b25e08b05e 0.28 MB 602 39
285,694 285,694 0000000000000000e62d355ed4029b156d8cdaf1b63c522329cae4bce4c50a71 0.12 MB 247 35
285,693 285,693 000000000000000100316999de62bfe53739650b79fe1ba7ee76188cd80c365a 0.12 MB 294 38
285,692 285,692 000000000000000138c1449d16d95b5c19abfbf47b4d4c5bc7c5f66bd474e252 0.05 MB 67 16
285,691 285,691 00000000000000016a7cc7f194f31ffbd1273c08d69764dfe66dd5cace9a7c8c 0.21 MB 441 37
285,690 285,690 00000000000000011e66adaf8b62e62d718188684f624a75382d9aaaf2a46ca7 0.67 MB 1,285 44
285,689 285,689 00000000000000016176f663ca90f785b1968f99d11364d39b63f790b3b44895 0.17 MB 303 42
285,688 285,688 0000000000000001425a9fd3b6225ca1a973f2b114e834be53d8b47bb1c88ad8 0.41 MB 722 30
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.