Loading Tool

Explorer IconExplorer

Memory Pool

50,845 transactions
30.38 vMB
0.09413554 BTC
Random Selection Loading Transactions
Max Size: 162.95/200 MB

Candidate Block

Mining Attempt f2446b13e3d3a0350ebe2077f36cc4d048e7d6ac58b2e961226318d98dc2ab54
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 0c4c545390c9ec193459f97789198eb59d27e992570cd7bf8001d22f1ee0b1a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,658
Size: 1.00 vMB
Total Fees: 0.02336321 BTC
Feerates: 202.16 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (246,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,429 668,429 00000000000000000006ea9c4e6a0540de41793430b7d45a74f06307a5ea6778 2,416 1.00/1.00 vMB 91
668,428 668,428 0000000000000000000cedee0055b23c0208e6f1198f38ddcdd820afad16ec6c 1,560 1.00/1.00 vMB 32
668,427 668,427 00000000000000000000c0c909e107b779e81c2456fe58cdb26abcbff7736dfc 1,993 1.00/1.00 vMB 30
668,426 668,426 0000000000000000000858a272d644b99ae71af4b5727023161844c9d43823b6 2,140 1.00/1.00 vMB 56
668,425 668,425 00000000000000000002b9bd1bb8de39f75eb800d5d402086af8c44566895cd8 1,476 1.00/1.00 vMB 118
668,424 668,424 00000000000000000006d15ca0e77624ce9b9558d906ec49f70527f453cfbf0a 1,963 1.00/1.00 vMB 35
668,423 668,423 00000000000000000001d728b8cc91abcf2d859d239ba9e2d0d9191c648a27df 1,933 1.00/1.00 vMB 110
668,422 668,422 00000000000000000006448aeb42c527c3cc8c77344b0d7f526bd038c6ffc894 1,761 1.00/1.00 vMB 49
668,421 668,421 000000000000000000028315477d8d9d78153f0930ac7e62394fef24fd46f5f3 1,829 1.00/1.00 vMB 72
668,420 668,420 00000000000000000001fec2ae3b65799a50b55b54ff290a29b535abc3d0308e 2,296 1.00/1.00 vMB 57
668,419 668,419 00000000000000000004a0f09e35155069294bbfbdc97211c59db56c1ca516c4 2,278 1.00/1.00 vMB 133
668,418 668,418 0000000000000000000081c5d7546f84ee013349e21c18224586eb8e622999bb 2,133 1.00/1.00 vMB 78
668,417 668,417 0000000000000000000a69d9a8f0e77521500ac318f7799d6a699589a0702a49 1,417 1.00/1.00 vMB 61
668,416 668,416 00000000000000000002de00e333529ab7fbe1bd49bc8f70818621422d3c1a66 2,110 1.00/1.00 vMB 37
668,415 668,415 0000000000000000000801819f183aa68c291c0db092f94a3c9e462349bf84ed 2,343 1.00/1.00 vMB 51
668,414 668,414 00000000000000000005d06a3a7a38cbff07f3c5105aa87e87d8cf9f0fd28a74 1,956 1.00/1.00 vMB 43
668,413 668,413 000000000000000000031084b972df2a555ca621027ff9a2b8e8cef35c1e454a 1,484 1.00/1.00 vMB 121
668,412 668,412 0000000000000000000307154a2118355e57008b863456cdee16242837aa691d 2,038 1.00/1.00 vMB 98
668,411 668,411 0000000000000000000ae89ededb12ad68702835fed7abd887f110ad53627513 1,971 1.00/1.00 vMB 98
668,410 668,410 000000000000000000026183940a936df741e0a5b9f54525c8a2f68462ac6cd7 1,674 1.00/1.00 vMB 80
668,409 668,409 000000000000000000033a74088c5eea1c8de70edfb2efd3bc9f8b713b8bcf90 2,594 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.