Loading Tool

Explorer IconExplorer

Memory Pool

82,918 transactions
31.39 vMB
0.09401765 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt c90e02bb411c66bc5795428885ac90b50246a0efed2251e139a844d88f4edad4
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root ba637fdbf020e03dd8eb382460aaacc24e874b0c6bc68b175e99681012f5aa81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.02576443 BTC
Feerates: 100.69 > 2.58 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (286,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,600 628,600 0000000000000000000ea574fb3b5ba8c0eff715617f2ffd229f451c7368622f 1,745 1.00/1.00 vMB 20
628,599 628,599 0000000000000000000c0154e53f0c3ad737e75d95c587820ce978d112492d49 2,100 1.00/1.00 vMB 91
628,598 628,598 0000000000000000000a533781677c5a396223324f2214c430664584c61c681b 2,224 1.00/1.00 vMB 46
628,597 628,597 0000000000000000000459d73329a51cab333810a8f226e1fac03515b7c0ff93 2,608 1.00/1.00 vMB 42
628,596 628,596 0000000000000000000841e68bb52862d51101722e59e91732d494c2ca6a893d 2,327 1.00/1.00 vMB 76
628,595 628,595 00000000000000000004f34887dffb05871e75e268e2d6b073cd41b8e3bf4718 2,651 1.00/1.00 vMB 76
628,594 628,594 0000000000000000000eda2343e57e084b40239d501e61adf30cdb7194306cfb 2,291 1.00/1.00 vMB 100
628,593 628,593 0000000000000000000a338bd80cf5802c5979c06081ff90c5a6c5b2e59e523c 2,776 1.00/1.00 vMB 107
628,592 628,592 00000000000000000001214ee3576ae5e057167db67f43b1f006ec178462d618 3,797 1.00/1.00 vMB 129
628,591 628,591 00000000000000000001c6121dec0ad00228726808fc998591db364d2d1ad3a3 2,784 1.00/1.00 vMB 21
628,590 628,590 00000000000000000002b57377af01c253fa9e8cc154e223dac44f4e4f66750b 1,750 1.00/1.00 vMB 58
628,589 628,589 00000000000000000003cb0b65f232d10b9b0f8b1fa5e3cf5af8412c0344b56c 2,157 1.00/1.00 vMB 64
628,588 628,588 0000000000000000001047b4a52e60eae597aaa3214a3f19db3efe298bbfdd3b 2,379 1.00/1.00 vMB 48
628,587 628,587 00000000000000000009412c3a5f24fc8c9158eaa4a2083863b0380f30f03517 2,872 1.00/1.00 vMB 102
628,586 628,586 00000000000000000010a124c0940b398b993882b9b766480543a6c18742f505 2,102 1.00/1.00 vMB 47
628,585 628,585 0000000000000000000b3382a0666bbce7b2178f83e890c772e9326b4e12226c 1,685 1.00/1.00 vMB 10
628,584 628,584 0000000000000000000ca5bdae0275403c10b1287dd6daf2f894b1cd3c79d597 2,306 1.00/1.00 vMB 50
628,583 628,583 00000000000000000009d92dd7c8d18f91f81bc50eff15b47d0a34b1968f5130 1,155 1.00/1.00 vMB 20
628,582 628,582 0000000000000000000f1abdbd861cca48d91d6c6a1c0c37da158388ee9981b1 726 1.00/1.00 vMB 12
628,581 628,581 000000000000000000069271542b9b6a5b90be2754c4b5449820d8c68e9e0252 1,133 1.00/1.00 vMB 6
628,580 628,580 0000000000000000000c838fdede796f91986003922531d459c89d7f27a9b76a 2,036 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.72 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: 702.62 GB
    • Received: 16.63 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.