Loading Tool

Explorer IconExplorer

Memory Pool

44,692 transactions
28.53 vMB
0.06421680 BTC
Random Selection Loading Transactions
Max Size: 151.77/200 MB

Candidate Block

Mining Attempt 3d66aa6c6e003d46722d1342f06d3a27d99e75278c709f04a29ae1635a3d28ab
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 3b10d62adbd0546f73c164688ea453217d3a456b2445b037a8e0b83d437ccc3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.01018777 BTC
Feerates: 60.21 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (796,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,195 118,195 00000000000076d7134a9db5520f171cd0d8e4811919098041bddd775cfc31ab 21 0.01/1.00 vMB 72
118,194 118,194 000000000000b3d357ad5afdf36e88d252bb5af2eced84c937ee29a6129f4d9a 4 0.00/1.00 vMB 0
118,193 118,193 000000000000a51dacff974c4699713f4c898d1b94ac9c53b21a5e981534b2f3 8 0.00/1.00 vMB 673
118,192 118,192 000000000000a7334c18017e6ca3d2a5630daed29bcf02c544fb255f24c86cca 7 0.00/1.00 vMB 334
118,191 118,191 000000000000c93862f6c8419dbe7efe7b5b0b28b60c18757c735d4bf84a3e6e 5 0.00/1.00 vMB 0
118,190 118,190 000000000000b426c2c55c2561899b311658002b6f3061494107a03ec3779f09 10 0.01/1.00 vMB 799
118,189 118,189 000000000000c4133886f5fedaafaba289d6dc4309db3edb86f280380cdcb440 6 0.00/1.00 vMB 0
118,188 118,188 000000000000444e7101fd2a3214bdb0c4c266b71f1080e57e8462e13d9f2cd9 5 0.00/1.00 vMB 339
118,187 118,187 00000000000056490a87b64fa220a65087fa20bd9d7d422cd01ff6ca28ca2389 3 0.00/1.00 vMB 0
118,186 118,186 000000000000076062d90d19428b1f6cdebcb1034c6ae91835d25e4c34e43123 4 0.00/1.00 vMB 2,967
118,185 118,185 000000000000a859ea2e2c430a81c3161a5d25424490b7a6301b0dcadca7309a 13 0.00/1.00 vMB 407
118,184 118,184 0000000000003eecdb5d4f841529f1d7be24bfb4c562335fa695344b1ac31d74 11 0.00/1.00 vMB 0
118,183 118,183 0000000000001ac00de60db005fcf6e0747207f8685d3871935d3b2aba316d8d 84 0.02/1.00 vMB 0
118,182 118,182 000000000000b64a46152dd171a621adab35f1f27969052bc5359d0c00bbc179 18 0.01/1.00 vMB 776
118,181 118,181 0000000000000c5c560ea701b50f974acd18a9466daa1dd6ca22b7f440be5186 8 0.01/1.00 vMB 392
118,180 118,180 00000000000067cf72cf7c879110c2f04ad2a6618b40c724bbf59a6a979c8e00 4 0.00/1.00 vMB 0
118,179 118,179 0000000000008b5e9851a96e03385d262b543cedca8fd9e8996001ce211b21bc 10 0.00/1.00 vMB 0
118,178 118,178 0000000000006de9d62a085b001e738c535a1f2a3c8d060507fda2b9f803f9ca 1 0.00/1.00 vMB 0
118,177 118,177 000000000000a719022b8e5d3cb789d1ead93b59101e22e0e62463da099d8b23 1 0.00/1.00 vMB 0
118,176 118,176 000000000000572f0383607975b4409f8bcf16c2acac6b1c714f6d0bc52d24a9 23 0.01/1.00 vMB 268
118,175 118,175 00000000000011451a9358b5fdb82b64db466ed1578a0a5c4663b1cc2950f9ae 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.