Loading Tool

Explorer IconExplorer

Memory Pool

41,879 transactions
28.67 vMB
0.07157540 BTC
Random Selection Loading Transactions
Max Size: 146.53/200 MB

Candidate Block

Mining Attempt 15ca110a1fab7e8e81f78e7eef8bd4f7fa4c367238b946354616dc5a2e687eda
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root e38b0f3c28d003a7a547992b7ba79054df2da757fa2f40e2043a77ad3a371448
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,693
Size: 1.00 vMB
Total Fees: 0.01590277 BTC
Feerates: 104.56 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (456,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,245 458,245 000000000000000001303388ff52e7f3dc8f86da81a94ac0803db1b73cc4faa3 1,866 1.00/1.00 vMB 112
458,244 458,244 000000000000000001bcd93c5e8d7960aa94fbcd89f51dc9cd8919ac827894b1 2,266 1.00/1.00 vMB 150
458,243 458,243 0000000000000000011612d72596f44fcbaededb3a9e391bd3132765a5315882 1,499 1.00/1.00 vMB 339
458,242 458,242 00000000000000000102a271c226bf73a3ef7009c8ac160e8c0fa54260d87b32 1,422 1.00/1.00 vMB 62
458,241 458,241 0000000000000000019e7886f3f46e689819b842cde12ee3f12702a93e5aaaac 2,224 1.00/1.00 vMB 145
458,240 458,240 00000000000000000072adfa6227de36535a90941be5d831e9c9bab67623a5ed 1,079 1.00/1.00 vMB 105
458,239 458,239 000000000000000000b0a67b56754c9844f77be82c733e0bc875fbe6843bbddc 1,761 1.00/1.00 vMB 85
458,238 458,238 0000000000000000015282a619da806f12789fcf59165fd5c2ccd4de314c6a4e 1,932 1.00/1.00 vMB 221
458,237 458,237 000000000000000001a08f826c071935fb67c423cbba8d872e423871007d6e80 1,660 1.00/1.00 vMB 69
458,236 458,236 0000000000000000009f0b0124781bba7b9742d88d75c3daefb32dd3f69b9168 2,115 1.00/1.00 vMB 163
458,235 458,235 000000000000000000f15b592c66b72f562fb28ee51a1de59b74bcf778baa08b 2,423 1.00/1.00 vMB 66
458,234 458,234 00000000000000000149f37e327ae5b0a94dc1684f352b6a8d076ec09d509551 1,876 1.00/1.00 vMB 144
458,233 458,233 0000000000000000016f3f40ad6c10d18f9c246e1b645b5381c2ef0ebbbc92f8 1,525 1.00/1.00 vMB 127
458,232 458,232 000000000000000001229424eac0d45e8b5a8f094df66364d01e0eabc652bf20 1,389 1.00/1.00 vMB 105
458,231 458,231 000000000000000000587ec145af3d745a4573bf0ec3334257c9bd6bb4fdadd3 1 0.00/1.00 vMB 0
458,230 458,230 0000000000000000001fba22ad06475ae4498d2c8825843530125e52079b2db8 1,960 1.00/1.00 vMB 151
458,229 458,229 000000000000000000ad805667bd3a0473c7c1a7bafd28f01f1ab797f129dba0 1,878 1.00/1.00 vMB 97
458,228 458,228 000000000000000000c4f071c88657742bc97fd91cdde6a4bb93d1b9bfc62866 1,089 1.00/1.00 vMB 110
458,227 458,227 000000000000000001e256ae06be7e17f3690cc508bd5758b405651b4307a00f 2,131 1.00/1.00 vMB 151
458,226 458,226 000000000000000002206b77c6fa7adbd50cbff6f17e6ab1f4ed9ce4f3369c98 2,724 1.00/1.00 vMB 193
458,225 458,225 000000000000000001e24259ea90ddc25fd8be02df26b252c61830939757900e 2,256 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.