Loading Tool

Explorer IconExplorer

Memory Pool

71,680 transactions
27.75 vMB
0.06105222 BTC
Random Selection Loading Transactions
Max Size: 164.52/200 MB

Candidate Block

Mining Attempt e36099b29db52e5c6f826c146f552379adbafe8f2f60020a01eee20340a7fee4
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root c829ce1cb86f32c53b77e13eb995bca2bb20737120cd813370846384c1f812a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,917
Size: 1.00 vMB
Total Fees: 0.00582420 BTC
Feerates: 101.52 > 0.58 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (503,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,380 411,380 000000000000000001b844ed15124bc08114c624cbf253c2b1eff6f3b9c09c2d 2,644 1.00/1.00 vMB 56
411,379 411,379 000000000000000004451523dd06fc08a61fd12ef367a490ead260d3f83bdf77 3,177 1.00/1.00 vMB 61
411,378 411,378 0000000000000000020d6b3cf8337931b7ad4ab157358c68cdb6623fbd6ea13f 1,449 0.77/1.00 vMB 35
411,377 411,377 000000000000000004a41b97b9248a3427be85ea49954fdbe7efd82336e50112 163 0.06/1.00 vMB 44
411,376 411,376 0000000000000000032192c25168c8733192db2277f51d50027bbacca47b0d46 39 0.01/1.00 vMB 49
411,375 411,375 000000000000000004bd61c1eae0078efa57d70b8fd55dacf0541069c0fdea23 1,780 1.00/1.00 vMB 32
411,374 411,374 0000000000000000040468ed340f95861dd522e4ee277b5db62c33d1a21219cd 2,576 0.99/1.00 vMB 46
411,373 411,373 0000000000000000010aa02a0f138f4eb15638c95c2d7807d6e3e6f7de228188 1,473 0.72/1.00 vMB 32
411,372 411,372 000000000000000003dc3982b0e0b97c5623ed235a2c214d8eea6328c4a9b7ff 1,269 0.95/1.00 vMB 37
411,371 411,371 000000000000000000494f83917803b38c0620ac19410a97068c791c57c09754 1,828 0.90/1.00 vMB 37
411,370 411,370 00000000000000000355121d9ed57e5eed912c63bc4ff5c250678fcbac2f6a5c 2,293 0.89/1.00 vMB 39
411,369 411,369 0000000000000000057c7d74f87ce84211268197b87744686a4377661242d4c0 2,547 1.00/1.00 vMB 40
411,368 411,368 0000000000000000059238845b87c08eaaf0ba7188263aeaf871728d08e6da5d 1,780 0.68/1.00 vMB 41
411,367 411,367 0000000000000000024a81094f2bb0587af97c3cc27e03ddaf65d0a7fd76e26e 2,111 0.82/1.00 vMB 46
411,366 411,366 00000000000000000260f11fc8c4cd1d4c3db32a51136479da9b342b69ff8006 1,520 0.64/1.00 vMB 43
411,365 411,365 000000000000000001fce36bab03c9490fdb4fef0149816b6c9b01caaed2f26f 1,224 0.96/1.00 vMB 26
411,364 411,364 0000000000000000003567b43782d684145df2cb3b9b8b744117204a47401d4b 720 0.99/1.00 vMB 15
411,363 411,363 0000000000000000047f466cfe7f66945b701878c5c4ba2b3a38dc351b061f7b 2,165 1.00/1.00 vMB 34
411,362 411,362 0000000000000000044ff06e8bb7315a30eb8ecae740c8835e19afe600398cdf 2,163 1.00/1.00 vMB 32
411,361 411,361 0000000000000000004d0c14930eda9b2f5cc41cf97d2c0ec0d978071f0b1a40 2,848 1.00/1.00 vMB 55
411,360 411,360 00000000000000000276d0874b772b97ea5b311a61884c2eb476112a2de6137a 3,097 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.45 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: 667.42 GB
    • Received: 15.25 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.