Loading Tool

Explorer IconExplorer

Memory Pool

80,898 transactions
29.74 vMB
0.10222146 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 1f35caa349ef1c95ccb54f70a85ca644f996c075788a84f6caf3a86fc06d7977
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root f8fb8f238e1153d1860d57191147acd7f0055858422686640e9e8a23bf50b0e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.03765604 BTC
Feerates: 146.36 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (449,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,003 466,003 0000000000000000007a0506eaf9c6fa5f7913c6a6591e4b57420b6b5aa4939b 1,210 1.00/1.00 vMB 176
466,002 466,002 0000000000000000013a6b4529966d96f5f9e2650fdfcacfe2dd0c84a866c8dd 430 0.25/1.00 vMB 194
466,001 466,001 000000000000000001810637767b5907bfba2c6a0d89dac4c2bbbfe022de6d1f 1,132 1.00/1.00 vMB 159
466,000 466,000 0000000000000000007e229e0c9eddceff8202e66579a6568d728548d9fb12d7 2,211 1.00/1.00 vMB 207
465,999 465,999 00000000000000000011058ed611e2de2aafede1799545ef59ac477006aed92b 1,956 1.00/1.00 vMB 329
465,998 465,998 0000000000000000005a9b6110c559190c92b96b8c9f87d48b7fe0108b2cb3fc 2,563 1.00/1.00 vMB 266
465,997 465,997 00000000000000000149e15f86d70f9e3fe5bf929569f49ef615c1b73efd9bf1 2,181 1.00/1.00 vMB 208
465,996 465,996 000000000000000000479acf39038cea14441a75ff1992fcefaa65ef2c0d68fe 2,072 1.00/1.00 vMB 190
465,995 465,995 00000000000000000164dd71f341305ce017737405a3bba2a807b9672df6179b 2,526 1.00/1.00 vMB 205
465,994 465,994 0000000000000000009dac06c0f913cdae2c6d30f91ee63d2805496e1c8cf0a8 2,452 1.00/1.00 vMB 231
465,993 465,993 000000000000000000b9e713da3d360b427e74507024974c6915c31185b88ade 2,448 0.99/1.00 vMB 246
465,992 465,992 0000000000000000004416efa691dc35dcbee541aa2b64b233dcc27fa15042ea 2,393 1.00/1.00 vMB 244
465,991 465,991 0000000000000000003e6f47618544dd2e93ee3407052bf120c7c2f44be8a2ec 2,227 1.00/1.00 vMB 262
465,990 465,990 0000000000000000004282abc82a0c30c5653caab501d9e90c3927cf1ff25f7b 2,407 1.00/1.00 vMB 230
465,989 465,989 000000000000000001ef8fb55cb5241bfb69dac1a5ee1d963768beaa68be86b2 1,843 1.00/1.00 vMB 221
465,988 465,988 0000000000000000014b959abb8a0496303ab67c0810203d97949fcdffd65ac4 2,687 1.00/1.00 vMB 265
465,987 465,987 0000000000000000015e7e4c29fb4957470b2403feaf052427270ca520c483d8 2,084 1.00/1.00 vMB 277
465,986 465,986 0000000000000000019d9e93c799c919b999b33b4621324920bb7233e89fc1af 2,186 1.00/1.00 vMB 221
465,985 465,985 000000000000000000cc02589178f55b8d4f5a7469b0c0f31f5269468781ba73 1,881 1.00/1.00 vMB 260
465,984 465,984 0000000000000000011aa96e9bce403a4d38c5b72e8a4849a57cfc53a852adf1 2,255 1.00/1.00 vMB 165
465,983 465,983 000000000000000000deeaf7f5ec703d31a794cc7cfac814ba2b643e4b32b50e 2,698 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.