Loading Tool

Explorer IconExplorer

Memory Pool

77,225 transactions
30.79 vMB
0.13960418 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 939a8abe143b9961a6468d6af71b7b6f10385bc22b4ea985de0c799bde68ffd7
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5dfc1c8f17f6a266ad8f277f0e9a10b91e5a73bf07b149b3adf5d4e437a74a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05103391 BTC
Feerates: 150.36 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (806,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,285 108,285 0000000000002787af60fce30a7bf9d6d607039ba7dab6d3740f98fc30703e5e 1 0.00/1.00 vMB 0
108,284 108,284 0000000000005908d0f79ab0ebcd2e346e2228a8285632fcd7ba1429bcc838f6 8 0.00/1.00 vMB 0
108,283 108,283 000000000001a5d1f12348440684346fc00615991c73c948f4c73c11c6817905 11 0.00/1.00 vMB 0
108,282 108,282 00000000000190cf420505f177a5c678134344b87151c5c998f73d24ba8eaaa7 11 0.00/1.00 vMB 0
108,281 108,281 00000000000123099509d3e7de4337b498de2086b378634972663b93497eb5cc 10 0.00/1.00 vMB 0
108,280 108,280 00000000000103f5e03664c557b19643c25d65140ded2f1f414f7f5ea451260a 12 0.00/1.00 vMB 0
108,279 108,279 0000000000010d551cf4e5de2f445518aacf419732b828bb1312506c621b790a 7 0.00/1.00 vMB 0
108,278 108,278 0000000000002db193111943edef76dca67f288936341c3ce956f3fa39df2a0a 23 0.01/1.00 vMB 0
108,277 108,277 000000000000a67b00576af401a4eea7809681bfada5f34bec8fb8198108f72e 9 0.00/1.00 vMB 0
108,276 108,276 0000000000026210bff9040956c3a5a9e1fe9ffc26d7983b5f2b1a6c589ad6e3 3 0.01/1.00 vMB 0
108,275 108,275 000000000000bc04ccacffb6a8508a9730ec7a64b04f038dcf7f23272ca5de14 8 0.00/1.00 vMB 0
108,274 108,274 0000000000026c21330d7bcfd21e6589a38882701929a4f3e47c7f64c6292ea6 8 0.00/1.00 vMB 355
108,273 108,273 00000000000057da319c350e500121915583b7299e60515b155a42d251449ff9 9 0.00/1.00 vMB 0
108,272 108,272 00000000000007debff130e22158e9f69590bc497e1ec2e39c3c6cb26dd186d5 38 0.01/1.00 vMB 0
108,271 108,271 0000000000014304e8ee3fb94e84926d3384caa5cc94443688b9124e936e8e80 12 0.00/1.00 vMB 631
108,270 108,270 000000000001e60982f9f2fbb24208c9fea3d53c262b7e92a92029dc322974db 8 0.00/1.00 vMB 0
108,269 108,269 00000000000264f7f2489d3b3615ad2cde01f9b8de5001eec27b9ac4291c9b6b 13 0.00/1.00 vMB 0
108,268 108,268 000000000000b8afc3472301d2f6356f4ea0dd86e8f30f0c3aed1efa2efdb6bc 12 0.00/1.00 vMB 0
108,267 108,267 0000000000021a50db401939b77d1faccdd6c112d5e3e796037d83b2b99e433f 11 0.00/1.00 vMB 0
108,266 108,266 0000000000022cf8590c452009c33c930fc97bbeec53c8bd4cfaeab5c16555f9 12 0.00/1.00 vMB 0
108,265 108,265 000000000000e1c04541d93d2db60bbec71b9de8c40b3188bd76c81d857d328e 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.