Loading Tool

Explorer IconExplorer

Memory Pool

84,121 transactions
31.49 vMB
0.10240919 BTC
Random Selection Loading Transactions
Max Size: 192.96/200 MB

Candidate Block

Mining Attempt 5897593be4e6f9f7d62bbe6847a055dc1cff38d3f11bdab4581173a467f51879
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root 7027703ccd8da32727b8d660d412f7c36f6dbe7e76bff7230b34f374613f9443
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.03005444 BTC
Feerates: 150.54 > 3.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (98,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,045 817,045 000000000000000000043c8877d17e729b975e9f70ace46221e39cb52b142d4d 3,622 1.00/1.00 vMB 223
817,044 817,044 0000000000000000000161f42356994b0c291a28b3d5a52caa681c4c9521ea24 3,678 1.00/1.00 vMB 200
817,043 817,043 000000000000000000002c13b0df2de67594de5424faf64a29f339a32efd22f0 3,601 1.00/1.00 vMB 273
817,042 817,042 0000000000000000000070214ae1f1e27829ce8770e5adb9479d841201a8e9ac 4,258 1.00/1.00 vMB 175
817,041 817,041 00000000000000000002b2129723cf7430006ffd868ab88cd0fc54e8fc8754ca 4,460 1.00/1.00 vMB 149
817,040 817,040 000000000000000000012b3a4239edcdaa2c4e7e4bb10a71a88508a455d2b483 4,040 1.00/1.00 vMB 187
817,039 817,039 000000000000000000028d9bb5161c755d8376872e540348d133f5b7c00f33bc 3,676 1.00/1.00 vMB 245
817,038 817,038 00000000000000000003ff06fc2e0816e4b1d2b16653ef0cbd439c1e567d0478 4,128 1.00/1.00 vMB 198
817,037 817,037 0000000000000000000120e0ba933a7c5ac19cfc368387da87879c17c19bc958 4,700 1.00/1.00 vMB 172
817,036 817,036 000000000000000000045619bdc12bda8af7d1054092d78d3a22b877944b82ff 3,782 1.00/1.00 vMB 209
817,035 817,035 00000000000000000003523cdc679ba2fbc1b6f6262ba0536136440bcd6648f8 4,582 1.00/1.00 vMB 188
817,034 817,034 000000000000000000036c112f1aa61b45449557e077a385f66afd2dee03fbd0 2,979 1.00/1.00 vMB 179
817,033 817,033 00000000000000000003c85f1e9958ccf2c546d3ebd23792b4d29b85c4673aad 4,106 1.00/1.00 vMB 239
817,032 817,032 0000000000000000000410de067a92a0d4a500900a927e8b7830d064cb2e5919 3,829 1.00/1.00 vMB 182
817,031 817,031 00000000000000000004454b527eb8c89c074e393dc517fe6e3b98697df6184e 3,852 1.00/1.00 vMB 238
817,030 817,030 00000000000000000001b2a8b14be48488b97f4b57f77a68dcd783bd9567e949 3,967 1.00/1.00 vMB 191
817,029 817,029 000000000000000000011ae2906018fb83d9df30e2b095d66ee1a02b0adc45b1 4,462 1.00/1.00 vMB 219
817,028 817,028 000000000000000000035d67fd984ade8d7c3f76d0b5a397926c30bf5bb09a46 4,026 1.00/1.00 vMB 220
817,027 817,027 000000000000000000028512007aa40bb43923fcf2f56da360a66f7a4ed22ff3 3,539 1.00/1.00 vMB 158
817,026 817,026 000000000000000000002155eec6fc7eac8118a6612ee08fa72d5799a5e42402 4,442 1.00/1.00 vMB 224
817,025 817,025 00000000000000000000dc1b9a5e8d49464694d82ec2b996013d78adf32f80b1 4,806 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.97 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.