Loading Tool

Explorer IconExplorer

Memory Pool

80,602 transactions
34.12 vMB
0.13224993 BTC
Random Selection Loading Transactions
Max Size: 193.64/200 MB

Candidate Block

Mining Attempt d163100a36c28d30c3f28af929d1632ea0edb7aaeec77402f956ff5ea260b117
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 99f4cdcd645c614eea25f2950e8d9119b0da10c98dc20f712ea44a4bec6ff89d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.02161844 BTC
Feerates: 52.08 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (849,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,627 65,627 00000000052c95012d630d05bec377e2a816fc8655295176b8bb8f16220c5aaf 1 0.00/1.00 vMB 0
65,626 65,626 00000000008b3b7bfc064b03511e496bfcd2faf600707c450c9cca64ba6e5a9e 12 0.00/1.00 vMB 0
65,625 65,625 0000000001697aaab614f1de226ee7b91e3a41bead08c9b4705b0dded2551ef7 5 0.00/1.00 vMB 0
65,624 65,624 00000000007836a9c2e77b32f861d7d970d1f482021ee565fe003dd50e6a41b0 15 0.00/1.00 vMB 0
65,623 65,623 0000000006b7a77228040f33eec945b0b53eb161cc098cd2b3b60286018031a3 3 0.00/1.00 vMB 0
65,622 65,622 0000000001a3173543d79d819407841a065559c5964a68fe2024d45df54e9743 1 0.00/1.00 vMB 0
65,621 65,621 00000000094b0c4e758033d8e25fd9020ccf532397bc0cd04345691611902840 15 0.00/1.00 vMB 0
65,620 65,620 00000000046b04a5f299caab8b1bf4929c1563c7f41610569df9f1e7e8691fd4 1 0.00/1.00 vMB 0
65,619 65,619 0000000004a105009b49feac836b66d9a633fa3373d9210179c33929ba8cb9b4 1 0.00/1.00 vMB 0
65,618 65,618 0000000004c66c17fecf680db0cd3650515e75529ce14aa552bbd4b903431187 1 0.00/1.00 vMB 0
65,617 65,617 0000000009e2f44977fb7c5a91a3dffd030e6ce9b303c7e6e0053005edefc76d 1 0.00/1.00 vMB 0
65,616 65,616 000000000444f81f3fa057e69908e49b498d82b4a66acd611dcbaec011b10230 9 0.00/1.00 vMB 0
65,615 65,615 000000000364652bbda3e18cee611acbe8fb631a593a600042d0124151c6dd47 14 0.00/1.00 vMB 0
65,614 65,614 0000000008f4a1fa25abd4a91ad75aa36197a7f7412b9a3b18f023ac7411569c 2 0.00/1.00 vMB 0
65,613 65,613 0000000002f448642d1f713b24e57fd909f5aeb4eb4ad5fe695f6dbbe214c4a0 2 0.00/1.00 vMB 0
65,612 65,612 00000000016a85eeb02dee7e0c7a9835271dd50da5371a7c3c3afed7d6706e49 3 0.00/1.00 vMB 0
65,611 65,611 000000000ac48bf304de5b9509654ed071ebb367890de304ec6c2f1aded12e66 23 0.01/1.00 vMB 0
65,610 65,610 0000000004c5954cb52a7738f12ff59a08ea642eb600ce31af09782e70dcd6d2 4 0.00/1.00 vMB 0
65,609 65,609 0000000008750eb5837e141593a9107579e20b4bb2ee4f7cfb753568f9b383f1 2 0.00/1.00 vMB 0
65,608 65,608 0000000006859a69e9904e6839beb469a1b7eb4da3608967a87235735e86ed3c 1 0.00/1.00 vMB 0
65,607 65,607 00000000065f1dadf8dd8e5ec5476daedd34ed4d6de936e8c06d84055911a45d 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 729.53 GB
    • Received: 18.49 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.