Loading Tool

Explorer IconExplorer

Memory Pool

80,489 transactions
30.17 vMB
0.09079685 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt 3739c88e18abb327140fba7e250cb50717a731e09e0863c34c7f1ac487a7e398
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 9d630d183a8ec9a06269b15f07f8573f777439fa4bd6429642d0323e66ac4d15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02905904 BTC
Feerates: 301.07 > 2.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (394,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,163 520,163 00000000000000000003a01d6402ba00daa62576f7d85c53d103623107b9c149 2,252 1.00/1.00 vMB 116
520,162 520,162 0000000000000000003f31a84259e54d868cd909386114d933555eac2897da75 2,404 1.00/1.00 vMB 55
520,161 520,161 0000000000000000000f6f0188bc6a642dc8c55a6c793d24b903e2cf88e8a100 2,597 1.00/1.00 vMB 57
520,160 520,160 0000000000000000002e6f51da36602d9475d4d61e1cacd8d1d8d65327cc7e97 2,119 1.00/1.00 vMB 27
520,159 520,159 0000000000000000003666e405b2a379ee80db221dbe238a56753093b9b5f7c6 2,014 1.00/1.00 vMB 66
520,158 520,158 00000000000000000023e51984f8900530609d7395da8c5458cd245a2d4741a4 2,941 1.00/1.00 vMB 96
520,157 520,157 0000000000000000000407bd76ce4fd0d480c435b21ebeb434044bcb842a7382 2,673 1.00/1.00 vMB 76
520,156 520,156 00000000000000000000960ed49f8b5b14943b67377a15bcaca76ce5675a0873 711 1.00/1.00 vMB 11
520,155 520,155 00000000000000000030052cdbff9a8cf6d5670e7d26bdd52900433eeef90095 2,383 1.00/1.00 vMB 58
520,154 520,154 000000000000000000091688732b10b1c7e769555fc1b2e0be13e7acfad36bd5 2,170 1.00/1.00 vMB 59
520,153 520,153 0000000000000000003716018a73b9a4e040249f890efaa341d4bee8b6110178 2,422 1.00/1.00 vMB 41
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
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.