Loading Tool

Explorer IconExplorer

Memory Pool

38,884 transactions
27.05 vMB
0.08822935 BTC
Random Selection Loading Transactions
Max Size: 138.94/200 MB

Candidate Block

Mining Attempt d815b188de40f23e7190441b3ffa4e1b961083baef7e355c0358534d80b457d7
Version 20000000
Previous Block 00000000000000000000830263a67bbc14fa6b875bae08cfae860c946a6b00f8
Merkle Root 506efe753d3c2b5647d3dbff38248cc0c7557229f12eebb4b163098d621215fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,407
Size: 1.00 vMB
Total Fees: 0.03639909 BTC
Feerates: 445.78 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,302 (1,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,103 913,103 00000000000000000001e154e1b3518df37721af41c650edc76cd29bd28e9c30 1,191 1.00/1.00 vMB 2
913,102 913,102 00000000000000000001a616e34ed324b308f5b8703ac3a462b9aedc2534b0ef 3,892 1.00/1.00 vMB 8
913,101 913,101 00000000000000000001166de9ec9aab1650f7c89d17c2b818254940842d1a9f 3,428 1.00/1.00 vMB 2
913,100 913,100 000000000000000000013cf25723fe0f82493a9b4b9512143d1d8a7879b10b59 438 0.09/1.00 vMB 3
913,099 913,099 00000000000000000000987dab9d9aa59cf3ce92e1e8fa3e59cb668cea24fae0 2,436 1.00/1.00 vMB 3
913,098 913,098 00000000000000000001937d83bc5f3f595abe83d5c1eb28131008a1f03a2301 1,750 1.00/1.00 vMB 0
913,097 913,097 0000000000000000000147fa251f1e591277ef663d09d69e8a0f8361280ac8e8 2,220 0.93/1.00 vMB 3
913,096 913,096 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde 853 0.30/1.00 vMB 2
913,095 913,095 0000000000000000000089e21a3ba95aaaa224f0fb2390f403faf05ea49c9178 2,428 1.00/1.00 vMB 1
913,094 913,094 000000000000000000017b1407762a6221222d317469b95bb6137cd987d1bc9b 2,087 1.00/1.00 vMB 4
913,093 913,093 00000000000000000000f2afa5ef586cd4e4b366c2c6cdd0b6f5de64c6286131 2,397 1.00/1.00 vMB 3
913,092 913,092 00000000000000000000befe78fc2633ebecfad4f84bda19ec52af91bbebcee8 2,644 1.00/1.00 vMB 4
913,091 913,091 000000000000000000007b9ad69cf6031aa965c2b3ed9d6bb2aa56c7f97606e2 1,241 1.00/1.00 vMB 2
913,090 913,090 00000000000000000001bee87932cba4b0ec32f623a7db70e84e71e1043cffd3 3,705 1.00/1.00 vMB 6
913,089 913,089 0000000000000000000015ad2374849d4096a9d96a6e7082557b20890b320e19 2,534 1.00/1.00 vMB 2
913,088 913,088 00000000000000000000a9b2b6089063b79d87cf7b64522bff6e862bc2e99a63 2,528 1.00/1.00 vMB 4
913,087 913,087 000000000000000000014b5f423089693ae60f38124051b2f8fc1279487ef411 2,311 1.00/1.00 vMB 3
913,086 913,086 0000000000000000000157139bd082c3d2b5f8a0d84800095c0bd0c988aa652e 2,165 1.00/1.00 vMB 1
913,085 913,085 00000000000000000000ef9a16557891871ba1b9f5f66b6a5c35660fe96fe0c5 1,689 1.00/1.00 vMB 4
913,084 913,084 00000000000000000001645ddedd0be35cce00e0f11c8229a53bd054d0c0a843 1,690 1.00/1.00 vMB 2
913,083 913,083 000000000000000000003d2055c05465e2c754e711e64d6d1ab885f43e14ef8e 2,084 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.02 GB
    • Received: 9.04 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.