Loading Tool

Explorer IconExplorer

Memory Pool

24,474 transactions
10.66 vMB
0.03363827 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.06/200 MB

Candidate Block

Mining Attempt a9e40a7ad7b371af1b4ac2352f3938eb7a7f43f68181732e40248abd1feeaa3d
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root fef250efe1d38d9f0bab117f37d642bcc1c7a7feb817a9a7a2ff95949ac4e34a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,678
Size: 1.00 vMB
Total Fees: 0.01587924 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (743,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,676 169,676 000000000000038a421be0468e62da1252be7073c6fa252145bc4c06b154e0b6 108 0.04 vMB 63
169,675 169,675 00000000000007e82fb1c549a9391a707dc92dbdb7ba86a4b787440714e83d9a 9 0.01 vMB 31
169,674 169,674 00000000000002b94bc36a67395ef353acd6cf4e3b6fce36204ce8a3dd1ce21b 13 0.01 vMB 69
169,673 169,673 00000000000008e26c6e68962c75cfc3b423a915152cc82d2a32afafe1baa0f8 22 0.01 vMB 67
169,672 169,672 00000000000000ec396fbcab6d0263027209f7d7f125f4a2875042ecae34319f 93 0.04 vMB 42
169,671 169,671 0000000000000136e384d517ccee31b094da8436c74275f84d1b9006310d3a00 64 0.04 vMB 64
169,670 169,670 0000000000000a2c5d4d0d790ef1812c6116de407ec35eee6011e2b75370cf00 15 0.02 vMB 60
169,669 169,669 00000000000000f240877d0ac16a848280aef0a2aaafd4d731a2eca223f141b0 36 0.01 vMB 113
169,668 169,668 00000000000005de98823f48010978757c48c491631739d39d43e7dab2819563 7 0.00 vMB 711
169,667 169,667 0000000000000044be2622f4d54143467990333b7d04d379f7722baee1f89c4d 76 0.04 vMB 82
169,666 169,666 00000000000007e96ee7c615b3d097ba5b387beb32026ce3ad2b5f252efcd875 62 0.03 vMB 147
169,665 169,665 0000000000000a05f1dbe5b5125463a290e038867925d8cad96d200b21f002be 21 0.01 vMB 480
169,664 169,664 000000000000067e2c143c190d19842716e98ffcec7548a91eaf2d32ccfecd5c 58 0.03 vMB 82
169,663 169,663 0000000000000587676397bc41a793d53259fc5355f81c6a5602eaa6a0feb851 33 0.04 vMB 145
169,662 169,662 000000000000031a8b35f1bc374d6521cc8076008c8add4fb02f2dfe1a29ebcd 40 0.02 vMB 270
169,661 169,661 00000000000005c9e360bf89d3f3b9671ffaa97a13321f70f52c08fcc483afa8 85 0.03 vMB 84
169,660 169,660 0000000000000149b9fb6099e3f2df54328228e625bf531495e5c52f8567fd1a 108 0.03 vMB 11
169,659 169,659 0000000000000110c7e479407b5cc82b9014374c513b5606f55532725f975bfa 108 0.06 vMB 223
169,658 169,658 0000000000000283b0c7b6722f5b95559884daa43cc07b94f27d98474b068096 31 0.03 vMB 47
169,657 169,657 00000000000004bd1ca4edbe35f8bd81e76d37cf779033fbf489d4d823e092a3 104 0.04 vMB 175
169,656 169,656 00000000000009dd71e6b4f42e95fd3195fa570654e4eaf456d79cf4d8f85eca 19 0.01 vMB 73
Previous 10 blocks ↓
Total Size: 779.77 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: 397.34 GB
    • Received: 2.03 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.