Memory Pool Memory Pool Refreshing

3,082 transactions (1.09 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,083 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,082 (894,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,644 14,644 00000000417ba988c440bfc93d4f99b5e24a7230f46afbd1fc84634e8c136885 0.00 MB 1 0
14,643 14,643 00000000e7e9547653cbeacb949539322e736dbd2074fb68c2fa301a9b4858ca 0.00 MB 1 0
14,642 14,642 00000000780d8cc6286b5249b05f303e12a976bc76cd9aa9da9fbac0ca9691e3 0.00 MB 1 0
14,641 14,641 00000000a4c3fd43c89d94f548fb245abba293ac089e6aaeae14dbd331fbc66e 0.00 MB 1 0
14,640 14,640 00000000a176a4938a4ba9c79eb65c37216b90f15e2d174cbfad8f48896f63dd 0.00 MB 1 0
14,639 14,639 000000005bc1a9e15ae6ede1e4b92df76e8e087e1c600764a3d03f7a71984693 0.00 MB 1 0
14,638 14,638 00000000927aa8ec0a914fd9b9d35d5574afa4374225858faaa1a0719f60d3bd 0.00 MB 1 0
14,637 14,637 00000000c739cf28aa3e173c8e698489885547737535429aede26559a85d1544 0.00 MB 1 0
14,636 14,636 000000006f6b05224a8334ff4f8a47eca1aa8e3fc1f576cff442fcfd9de60a92 0.00 MB 1 0
14,635 14,635 00000000388426987c7fd3ffb08eefd5fdc7dc5ce58fff7e66b62a08b6714509 0.00 MB 1 0
14,634 14,634 000000002d21136d1842bce828570359d07cecec23d4a200e6b888d6dda5f081 0.00 MB 1 0
14,633 14,633 000000000e19b1ac5e484282b292afe554242aa7315aa972f0e17ef3049df381 0.00 MB 1 0
14,632 14,632 000000004ed698b98ec26bb1733afadaa0b0b407fe6292b0b83acac24d0dedc1 0.00 MB 1 0
14,631 14,631 00000000f41063514730a0b635056c879ed8c2dcd25a432c4c5c8f090cbdf8f1 0.00 MB 1 0
14,630 14,630 000000009b3b2e9ed49cdc0f9fe70f2e091d1a1d428db9db66acd7278768e168 0.00 MB 1 0
14,629 14,629 0000000033cc0b0a0ac83bd9c08b1b2b272fa38ee16bdd9aa9d7da671fbb3fee 0.00 MB 1 0
14,628 14,628 00000000a86ffa6389f134fbc441f219b1535803504a912159bba0ea76d7647b 0.00 MB 1 0
14,627 14,627 000000003c23028eee6168dce6a6adf07d71566014a583623b4debb4f84359ae 0.00 MB 1 0
14,626 14,626 00000000c683f54c41f3c43dc3dfbbfd720384df6a6c9666abfc29c9d9c377ed 0.00 MB 1 0
14,625 14,625 00000000d181f157895c208824be7549f737df0d125261ae3b6fb144f56a223b 0.00 MB 1 0
14,624 14,624 00000000a0de63729b569ec77c00cd6c1fdf764616017c83b7835bf0246143ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,906.82 GB sent, 106.02 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.