Loading Tool

Explorer IconExplorer

Memory Pool

73,265 transactions
27.08 vMB
0.06233942 BTC
Random Selection Loading Transactions
Max Size: 165.12/200 MB

Candidate Block

Mining Attempt 83fe27f17e3c9816e378c0b7ddbe4c02945430b2ce23a0c8707e9d98610e14f2
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (506,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,616 408,616 000000000000000005a29c49f29f81a5019fa3e4f39a3616f3bdfb4945d90a2e 1,643 1.00/1.00 vMB 27
408,615 408,615 000000000000000004bbc5673c3485b516dfd97e4072afd076368c5ed14052ad 3,279 1.00/1.00 vMB 62
408,614 408,614 00000000000000000257e4bad6b761465e779d38e1aef3495714b8eb94274ae0 752 0.31/1.00 vMB 39
408,613 408,613 00000000000000000623aa40cc7845c1a81469358e7e29ea723aaa4d003b2aef 1,522 0.62/1.00 vMB 40
408,612 408,612 00000000000000000079ff41ad7916143f730ab2f57cdae74094a0fd3c3f8713 974 0.52/1.00 vMB 36
408,611 408,611 000000000000000000ada02cc5292a81d954ccb6211085f69868a095a8072b17 1,096 0.61/1.00 vMB 34
408,610 408,610 0000000000000000032b7ed31d78ae56afa181c7d5873d2cd29a5cb73cf8dfab 1,596 0.72/1.00 vMB 63
408,609 408,609 000000000000000002a56ce593f1778b0b2d0e1f4e4eb44744665d9573307203 532 0.44/1.00 vMB 19
408,608 408,608 000000000000000003fb63e71dee767d5e2887bc0425e1445497d66e629d4452 3,020 1.00/1.00 vMB 61
408,607 408,607 000000000000000005e4d7b5e31529ba6973f282d1a6fa23b1f8ce9756779059 1,171 0.48/1.00 vMB 50
408,606 408,606 000000000000000003e0ffa20eb43c31966dc7477014c0d521fa16e842def69c 842 0.66/1.00 vMB 31
408,605 408,605 00000000000000000140dbe96f0531d5f81413fa8158e2d634bb12c9a8aac898 1,997 1.00/1.00 vMB 38
408,604 408,604 000000000000000000ff7f965da7c7de6774e3dd3aa922fb9e3469efbb54ca9b 1,800 0.99/1.00 vMB 35
408,603 408,603 0000000000000000007509a070875173959cda155e8d1b02742fbb6bf0004288 3,197 1.00/1.00 vMB 58
408,602 408,602 000000000000000001680f71a430d6b8019147bee2fc5c995bd6b32e99863071 7 0.00/1.00 vMB 131
408,601 408,601 00000000000000000356cdb9474e83d72dcfe187c9195fcf04a99c1a17cadafb 2,105 0.97/1.00 vMB 40
408,600 408,600 000000000000000000511f446d35aff3b94b65fbf826ac98ef66bfd96ba3c249 1,112 1.00/1.00 vMB 21
408,599 408,599 000000000000000000ec17bbbb067f4c836290b8097d123e0ab11743c582157e 1,941 1.00/1.00 vMB 29
408,598 408,598 000000000000000004c9bc7b437625a67712b36f0c9c13b0084c51ade1968b56 2,889 0.99/1.00 vMB 58
408,597 408,597 000000000000000001ed3d951cd5525b73db57e7fa0dd660e6b8cfcd7b770213 2,627 1.00/1.00 vMB 47
408,596 408,596 000000000000000000a469dc07f8669c70b30003484fa7a00f44b901f2aa17e0 579 0.28/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.