Loading Tool

Explorer IconExplorer

Memory Pool

11,246 transactions
4.01 vMB
0.04816210 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.34/200 MB

Candidate Block

Mining Attempt 87b0dd791d6663c417ad2afbf0a8091e6dd2515c08e8ee363788e52fba91e702
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root ce1874ec4974cb13449d78bbb770f51d79b7eb149b5edd479be42f8442731301
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,170
Size: 1.00 vMB
Total Fees: 0.04345305 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (704,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,042 209,042 000000000000041cf87ff2aa3b6620f27ece174909516be7a17a62e93333d39e 72 0.04 vMB 53
209,041 209,041 000000000000007ee659b99f72564236dc4390fc4f2a8ee2d60d019ba2b2e6e3 253 0.15 vMB 166
209,040 209,040 00000000000002f351303219f157602f972d5e2a7c866dfa894f076abc26f055 67 0.04 vMB 85
209,039 209,039 00000000000001c9734c07b2fd71d113719902f17e27448d57ef54bc9e5bd409 147 0.05 vMB 75
209,038 209,038 000000000000005965f9e81504010cbe595866eba1710f4a6123f5c827d16aef 182 0.09 vMB 167
209,037 209,037 00000000000003c84dea429c953184cb956eba7f97e26213ac2faf480018add6 12 0.00 vMB 464
209,036 209,036 00000000000003387eea715c4855ee622c662b0b85166cab50350c00d9cad785 184 0.13 vMB 195
209,035 209,035 000000000000036a411253495644ce5cdc1cd9b4af9c71ad13145470c72bc93e 142 0.06 vMB 188
209,034 209,034 00000000000001707f16f3790062c7de2c674922407939c5c02164f914658c7e 14 0.03 vMB 72
209,033 209,033 0000000000000408b5471f57ada2334340ddf910394b4db3cc591e22f9d1d06e 78 0.03 vMB 177
209,032 209,032 000000000000033dcd3826d807859cfd7ab46e9b45a64e4a3031a628588c3c48 28 0.03 vMB 184
209,031 209,031 00000000000002794c75befc319cad9de668689ed968bf18cdd660045e0ad7ec 109 0.04 vMB 119
209,030 209,030 00000000000003b337a1f39d48edb8a1f584866a5e71110f92c1733d3b48808c 22 0.01 vMB 100
209,029 209,029 00000000000004367d01bd35418b02d946e531d072db50595c5229497566574d 276 0.13 vMB 164
209,028 209,028 000000000000032c15eb5f2c062a86e95ebbcdfe333c7e5de129663f022db0a2 124 0.05 vMB 74
209,027 209,027 00000000000003dbb1ca18829fe4271ceae08950f2fa6c81863903f81ba9b6d1 84 0.04 vMB 156
209,026 209,026 00000000000002686e772cb352831e6a234088afb359f945a085fbc6d337d341 164 0.10 vMB 97
209,025 209,025 00000000000003de730236cd98cbbbd13555ff238122412da1eb2e843f43d85b 203 0.08 vMB 157
209,024 209,024 000000000000006f8e5a6c48bc6110eaef0f36c83c7534b3a13d6e9083679ea7 410 0.19 vMB 172
209,023 209,023 000000000000002f085b0b0cd7cb65497ab0e4b03a40ff2407e26e1f73eba4c4 30 0.02 vMB 27
209,022 209,022 000000000000038f5771e3faf5bf742ecd6c461774b5756c2693dbbd5c9da8dd 134 0.07 vMB 105
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 347.51 GB
    • Received: 1.68 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.