Loading Tool

Explorer IconExplorer

Memory Pool

24,023 transactions
25.07 vMB
0.06832592 BTC
Random Selection Loading Transactions
Max Size: 120.72/200 MB

Candidate Block

Mining Attempt 4a5c37aace2b10fa4b9c342f41fc5b744cef648fc2788d423ff685b8dd0eef6c
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root 47e0abc24812e4e7cb735e18774062ef5c34f1f08d43f6e9814015fb39e1b634
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.02300688 BTC
Feerates: 100.84 > 2.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (1,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,111 913,111 00000000000000000000e102145278a2d2cb227e1dee14a75b08b12466a5c68f 2,385 1.00/1.00 vMB 4
913,110 913,110 000000000000000000004c3a5a3c4f293aacbebc600e1e14d014f8f8d890a12a 4,606 1.00/1.00 vMB 1
913,109 913,109 0000000000000000000021245c05666158e84425657abb1f51d192a9876ff287 3,461 1.00/1.00 vMB 1
913,108 913,108 00000000000000000000690667e9f1e1e6fbf462320c531f126206cb971efb62 2,616 1.00/1.00 vMB 2
913,107 913,107 0000000000000000000128a7b4e8d91106349503ed518de6af789bf4d6c37cc5 948 1.00/1.00 vMB 0
913,106 913,106 00000000000000000000c10f7a22800a9ef593292b5bf5105c41c945c90dabdd 1,923 1.00/1.00 vMB 2
913,105 913,105 000000000000000000011eaccf90ac5fcd7e262c72696fa6fc221e28015fbf20 3,782 1.00/1.00 vMB 1
913,104 913,104 00000000000000000001641390d3170011710f1738f69f7a11883bb31ff1d18b 2,048 0.97/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 781.11 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: 580.05 GB
    • Received: 8.91 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.