Loading Tool

Explorer IconExplorer

Memory Pool

76,558 transactions
29.68 vMB
0.09941860 BTC
Random Selection Loading Transactions
Max Size: 179.35/200 MB

Candidate Block

Mining Attempt 8f3c48b6aa498927ac1da28b56fc638b5c71e0d20ddf8a263685501afa24205b
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root c4a135ca9e8269695eda025cee1a4f0e4425dfdcda69567c976d72f89c11d8ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.03291215 BTC
Feerates: 357.61 > 3.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (630,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,734 284,734 0000000000000000f325b2939048c7e7eb5d0d4da525a2b424b3152406552b14 114 0.28/1.00 vMB 13
284,733 284,733 0000000000000000fd885ddadb2812ae3e5da6278f14d332bcf216fdd0cab199 606 0.35/1.00 vMB 35
284,732 284,732 000000000000000143e5b17cbdd293429a44c53710223b8f3afb5837f44b645b 132 0.10/1.00 vMB 24
284,731 284,731 00000000000000011cadd6e320fab2a24f53955a22f2dfe99c31e2d22518f26b 125 0.09/1.00 vMB 25
284,730 284,730 000000000000000093cb611110e63917889a801d8e5e85d60b34380f04d2ea4a 109 0.10/1.00 vMB 14
284,729 284,729 000000000000000104ea74809c22bee2d2bd407345b664df8065a19b35b57063 148 0.09/1.00 vMB 21
284,728 284,728 0000000000000000bcb7c1f2f627d89ca9d3476e108a196f13f5c74af8132fbd 133 0.08/1.00 vMB 20
284,727 284,727 00000000000000009400c530c40d7c1f5c04973ca3225e5fe6659b6ba9a91143 328 0.38/1.00 vMB 21
284,726 284,726 0000000000000000c0d4076466b08c7b7d6754089b18128f2496a297ce451d60 670 0.35/1.00 vMB 32
284,725 284,725 00000000000000004cf3aa249551432fa84da4de05e9cfc3e6d95a5ce8bed5f7 179 0.05/1.00 vMB 103
284,724 284,724 0000000000000000c20dd89c1a4b73287bad70792b186d044f128761eca1902a 1 0.00/1.00 vMB 0
284,723 284,723 0000000000000000ec39c5072c9c0f9a5d41ec8e7bdd4d6f5a255f9982f1b4ee 1,327 0.50/1.00 vMB 46
284,722 284,722 000000000000000047f892b13eb40e7f39547ab90c6baa9bac4b97e71383e238 490 0.21/1.00 vMB 44
284,721 284,721 0000000000000000a93a87f97d790fddf75d6fd56ba00db444925f650efbd7d9 1 0.00/1.00 vMB 0
284,720 284,720 0000000000000000e87cf07a97e1a2a185f551ad87a9d68bec41ea2715b39947 140 0.10/1.00 vMB 14
284,719 284,719 000000000000000005f319040fc06cb10ec2edf1f09ea31d3a39f5be4b663dae 306 0.26/1.00 vMB 26
284,718 284,718 0000000000000000c9d1093981cc712af4e259fe568b2e3fd6bbd8b58b6a1f7d 93 0.04/1.00 vMB 34
284,717 284,717 0000000000000000ad5a549c42830c257b4796762515fb856a9d7c64ca25c9d4 605 0.56/1.00 vMB 22
284,716 284,716 0000000000000000a80cddc9b4a42406cdb5a294ed4ea983af2cf0ffbab3586b 140 0.05/1.00 vMB 56
284,715 284,715 000000000000000121c38474ebc7d65aece9574013ef1e82f586bfae365d14ad 146 0.05/1.00 vMB 77
284,714 284,714 0000000000000000fe2b28e74d79b714fde0c4bb9498a7c60c4d91493d9587c4 713 0.45/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.15 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: 744.02 GB
    • Received: 18.70 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.