Loading Tool

Explorer IconExplorer

Memory Pool

37,724 transactions
27.98 vMB
0.10197254 BTC
Random Selection Loading Transactions
Max Size: 141.81/200 MB

Candidate Block

Mining Attempt baa083866c84bbc78aacb2f0a364408bce4fc8ec9bf4c8cfc6219527f799e863
Version 20000000
Previous Block 00000000000000000000c47c1890e01cf5107ab7a3c5da6d59743d09f1e32405
Merkle Root 803355147d838dbb04b704e268222ab50f527fc24606a23b9b3efdef04ef2922
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,579
Size: 1.00 vMB
Total Fees: 0.04837273 BTC
Feerates: 101.66 > 4.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,606 (452,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,173 462,173 00000000000000000053d753e98e6df685a12720eef5036e669d89c0de10b431 1,276 0.87/1.00 vMB 68
462,172 462,172 000000000000000000c14c3b855d53dcad814a455f30119079ca3f4c1048581c 1,765 0.75/1.00 vMB 184
462,171 462,171 000000000000000000cfe916badc8fee57b839ede1b7ac6c2127e6c1bd90ffc0 1,616 1.00/1.00 vMB 84
462,170 462,170 000000000000000000912bd4b6a47fc4a0b9157f6710b08309ea4b5a83a2420d 2,587 1.00/1.00 vMB 206
462,169 462,169 0000000000000000020dfbe0cc2451b8fdab1d25247c47d0d4a60f0886c82422 1,831 1.00/1.00 vMB 122
462,168 462,168 000000000000000000143c98360406793010b44de37ab15c924baa1d373fb880 2,360 1.00/1.00 vMB 208
462,167 462,167 000000000000000000eb7c12c9cc5c43b0b72b007c1f44b5f542dc0079e1a051 410 1.00/1.00 vMB 138
462,166 462,166 00000000000000000109a3449681bcbccfd24c141a301e8cf3b823a544f87644 1,614 1.00/1.00 vMB 171
462,165 462,165 00000000000000000196ea4ef50c8f1302506c40b07a976147a3cbca177fb69f 698 0.60/1.00 vMB 61
462,164 462,164 0000000000000000018f201ace02f34975298d2ced92d2f1a0f4c7846cec537b 1,729 1.00/1.00 vMB 123
462,163 462,163 00000000000000000052a5e9dd9fe9f8202a51e0cd4967f05d8e4eabdca3f821 1,590 1.00/1.00 vMB 84
462,162 462,162 0000000000000000006b4493eefb4b811d38d42c1167e71533773c5d98145a75 1,847 0.99/1.00 vMB 133
462,161 462,161 0000000000000000000c9fad73925feec1fe68ff6ecad97c016ad8c77dd6d558 1,966 1.00/1.00 vMB 127
462,160 462,160 00000000000000000016a093a64def082f570101d65e9be6224f41884875f76a 2,166 1.00/1.00 vMB 152
462,159 462,159 0000000000000000004a4823016361caf630260f78b6c56987bbfdcabe7b74e0 2,379 1.00/1.00 vMB 126
462,158 462,158 000000000000000000cf30c731a17cf08467071bfc2b0d4937fd1787b1491007 1,248 1.00/1.00 vMB 142
462,157 462,157 000000000000000000661110971b9d9d52dbf5c5bca1ad5674272fb6eac62e4b 2,509 1.00/1.00 vMB 157
462,156 462,156 000000000000000000b59db87e151606c3136522b042ef659a0e5eac69246cc6 2,298 1.00/1.00 vMB 141
462,155 462,155 0000000000000000003aee7754a7b43bb2cbc372d2f78b3c62e2642030ed3ab2 2,227 1.00/1.00 vMB 169
462,154 462,154 000000000000000000488d8aeb6f83a425a5e32b60e39f9b4092aea57bda147f 2,672 1.00/1.00 vMB 135
462,153 462,153 000000000000000000a37f5e63226ed4afd0f395ee964f76f91d80fd0d8ec370 2,299 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

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