Loading Tool

Explorer IconExplorer

Memory Pool

81,133 transactions
29.85 vMB
0.15160006 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt db345d38bc3e536581900f911f53d19c0fcaf3f3fdeed54db6edd7d10dbc6d41
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c54b1d581694a8d4e4e19c78c2d9f1942cb905f633e5515747828583a8696e01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.05759840 BTC
Feerates: 1,002.91 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (321,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,631 593,631 0000000000000000001a1011df3f569186fae5bcd17264655fe3bca7a5cdeb62 2,585 1.00/1.00 vMB 8
593,630 593,630 00000000000000000006ea213bab77dd9a387a7468ca4f98ca9608c8c5e1d23e 3,026 1.00/1.00 vMB 39
593,629 593,629 00000000000000000008ad60a4a030ad37f879547aaeebcc6b09451897da7354 2,439 1.00/1.00 vMB 27
593,628 593,628 00000000000000000005930a3831c9c8920045ac8bb99e436616c66a92715c71 3,258 1.00/1.00 vMB 59
593,627 593,627 000000000000000000148e2226f0bb5c94fc6eede6e5a3c5edf9d284418e9dd6 2,667 0.94/1.00 vMB 17
593,626 593,626 00000000000000000007bbf5d82e7f145897035e054544c6f7b653c5a2fccc42 3,096 1.00/1.00 vMB 23
593,625 593,625 0000000000000000000315ee5583d4d3423a1092cc0c3a08ceaf2668811bdd3f 1,830 0.63/1.00 vMB 14
593,624 593,624 00000000000000000010f8ad387ee59a55add7b27224b7557792a48865daf8a6 2,922 1.00/1.00 vMB 26
593,623 593,623 000000000000000000149c99db0646ae764a06fce109d2ea6b4dbf176326a2ed 2,073 0.64/1.00 vMB 24
593,622 593,622 0000000000000000001960704d7c0747daf207d5072b85a8c8c618e3325b7ab0 2,119 0.64/1.00 vMB 19
593,621 593,621 0000000000000000000978be7324ecd2281b09e6c33d6d516cacd69908ebe499 906 0.41/1.00 vMB 23
593,620 593,620 0000000000000000000b3d05a860b549a2d1d9b9249cdc896b03a9b3d3635e68 837 0.24/1.00 vMB 26
593,619 593,619 00000000000000000019f70b53d7e0952aa804001023240638089a04827ecc1b 2,362 0.78/1.00 vMB 26
593,618 593,618 0000000000000000000215ac2b75986ad0c9ca9a60058511c38c093569f373a2 2,070 0.75/1.00 vMB 10
593,617 593,617 00000000000000000013941c8dad0e528cf39454e1832f51629abd72b5b919a8 3,015 1.00/1.00 vMB 21
593,616 593,616 0000000000000000000e2d73e893c0e39c22e1b00f5f27478e326ed37407538f 2,879 1.00/1.00 vMB 37
593,615 593,615 00000000000000000015771ebbae0e17d3d5bd33498ecd76b35b9e2cc90ae9ca 2,761 1.00/1.00 vMB 29
593,614 593,614 000000000000000000089d17e182777b8bdad29679b5b976db5f98845216d0ba 2,729 1.00/1.00 vMB 12
593,613 593,613 000000000000000000073cb3d974def1c216e6e33922efe816976d6522eba67a 2,721 1.00/1.00 vMB 19
593,612 593,612 0000000000000000001729e14b5dfd29713e88cc105704b6776740c6150984a8 2,101 1.00/1.00 vMB 30
593,611 593,611 00000000000000000014b7037e243eb5fc68d6c531be685fb9b0a95f6796885a 2,552 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.92 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.47 GB
    • Received: 17.54 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.