Loading Tool

Explorer IconExplorer

Memory Pool

74,638 transactions
29.73 vMB
0.09712772 BTC
Random Selection Loading Transactions
Max Size: 172.36/200 MB

Candidate Block

Mining Attempt eed5d40c03b58763804939dcf1fe56c2aa5eac4d8ce5df7f0f21433dee46c067
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root e12ab9fe28cc1accf1e97bb4d8bb135a3a828d873747b56df3ced594c2eb746c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,867
Size: 1.00 vMB
Total Fees: 0.02696970 BTC
Feerates: 150.36 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (269,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,053 645,053 00000000000000000000d5462b0159821c49b496011e838190cd05c3c77ccb87 2,275 1.00/1.00 vMB 73
645,052 645,052 00000000000000000008c32153ef66054fcc3fc2ee1d031b908d2b911beb56a9 2,067 1.00/1.00 vMB 51
645,051 645,051 00000000000000000003bca2d979a82aa52e75ddb6fa4047ad19601967ccb126 2,989 1.00/1.00 vMB 106
645,050 645,050 00000000000000000008b521827e3a55ea50a0e1be0f5bd8afafaf558ea0e368 3,004 1.00/1.00 vMB 42
645,049 645,049 00000000000000000008f0a66026d619c4c686ea47a86dacc8f6e8b34241476b 2,933 1.00/1.00 vMB 79
645,048 645,048 0000000000000000000eb3b7a2f579819b8957903cd41075f12f9e01b45e5e0f 143 0.04/1.00 vMB 52
645,047 645,047 0000000000000000000c628ed2c010e6c0aed66db60938e9e00142983b9b2962 1,183 0.37/1.00 vMB 5
645,046 645,046 0000000000000000000253faff4e347253af46816b9460e6965cd949e28db6b8 1,208 1.00/1.00 vMB 19
645,045 645,045 00000000000000000000cda09abdd9c8847f6d9a4b218cab2d3401b87768c73b 2,245 1.00/1.00 vMB 38
645,044 645,044 00000000000000000001de6bdf278750c160f9adb669a06912a01b569fe59f37 1,534 1.00/1.00 vMB 21
645,043 645,043 00000000000000000009652922e29729c20ea4df18305cd0a6b03c28a3bafd6c 2,482 1.00/1.00 vMB 34
645,042 645,042 0000000000000000000da34aae7f7d5a9e42a6e248f535a19ee7a147e5d20637 2,713 1.00/1.00 vMB 57
645,041 645,041 00000000000000000003d2e64c876718dc9797826dcd93a5899649fc65f0ef9e 2,157 1.00/1.00 vMB 91
645,040 645,040 0000000000000000000d080709d9acd2d7737fb0863219272024a78aed36c85c 2,253 1.00/1.00 vMB 15
645,039 645,039 0000000000000000000824b85ef41a6d8b411aed5a91cb898ac3928930cabe6a 2,494 1.00/1.00 vMB 13
645,038 645,038 000000000000000000036e3b62232b7ada99e8fa9e2adbae1960491c82d1a21f 3,054 1.00/1.00 vMB 72
645,037 645,037 000000000000000000108bf4ba1baab41216dae7abab28758cc99da004d63cb7 3,138 1.00/1.00 vMB 87
645,036 645,036 0000000000000000000f4310098d0556cfb449e5eabeca673ee988256035f2ad 2,058 0.71/1.00 vMB 46
645,035 645,035 00000000000000000000162032c3267a19bd51777e437cd7396a1ed4ebb2a8db 2,611 1.00/1.00 vMB 49
645,034 645,034 00000000000000000004638ab12c422d9e8a9c3c2aaf0a9e3642696c62d5c1e9 191 0.25/1.00 vMB 17
645,033 645,033 000000000000000000102b63db8a8d3ee73544dfa31f1717b33c7a5f1d0fddd7 2,316 0.95/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.