Loading Tool

Explorer IconExplorer

Memory Pool

44,630 transactions
26.62 vMB
0.05849196 BTC
Random Selection Loading Transactions
Max Size: 140.51/200 MB

Candidate Block

Mining Attempt e33972fcf7a80e8c7e5a900e5ad7c9a3581f98d6ca2fed8b4fe8e769bcc8cf9f
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 37e4d34b79bb77bf1d930ab98bdf2de3d6e86c3ff7b4a660a34ef5b361592809
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00907218 BTC
Feerates: 54.71 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (888,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,618 26,618 00000000a8fb2556f3b156b1e4434ada7b6bde499aeb1424b445031d45877031 1 0.00/1.00 vMB 0
26,617 26,617 0000000067981d7245a3e94458665bd599d555763e4a9dab63dbb3afd4e2a587 1 0.00/1.00 vMB 0
26,616 26,616 000000009fe8530ee0062712bfd93841b392f31dccdab9655e89039fb83ca2f7 1 0.00/1.00 vMB 0
26,615 26,615 00000000df77d28d175b12237674668ba290cc19ae42efc1fb4cc2054e8c7b61 1 0.00/1.00 vMB 0
26,614 26,614 00000000c88b637442e776bee2bad3bff54a50faed9dfc43dd3145025979433a 1 0.00/1.00 vMB 0
26,613 26,613 00000000f053b1bd0df19e14a2135472cfcdaad15d1ea966323a207f05606abe 1 0.00/1.00 vMB 0
26,612 26,612 00000000da5dffff7dd76077c964c1276ba28e021ff3c94e0047665e191dd3f8 1 0.00/1.00 vMB 0
26,611 26,611 0000000075686cda0e1aec9ac89930ac0e4b852ec0378f95afa3de89cbccb527 1 0.00/1.00 vMB 0
26,610 26,610 000000005a531ce0387180ab00ea0e28a4d94f23820faa415f86a9ac39b115fa 1 0.00/1.00 vMB 0
26,609 26,609 00000000965ef532c2e9adc0c12e2ec75bfe867efaacde03960da8ad30c4e7d7 1 0.00/1.00 vMB 0
26,608 26,608 00000000096a3119183d1e6b60bd2b7c914d867fdb7f237295c5ecd47b07321f 1 0.00/1.00 vMB 0
26,607 26,607 00000000c94f74ab16090afacf480c4de39345da1018d6c55d73a602f7ac4984 1 0.00/1.00 vMB 0
26,606 26,606 000000002c5e23005bca8774ecb80beaebeb6b61974720063d8cda76f886d4af 1 0.00/1.00 vMB 0
26,605 26,605 000000007b7482a65ee92a577dfa9814238cc9f6846ee81cfd011728dce5793e 1 0.00/1.00 vMB 0
26,604 26,604 00000000735b5b8ddc80f790d906e773b1f02863a3b6134ead648494946b55a6 1 0.00/1.00 vMB 0
26,603 26,603 000000006dc12b14b6db58557b919bc96af8dc8031131cf5c9bdcc5327869773 1 0.00/1.00 vMB 0
26,602 26,602 00000000e3bd955c073bb95558243ca2206d2c9ecac5802499661d017aebeb4d 1 0.00/1.00 vMB 0
26,601 26,601 000000001fd1eee68389493636d865ed985c82488af96622e3727856aa9df422 1 0.00/1.00 vMB 0
26,600 26,600 00000000ccaf846a8e8f0dc1ab38bbfe1a6183d69e0fd733fdae3af6c37963d0 1 0.00/1.00 vMB 0
26,599 26,599 0000000081b81d8cfbbc1d29212ac66037711321034771fbbfa412c1ae48edf4 1 0.00/1.00 vMB 0
26,598 26,598 0000000036933faf8743675078a5e576e6c771d7fe0d406dc57118b9cb817c8c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.