Loading Tool

Explorer IconExplorer

Memory Pool

84,237 transactions
31.41 vMB
0.09629345 BTC
Random Selection Loading Transactions
Max Size: 191.81/200 MB

Candidate Block

Mining Attempt 206fc6a34eb920dc0a1a5d9ea9b7629811e772169759b322be75195490130fb5
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 4771a311065800aad146a8a73fb1c33f7bd91e29cde8724248202d92a933b3e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.02421008 BTC
Feerates: 150.77 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (321,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,638 593,638 0000000000000000000e3b34886dda5f8122a4e53b5cbd369b6bdcc3411fbe9d 3,179 1.00/1.00 vMB 39
593,637 593,637 00000000000000000006bd7a9edad580f20bd2c1f876af2a811f83ba3fa719c3 2,929 1.00/1.00 vMB 40
593,636 593,636 00000000000000000000d2090ad848ac86a735f5aa025bae9520b6cbe831bd0f 2,116 0.71/1.00 vMB 26
593,635 593,635 00000000000000000005e90ffcd22fe281f280b6a436e5ccddf33302248c8c5e 1,267 0.74/1.00 vMB 10
593,634 593,634 0000000000000000000609e6f1d4e8334e824c9d9a29b1470ce1bb7a7196116f 2,857 1.00/1.00 vMB 5
593,633 593,633 0000000000000000000daa711f38759ee2da357d8571088caa104c8ae8398165 3,317 1.00/1.00 vMB 23
593,632 593,632 00000000000000000007d59414af0c2e206045c9fa48044ea40794b1903d862e 3,066 1.00/1.00 vMB 48
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
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.