Memory Pool Memory Pool Refreshing

4,632 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,071 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,080 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (679,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,029 229,029 00000000000000f10284257fdc9305045d8cb275720e51ce61d690cc1f72d02f 0.24 MB 464 161
229,028 229,028 000000000000013e571ae6c3ef1bed563ebae52255ba638fc021919233e5efa9 0.00 MB 5 915
229,027 229,027 00000000000000cb1e9d9cef3b952b5fa1394a54fbb6e5625aa1b5387817e17b 0.15 MB 293 150
229,026 229,026 0000000000000085a887d7f58d163be807d255c56d9d12c43945cc803b927fbc 0.23 MB 313 121
229,025 229,025 00000000000001128551a982008056739fd32f0f14cac24a6022d56767fd60f8 0.10 MB 189 120
229,024 229,024 00000000000001a14b9a62db298e12a0c779dc26e9dfdda509f819275f29b1bd 0.23 MB 499 161
229,023 229,023 00000000000001f7f24124c08649cbd269c766bc53a7f88925d81ad964b44922 0.06 MB 100 121
229,022 229,022 000000000000018f21179288c82f1761c1bdf8c9a83f53b85aa4c569cb30801d 0.14 MB 305 164
229,021 229,021 0000000000000067460ed691825f2b0d9ce40971e296da641eca3fc5ee540be5 0.04 MB 90 180
229,020 229,020 00000000000001f27eb0c5ba5af7d0a555516a2a3789d7580a3df1a8516f4b6d 0.03 MB 64 170
229,019 229,019 000000000000020bfc47e37090b14745c83e6db5c61ad948afd5c3b7fb4204f8 0.14 MB 298 84
229,018 229,018 00000000000002073276f578bbe4ffc705e8a466c7bc3ee5382f9ba23310ce57 0.18 MB 440 197
229,017 229,017 000000000000026c89300fca91b9caa9d8c55e0df7afdd367a9f7c50d7b240f0 0.15 MB 114 17
229,016 229,016 000000000000020988d112150a2d30da0b89972b700abb607b12d2ba6cde3e87 0.15 MB 102 41
229,015 229,015 0000000000000130c2e54bb1dd9c634714e0deaad68eacdc6e820334ce77cc53 0.15 MB 350 160
229,014 229,014 0000000000000199c34478c710817a3aef36d591a63e012229f79a102ca479a9 0.12 MB 218 127
229,013 229,013 000000000000015e723dcfa2af044bd2c6bd33f774c31d1440a42c530fa9560d 0.37 MB 301 83
229,012 229,012 0000000000000239d387576468cc980fc6c924d19928b9c07236fe1e13e13e89 0.25 MB 749 214
229,011 229,011 0000000000000180f20ddfef7959f853eea02342100a86474ddda5c91d81967d 0.02 MB 80 201
229,010 229,010 00000000000000db9315a4ae2c19f5531e407288a86cdb1b693f3042b302fedf 0.17 MB 455 167
229,009 229,009 000000000000019b3f4524630fc5f932f941be62ae235108622405438d6e9fba 0.20 MB 531 182
Previous 10 blocks ↓
Total Size: 769.68 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,655.06 GB sent, 96.27 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.