Loading Tool

Explorer IconExplorer

Memory Pool

89,625 transactions
24.56 vMB
0.07495997 BTC
Random Selection Loading Transactions
Max Size: 162.81/200 MB

Candidate Block

Mining Attempt ab857a47ccedfd03ad70f125ed227c19efd54ae3622d1960d9368899f1f1e397
Version 20000000
Previous Block 00000000000000000000b16f7eabd48b7b47f8b12a4f6330ae3008dcf0db4b75
Merkle Root 4a0f34cb4e4e9dd4480786054ccd956e6b6e831c1101ca0aaf6aa20f1777534d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 385
Size: 1.00 vMB
Total Fees: 0.01681690 BTC
Feerates: 261.10 > 1.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,852 (808,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,599 107,599 0000000000019557e963250e81f33c4522394f44710dea00eacf2923f196c2b4 3 0.00/1.00 vMB 0
107,598 107,598 000000000001b85526e2c85642cb02f4dd4769844be67d5f8d20c2f9bf42251c 6 0.00/1.00 vMB 0
107,597 107,597 000000000001ad82c00ad1be66eeaa9bcbf98d5fc1d28a0d709d0f636389d7f2 12 0.00/1.00 vMB 0
107,596 107,596 0000000000012652e2d52f0310da461396f5ecea8106d897f87262ebe4b671a6 6 0.00/1.00 vMB 0
107,595 107,595 00000000000219fe09530554b7db2b0941d49de844234ae84ea557b625dc0965 32 0.01/1.00 vMB 0
107,594 107,594 0000000000027d64305dca9b8213da1e61887a061ff778a1675b0828a4febda6 7 0.00/1.00 vMB 0
107,593 107,593 000000000001b40348efa87e35021c87595b03f1d8cc48aab68bc75e14614ee5 3 0.00/1.00 vMB 1,189
107,592 107,592 0000000000015fac9f3fa1f2303e44b4d591a02ec56536d70f5c33d7cc701ec4 6 0.00/1.00 vMB 0
107,591 107,591 0000000000020830fc7ea9b911218876cf093f62519b7c94c07b287563cc8660 2 0.00/1.00 vMB 0
107,590 107,590 00000000000248b30f2dba5ef166d12234f7f925a64f516907d3dd44585791d8 1 0.00/1.00 vMB 0
107,589 107,589 00000000000063605692a5d9765fc32831d01e555feef6e123bea83452c773f9 1 0.00/1.00 vMB 0
107,588 107,588 0000000000022e659d2c383c8dd72cb93ec7665bb63f5dafdd3ffc32497d49b4 3 0.01/1.00 vMB 0
107,587 107,587 000000000000ea15c946b64b49185a00821f147b79b4b2b5494d6516c4e0ad82 8 0.00/1.00 vMB 0
107,586 107,586 000000000000ae232561ca2815fbc819c162011d287d780297495672402daa4a 4 0.00/1.00 vMB 0
107,585 107,585 00000000000135593b1f443abdd3cdc7d745b6c246c9689b5984f2192c8d6bd2 7 0.00/1.00 vMB 0
107,584 107,584 0000000000026ad1e0658ac8fc26b6b77e828d8ce1ca8b9ab48a0e03fe1c1299 13 0.00/1.00 vMB 0
107,583 107,583 00000000000219136c93769baf9008fc18b30f53039e4b963f8f52df50e399ad 5 0.00/1.00 vMB 0
107,582 107,582 0000000000018bbadb583dc079a76ae08980c525711b0ec46dda5c56c92193f8 3 0.03/1.00 vMB 983
107,581 107,581 0000000000005f4838fcb13bbd225c304986a0312e04fb2d23640d32cc073332 11 0.00/1.00 vMB 0
107,580 107,580 000000000001514054e9a8df1c4eac9b3a64fa32a8f6140e2c4e30b331a498e8 11 0.00/1.00 vMB 2,819
107,579 107,579 00000000000109633f1f19d00bcfeaa3ab17da243c93c6c478ac62322db84b89 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 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: 793.27 GB
    • Received: 21.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.