Loading Tool

Explorer IconExplorer

Memory Pool

71,956 transactions
28.18 vMB
0.06658557 BTC
Random Selection Loading Transactions
Max Size: 170.44/200 MB

Candidate Block

Mining Attempt 118af82548a09c457329038afaba036dbb6baf65be0dae939c870f7258042e3c
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root bd7b2006d6d1659089e61283fabe29d4524c607baf7263119f80a3bdb862bfd9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,555
Size: 1.00 vMB
Total Fees: 0.00491920 BTC
Feerates: 85.21 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (849,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
65,606 65,606 0000000005db63fb92d671d1ea1e4e297428cee6e94a43be6d2d2f2ec290246a 4 0.00/1.00 vMB 0
65,605 65,605 00000000033148db96e5dd1b4dae6740e022368c81ffe86a2ae6fda1f4a75828 2 0.00/1.00 vMB 0
65,604 65,604 0000000008b3c900479e0ea39eeb59086558c2e8a249dbc503b2e90155249f12 4 0.00/1.00 vMB 0
65,603 65,603 0000000005dea6d7c7dd7ac41451d9c04ed0029dc5e9516e62a177553ad4e880 3 0.00/1.00 vMB 0
65,602 65,602 0000000008e5f799e26d7fb89611a63afebc28f9d19d0a9b5d2b21358790b8a1 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.18 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: 750.24 GB
    • Received: 18.84 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.