Loading Tool

Explorer IconExplorer

Memory Pool

42,335 transactions
26.74 vMB
0.06339771 BTC
Random Selection Loading Transactions
Max Size: 140.31/200 MB

Candidate Block

Mining Attempt f63d8d00ec2344a36c94ac9cf5121c0e799f75267a3640840dae60f1ff0b8144
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root bfd7247f8b96b05d000acadb5103f75adacc1c87e62f57e4c58f7ba1550b3a2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,187
Size: 1.00 vMB
Total Fees: 0.01397408 BTC
Feerates: 181.54 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (86,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,754 828,754 000000000000000000003e2fe43240f1394e541dd687ca06419efd8678ede5a7 4,864 1.00/1.00 vMB 572
828,753 828,753 000000000000000000018963a3e785eaaca89834d2933211e7fed9b2b946a4e9 5,911 1.00/1.00 vMB 639
828,752 828,752 000000000000000000027a57e179a6c078e6aaa6a07fa960860d73de9c53ff72 1,766 1.00/1.00 vMB 620
828,751 828,751 00000000000000000001721a92c27d40e9d0579be5e150be0318a481c8d2d1c0 585 1.00/1.00 vMB 552
828,750 828,750 0000000000000000000224c8fbb5686e3d0f7cee10ba0a1707edd2822b2e4cb0 948 1.00/1.00 vMB 26
828,749 828,749 00000000000000000002a9f27430fd7f2564b52b6f2aac5e16290925c7f30059 5,110 1.00/1.00 vMB 28
828,748 828,748 00000000000000000002461168f3a93ceecc4e8e2ec46ee5a7e86a028b8dc96a 3,725 1.00/1.00 vMB 27
828,747 828,747 00000000000000000001c806dc51c293a77e5ba0c4eea1b0e92717f636d65c22 3,627 1.00/1.00 vMB 46
828,746 828,746 00000000000000000001ce845d2b83138b33af10b19a8f887c4566639af18b66 3,921 1.00/1.00 vMB 30
828,745 828,745 000000000000000000039b4b0b565c781c2e99197c5f7f326b267ad0c67316dc 3,080 1.00/1.00 vMB 47
828,744 828,744 0000000000000000000122bca32d95ae7149fb351b2e0a55d88af982e676807b 3,656 1.00/1.00 vMB 28
828,743 828,743 000000000000000000035d869d22c3955071a1336827ec048787b9bccda5dd46 2,984 1.00/1.00 vMB 30
828,742 828,742 0000000000000000000020fd75dac3b23cb15732e2f7666b46284e25693eecc5 2,374 1.00/1.00 vMB 28
828,741 828,741 0000000000000000000059e7d2d20d9437d5a00757217270550726764f4d1841 2,971 1.00/1.00 vMB 32
828,740 828,740 000000000000000000032122f3c212a658ed79e8541e3bfd266db0819851dd5e 1,993 1.00/1.00 vMB 25
828,739 828,739 00000000000000000002b54906d0f470520685db608091168558aad1e9fb358b 3,078 1.00/1.00 vMB 31
828,738 828,738 00000000000000000000e88d93bca5f9a1c83bca22ecdaee576c463f6a4dff84 2,940 1.00/1.00 vMB 46
828,737 828,737 00000000000000000003484fb2743fc6800bd6c734e932180d4befc71da6c7d9 4,181 1.00/1.00 vMB 32
828,736 828,736 00000000000000000003720b2185371a6ef8bcf4ffacd5c2b237bd7105faf547 3,298 1.00/1.00 vMB 39
828,735 828,735 00000000000000000003700ce4998197d7b16a8fee82c90f9fa98a48a1bc7c97 2,146 1.00/1.00 vMB 38
828,734 828,734 000000000000000000018fc7be66145b06c91af68da76d9cc10ff6c2a6c1352b 1,276 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.