Loading Tool

Explorer IconExplorer

Memory Pool

79,015 transactions
29.92 vMB
0.08034768 BTC
Random Selection Loading Transactions
Max Size: 182.62/200 MB

Candidate Block

Mining Attempt 90597443f5b2a17a5f4d482e8b059876f4d2fc828b4b3f01fb959f48e894911c
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root d6561df70acf847d449e1359a02223f55593762d1913ac7817280a11d6cb6401
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,194
Size: 1.00 vMB
Total Fees: 0.01385207 BTC
Feerates: 300.83 > 1.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (456,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,759 458,759 000000000000000001316160dcae8d089c7ef00a484b640762e92f7fa4c5575f 115 0.05/1.00 vMB 163
458,758 458,758 0000000000000000007f659e77e9f866528dc18a174f7f7de629ad427c2ac5d5 1,481 0.72/1.00 vMB 171
458,757 458,757 0000000000000000008a1b89f0844e2d8f8b86feadaedffbdc8792777f9d18a2 676 0.30/1.00 vMB 190
458,756 458,756 0000000000000000019fc6ed05b6a9ef8277e5b30cfe7f36c880ee30db04b573 611 0.27/1.00 vMB 191
458,755 458,755 000000000000000001a3fd664f16c7a46b05858132ef07b796a7c51eb35d1cfd 809 0.60/1.00 vMB 103
458,754 458,754 000000000000000002048843513188eae5a0733a342619776a1a983e6cb7b7fb 805 0.41/1.00 vMB 54
458,753 458,753 000000000000000001fff8ba6ead82d090c9612341331f9d93df154677d87a89 2,092 1.00/1.00 vMB 171
458,752 458,752 0000000000000000017a13b7346902b7625174dc3c6bf44a0bd511bf1e9cfe4c 1,323 1.00/1.00 vMB 85
458,751 458,751 0000000000000000016195a50e149cf4efb01f922c0a041430b7ee033a5db4dc 2,511 1.00/1.00 vMB 163
458,750 458,750 0000000000000000007876a4b531de4241e7761ae58aa6d2b85fd850eae66130 2,381 1.00/1.00 vMB 185
458,749 458,749 0000000000000000013541ed36e3902e00169b92963fd99935d15953dd0f327d 2,498 1.00/1.00 vMB 171
458,748 458,748 000000000000000000ce6dca1e56222bd42ad4fa8d1417823ffbd511109aa6e9 2,244 1.00/1.00 vMB 175
458,747 458,747 000000000000000000ff6e9b3123e2f7c4e726f4540d3860758e327fc38333cb 2,380 1.00/1.00 vMB 148
458,746 458,746 000000000000000001f24625d80f6ddbc0a6c79563d53d23360ebc1297e79323 1,571 0.75/1.00 vMB 187
458,745 458,745 000000000000000000fc0b808df8ace0d3d42f172d56fbbaeb4786a57cfc4d7d 1,956 1.00/1.00 vMB 200
458,744 458,744 0000000000000000005556acfcc6a7a92aa8dd7c2f7055296ee27b75de0df502 1,537 1.00/1.00 vMB 211
458,743 458,743 000000000000000002017a38825e099f93d58f6f66672404371299208487f5e0 1,510 0.63/1.00 vMB 114
458,742 458,742 000000000000000000f92611ca02ad67d52287271961c40305e8f54b3595f52b 2,215 1.00/1.00 vMB 185
458,741 458,741 0000000000000000015512238c150faa0fa48c22722d8b08a36067b422128e15 2,431 1.00/1.00 vMB 116
458,740 458,740 0000000000000000009f8d1c2e116aefe7fc04c8b7cbf548e49a8cd481fb63df 1,977 1.00/1.00 vMB 150
458,739 458,739 00000000000000000077f4a4063a7ce1a72c290f0dc86affc8478f0dab67c6e2 2,382 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.