Loading Tool

Explorer IconExplorer

Memory Pool

21,402 transactions
9.39 vMB
0.05487768 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.94/200 MB

Candidate Block

Mining Attempt d34ba1fe86125bcef13b39e3fdb6f6ce611a4e4f28d70dee3213d7d52a4c6faa
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 9cfdf480d689833eabca988306cbfe1a3ea5542d606b8195f033d7ad2e6062b2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.03172898 BTC
Median Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (647,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,291 266,291 0000000000000000c18b1271f2ecac470438917d0049bbc9c750e4d89f29e521 347 0.15 vMB 108
266,290 266,290 0000000000000008e54b944841e235169be97ebd68f31c157c6e7e1a974b42ba 636 0.27 vMB 84
266,289 266,289 000000000000000528e47c5a75922e342b6a9aa3fedd62a498f5e97994782b3a 447 0.13 vMB 51
266,288 266,288 0000000000000007cd0ddd25cafbf023a35dcde67f64fdca13770cfe0410d41e 198 0.15 vMB 38
266,287 266,287 000000000000000a4456f66fbba2f57e82db13ba788c04fd6eaef50e2e111f47 17 0.01 vMB 41
266,286 266,286 0000000000000008659f8a5a5e90080478c152951f3c8c6712fbcc8d74c7d105 419 0.19 vMB 118
266,285 266,285 000000000000000126cbadd6db9ca86a7bc2d66ec4f2202b2ee7871627b96487 262 0.15 vMB 60
266,284 266,284 000000000000000a42bba725eb5e9172133c379f4ef983ae9376022ed13becd8 170 0.14 vMB 29
266,283 266,283 000000000000000540f81ab7a33b7b4927b55656ef2e99e50894147ff0c3753b 824 0.25 vMB 116
266,282 266,282 00000000000000077ec539fd57fdcf9b86f0de08953e420e09d6a84c93bbe8e0 119 0.05 vMB 45
266,281 266,281 000000000000000273192c20467b5a5ea90d17dc869e0aa79bf8b8772e0834f2 226 0.15 vMB 29
266,280 266,280 0000000000000003936e717fdc8ae7353abfca9df111065dba6d2639f10727b3 688 0.25 vMB 93
266,279 266,279 0000000000000001f09ed0022542307d91c819f5078b48378b2f27ad30e4732a 138 0.10 vMB 112
266,278 266,278 00000000000000040700d39f618951adf3bb37cfacde22b29e914290a5ceaa88 319 0.16 vMB 77
266,277 266,277 000000000000000997002bcb79f27ccb1445b3ec8f971714834f969b582c2c69 271 0.14 vMB 69
266,276 266,276 00000000000000087b026facf713a5f5b8c951d0087c7af6e71b7de8a203b1b7 279 0.14 vMB 94
266,275 266,275 00000000000000067da5d44ae5c2aefb3dc2f35a0093ddab2dc265ca713642fb 64 0.14 vMB 10
266,274 266,274 000000000000000121b09141d6fe8b40d0dd324ff4950b123b05d3cdb66fce12 84 0.03 vMB 48
266,273 266,273 0000000000000005355f2bdac8254f3de255ae6907bc6518cc452a4122ac5d8b 42 0.01 vMB 52
266,272 266,272 0000000000000002bb50022df53a2d5119beba82432a12421ec13aa9d07b5d7f 410 0.17 vMB 88
266,271 266,271 0000000000000009ed83e4427cea27e189fbda617d8361165b28956a4100972d 347 0.15 vMB 91
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 271.70 GB
    • Received: 1.06 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.