Loading Tool

Explorer IconExplorer

Memory Pool

79,941 transactions
29.57 vMB
0.06582664 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt 0cc4adafe0c795e52ead815e242d5f045de10480f0196695e1e34ab986f04f23
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root f68ab8301c5e4ea9352f421477db758d461f85426fb25e2067e732db2b3b7a73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00578573 BTC
Feerates: 40.32 > 0.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (394,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,152 520,152 00000000000000000004a31bbc5fa593ef758f56f8387f8f540839e476edc9d8 1,630 1.00/1.00 vMB 73
520,151 520,151 0000000000000000001b6218f43ea551d5eb989e2ab4b50c76567720b8f1f9ed 1,889 1.00/1.00 vMB 14
520,150 520,150 0000000000000000003ae1184fddac2693c3d675dc0eb10e6711c5a7c6bab4fa 1,356 1.00/1.00 vMB 7
520,149 520,149 00000000000000000000f9846a892cb8cc1aea730f0c6d5f7bbed21a936f036d 2,527 1.00/1.00 vMB 27
520,148 520,148 0000000000000000002f1f3e52b439029ec34af7f0c0c9b07bbe762a5adcfc0d 2,244 1.00/1.00 vMB 63
520,147 520,147 0000000000000000001fd1517656121530b0223188bb31953f0f699ea1d12369 1,967 1.00/1.00 vMB 36
520,146 520,146 0000000000000000002fa061b6d322807433bb2ab434f2741aea3ccca1209ba4 2,025 1.00/1.00 vMB 68
520,145 520,145 00000000000000000024b1faf466a25265c22047ef80cd4c232c23c9bc43b4fd 2,042 1.00/1.00 vMB 96
520,144 520,144 0000000000000000003488c1fc7d8556c7105bf914c94a85786198ac5d135ab5 1,791 1.00/1.00 vMB 68
520,143 520,143 0000000000000000004445a7628126c989b71eaaccb2634b3003db66c68d3735 1,140 1.00/1.00 vMB 49
520,142 520,142 00000000000000000012e41b2d2477a001368ab6caa54145dc5d1a55b60bc187 1,006 1.00/1.00 vMB 55
520,141 520,141 000000000000000000300a1bf643177f344ad903a92151d1ac6315296c4ce277 1,591 1.00/1.00 vMB 79
520,140 520,140 0000000000000000000cf6bb7942cf2c1a1c782f20723da6a623350b6cc35d8d 1,094 0.60/1.00 vMB 65
520,139 520,139 00000000000000000021224f00d75d97d89072355f282c15e30483dc3c03a689 667 0.36/1.00 vMB 46
520,138 520,138 0000000000000000002864c5804738e2e77354aa5884a3a3b3930981ebda722f 1,936 1.00/1.00 vMB 22
520,137 520,137 0000000000000000002a94e07bb25c106b111f70fcf03dc2dc383034d6d01b5b 2,265 1.00/1.00 vMB 46
520,136 520,136 0000000000000000002716623968f2fd6430667548a92f53286addd659643f44 2,125 1.00/1.00 vMB 42
520,135 520,135 00000000000000000020d86556b5e13a2e30f3585d97c0e464156d4b8b2f2d32 2,194 1.00/1.00 vMB 7
520,134 520,134 00000000000000000007897e6ff23a1a28453a60aedc8ec28db68be130654fe9 1,768 1.00/1.00 vMB 33
520,133 520,133 0000000000000000003e11330a0fd4f0c1294c081349211d180a37dd951862f3 2,021 1.00/1.00 vMB 67
520,132 520,132 000000000000000000017e2f231288d5233696b01be5841c87cad897b1a06b43 2,796 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.70 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.