Loading Tool

Explorer IconExplorer

Memory Pool

43,513 transactions
28.67 vMB
0.06868122 BTC
Random Selection Loading Transactions
Max Size: 148.11/200 MB

Candidate Block

Mining Attempt 79fdca1c4db879b33a7a75acd404a104b2ec2d93a77c4f410acb26c67bf86d15
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root 8e931e528f08cca5d7d6658461c01e1139714652eb4359459e14da82b429643b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,104
Size: 1.00 vMB
Total Fees: 0.01309492 BTC
Feerates: 150.75 > 1.31 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (452,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
462,152 462,152 000000000000000001afe48469ef7f4c169082c8214069f805da717a8da6e615 2,380 1.00/1.00 vMB 169
462,151 462,151 000000000000000000e38cdfaec423d9b3a3394f0e7368d7efc96c3944aa13d2 2,295 1.00/1.00 vMB 151
462,150 462,150 000000000000000001142836cfb29f41321a9ab161bded518820caaf17c1c387 2,218 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 12.00 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.