Loading Tool

Explorer IconExplorer

Memory Pool

77,522 transactions
29.06 vMB
0.07083403 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt 3113084e21e22717617cd4a13951989dfb075248f4aaef7d0ec005b806fa94a2
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root e508a883f40b4255dc79d88dacdceb4b3f146d10173131fe51411220993d8737
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.00743325 BTC
Feerates: 94.79 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (738,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,788 176,788 00000000000002ba61eb42783bb3bd2e2411fd515c3798cb894ae06629b47e69 37 0.03/1.00 vMB 97
176,787 176,787 00000000000009426e516b451cccdda894c2ead708ca4e2c6c88468c37ab887b 4 0.00/1.00 vMB 26
176,786 176,786 00000000000009eed1bdf0d1dcf083b99b2035c9b8074567b2bfec4d68c8047a 9 0.01/1.00 vMB 74
176,785 176,785 000000000000032d4e476d2a5fd484ca264f6fd88cd3215492f325fc946096f6 75 0.02/1.00 vMB 192
176,784 176,784 00000000000009e3578572b1db595208c8b8bae536000e7ba389c125cf26f9ec 71 0.04/1.00 vMB 179
176,783 176,783 0000000000000a62a967fab071fce662789c0a4e46bb2e0b41c5c1aadd2087d6 13 0.00/1.00 vMB 64
176,782 176,782 00000000000006745825eec1a28938ff7f446cb2c2537a5764edb8871df78a3f 53 0.03/1.00 vMB 170
176,781 176,781 00000000000002b5fb13b7662a3b3e9b937e3ae9cf2fb8fb89f1358bf7385ca6 85 0.04/1.00 vMB 89
176,780 176,780 00000000000002c93a27aec10d19709d3a0824b42631c4fbc1504d2a046840e5 10 0.00/1.00 vMB 28
176,779 176,779 00000000000009bee3101612dbd209f3770d897b69bcae68198161286516a17d 10 0.00/1.00 vMB 74
176,778 176,778 00000000000006260135a1e742408a94ab312d2039129e9258efcd506a15ea57 103 0.03/1.00 vMB 0
176,777 176,777 00000000000006413677adccf1a628d9b11a47228a89f62ebd7f10d38731208f 133 0.07/1.00 vMB 350
176,776 176,776 000000000000068eea1ca7dc03ebf3aa99214e44b0bdb98b2bfc6814b5812829 15 0.01/1.00 vMB 379
176,775 176,775 000000000000084182e0ea3ab2fed6d00173aa513aa187f6898b5c6756d7f59c 81 0.02/1.00 vMB 10
176,774 176,774 00000000000000eb0ec20eb7a162a6a52a679c3f093e7bdfdb25dc4764f7a05e 80 0.04/1.00 vMB 299
176,773 176,773 00000000000001931c3c2ee8a6c523c853ee3ebf4f5be8fec23b4259cdccd2a4 132 0.05/1.00 vMB 170
176,772 176,772 000000000000029b86a0c428e89e529ba5cc370361af3f8a5be9efba36761a66 61 0.03/1.00 vMB 43
176,771 176,771 0000000000000539ee5fc146dc2d79a3afcc894be1deb2913e11616d592b6ba5 109 0.05/1.00 vMB 248
176,770 176,770 00000000000004a140b221d59a5e41b042d98dd97f3db3e60dc3e3b0eba2f995 3 0.00/1.00 vMB 35
176,769 176,769 00000000000008c8dd9b5c112a236215b23de93b19a325afe382f81a2b15fdcb 107 0.03/1.00 vMB 56
176,768 176,768 00000000000003d7c32fa17adacbcae098e8adf3e8da9095b6f75a00caacbef0 19 0.01/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.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.