Loading Tool

Explorer IconExplorer

Memory Pool

79,786 transactions
21.96 vMB
0.07207808 BTC
Random Selection Loading Transactions
Max Size: 146.96/200 MB

Candidate Block

Mining Attempt de89df2efafac44b9cf19ace1ed23989031460dbf47f834bf6f5f55293e338b5
Version 20000000
Previous Block 00000000000000000001394e3b269f0f160495e23b5d52abfaed0d8c3be7493c
Merkle Root 665a2c39f2eb38d283e46bacbdb4b3fa015d622eba6d93e742845514fedf62fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.02169920 BTC
Feerates: 108.69 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,225 (866,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,399 49,399 000000001b621749cd17e83bfaf43c418a64141238f56badaef5e3ddaca42914 1 0.00/1.00 vMB 0
49,398 49,398 00000000296c41018f9b229b69b2e0111a140185b0b8a1a5a0fbe6d3f6d7295d 1 0.00/1.00 vMB 0
49,397 49,397 0000000021ef9c8f77ed623b579ff8fc68b8fd4ce8ae2a45a62ab5f1de342b79 1 0.00/1.00 vMB 0
49,396 49,396 00000000239f00c5a780cb6ae95a1cbf1c1cdaba6ff86ccfc4e0cb7a3d18db6e 3 0.00/1.00 vMB 0
49,395 49,395 0000000023e540a6576a9349c360b20e7771a285c0ff2f684ac51a1f8fc4a1ec 2 0.00/1.00 vMB 0
49,394 49,394 0000000009f314216cbd42e1cf0346772dce7fcb9b5c2c6363c0d0e2a3ea4403 1 0.00/1.00 vMB 0
49,393 49,393 0000000016d84839ae42766b6d9a8df1126d9b758a0f1bff87fd8e6b6394bb9e 1 0.00/1.00 vMB 0
49,392 49,392 000000000169f1e8109f9b76f462b06afb6a9938af120e03100c272e6d926d12 1 0.00/1.00 vMB 0
49,391 49,391 000000001d6f02bfe89d61ece669028b01a8f2de985e20f3570d381d63680dcf 2 0.00/1.00 vMB 0
49,390 49,390 000000001fbb4140244429ec6005c9264878379ca156d7f92545b60e79551638 1 0.00/1.00 vMB 0
49,389 49,389 0000000011bd2c764bd8827634ac06a916862e118d1d2591ca4dc8ad3abe566c 1 0.00/1.00 vMB 0
49,388 49,388 000000001459b4004e10c38f4c8bc8450ce14bae50653342b3345c7e26cd0537 1 0.00/1.00 vMB 0
49,387 49,387 000000001cf51af3d1ffc49659eae87189517b5e8040508c949498fbdb1190af 2 0.00/1.00 vMB 0
49,386 49,386 0000000013bd7b213e2214d5672f2357dcc4057e60d2919f44af1306303c30ac 1 0.00/1.00 vMB 0
49,385 49,385 0000000019f585e8be85dddb3005cf53f23692b3292a9fe54b7410190e249670 1 0.00/1.00 vMB 0
49,384 49,384 000000000244283ae4231bc6458b76be8e4d890ee4780fe9f88b43e77e873baa 1 0.00/1.00 vMB 0
49,383 49,383 00000000163ee74257c874eade9d56608bbc7e985ba947531b959747aaba3dd4 1 0.00/1.00 vMB 0
49,382 49,382 0000000014bce88d007d1492bfdbcfbd60450703402746578ae68006010e7db8 1 0.00/1.00 vMB 0
49,381 49,381 000000001fd2be5ba203a720a628503779dd49a0928cd2ac9bd582d2baa1b8a9 1 0.00/1.00 vMB 0
49,380 49,380 0000000025cb7b6406fc102432b9615a2e01890d5f6f9bcb5139a84dff0035ab 1 0.00/1.00 vMB 0
49,379 49,379 000000000095e35beaa2b72d7d48679e9551f8fe7f986937e137668fdf6eda4c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.50 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: 825.24 GB
    • Received: 25.17 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.