Memory Pool Memory Pool Refreshing

3,452 transactions (1.65 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,786 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,785 (879,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,174 29,174 00000000de0fd860df81b354ff96b3f2754a754935d24c08b9eeeb25a31be585 0.00 MB 1 0
29,173 29,173 00000000a8a039f89eddaa72c25bc8c22cdf9d2f35dc6e4bc5c8e4388a46256a 0.00 MB 1 0
29,172 29,172 00000000f875002a0f0db3277f3feae073ab0f83cca3e3dc936644082cd2b01c 0.00 MB 1 0
29,171 29,171 00000000fa25c9fc59df3e394030bcd49dc1230d1c52669de4b8a2c6911e8005 0.00 MB 1 0
29,170 29,170 00000000ee36ea860f8ba569e58497a564681af45c7d4d4adbf33c9345fd05f0 0.00 MB 3 0
29,169 29,169 00000000e86ab28e404e9dc4563632557fe28bacdc4f11b0aab1fcd025d9064c 0.00 MB 3 0
29,168 29,168 00000000a64c73c0edafd7debab805e95c7d697ffe9269119a8032df5077ae3c 0.00 MB 2 0
29,167 29,167 000000006764266a8961440808cf7b65bbf0df7300219d2786c468bcf411e61c 0.00 MB 1 0
29,166 29,166 00000000f03f4fa24037adea6f3f2a88140002460da566afb3bb682ab3faa96b 0.00 MB 1 0
29,165 29,165 000000004418cfd69b07461520174d5c00dde45ce13f3a2f6c31f7fdb38c4f69 0.00 MB 1 0
29,164 29,164 0000000073bad5f923ce38c8820fb9f984486831ed0e5b676e825f7bb1a08968 0.00 MB 1 0
29,163 29,163 00000000ab7feb0cfa7e0deca0d13a22a88533aeb57f46b1daf92d9301196d24 0.00 MB 1 0
29,162 29,162 000000007af01083f4f2d414de5ba3f441ea63bf2ec2552b46baa82da5eb2016 0.00 MB 1 0
29,161 29,161 0000000033f2c1a4ccad383aaea8d915e12c5f5dd16c228b35fd945d120562f3 0.00 MB 1 0
29,160 29,160 000000000bf5f71ae44f4ad7300757731e794bcc97f6b34f69dd97b0020728a3 0.00 MB 1 0
29,159 29,159 00000000099b5c1530dd49e73df26fc216314faa35f344bf92d1aa99a5c18b62 0.00 MB 1 0
29,158 29,158 000000003501e48cf24a5a2cffd0b78f9629c77ae4cc7cc67b1e1add0f8f8adb 0.00 MB 1 0
29,157 29,157 0000000086b2b44612b1080e948419502a5cb0528f632e7b9ee58ee7b336a768 0.00 MB 1 0
29,156 29,156 00000000d77878cab101f476eae9c67a32a70a0069b0dca017290a7869886c0f 0.00 MB 1 0
29,155 29,155 000000007726a7423f270183e410653ce6eb4270182a43e8fa8adc26a3ae97ff 0.00 MB 1 0
29,154 29,154 00000000af77f511e78f72cbebb7253060a7a70f5dac0a7fbccdf2151d75e214 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,857.07 GB sent, 102.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.