Loading Tool

Explorer IconExplorer

Memory Pool

87,616 transactions
32.93 vMB
0.12657508 BTC
Random Selection Loading Transactions
Max Size: 197.65/200 MB

Candidate Block

Mining Attempt 99ff1b9e463dbede8e9606ff0da4f37ade1c3c63a2a268732dbd020dee1f2d5d
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 82800d3ff4343699a3915183c542ce735b797970b085aca77d8f35d30b2ba959
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04583728 BTC
Feerates: 218.18 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (518,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,123 396,123 000000000000000000fac178cf7016700bad47e3fde9803d1eb10b43b44b61c4 1,305 1.00/1.00 vMB 24
396,122 396,122 000000000000000008279d06664d83c2e8ced45a4ae82011e5cb613353bef511 2,121 1.00/1.00 vMB 40
396,121 396,121 0000000000000000090f6ab57b14e28103be4d8d54bc16fae908343b21899f41 1,943 0.93/1.00 vMB 48
396,120 396,120 000000000000000008dd3778ecf1552b20ca4c34b3e4725b3c8eba6ddfc651d0 2,813 1.00/1.00 vMB 54
396,119 396,119 0000000000000000057dc79fa90d72ddd1fee39eedd18bd0034068545232e04f 1 0.00/1.00 vMB 0
396,118 396,118 000000000000000001c52b2bf27009c9f3fdd368d1cd23944239241039288af2 2,599 1.00/1.00 vMB 52
396,117 396,117 00000000000000000338e584cac0abf7e899afa5fc8d53d826be0f58bac39baf 1,790 1.00/1.00 vMB 35
396,116 396,116 000000000000000005f0c6323e2cddff8f028094335d833fb385217bf961c95b 2,020 0.95/1.00 vMB 34
396,115 396,115 00000000000000000117b94a03b8261551d504b8fa0d22c9f1c740e092297626 1 0.00/1.00 vMB 0
396,114 396,114 00000000000000000442e506172cf1e9d624d5cfa75bc04d27bd0e7f4fa88ce5 2,738 1.00/1.00 vMB 54
396,113 396,113 000000000000000005dee3d7e11647ca6326f48b92e62c11314c8c5ad7ae8da7 2,259 0.93/1.00 vMB 36
396,112 396,112 0000000000000000065f6e0d6675fdc4d047aaf39a751318ac3a18694610a4ba 2,458 0.93/1.00 vMB 47
396,111 396,111 000000000000000002ef17403f18533120be8ccd0691b5ff3810c3a02c75e3fe 1,913 0.92/1.00 vMB 39
396,110 396,110 00000000000000000057d05b1395a4ecc47400670a0d720062c7033ae108aac0 1,064 0.58/1.00 vMB 40
396,109 396,109 0000000000000000029bf972fa1a4d4a8174221f37bc52f4a48bf2d7ff41cda7 2,023 0.95/1.00 vMB 36
396,108 396,108 0000000000000000033b2786b19edd66335a96be137ca4223afad5e3cb755fe2 2,117 0.93/1.00 vMB 38
396,107 396,107 0000000000000000063b81f74413de90763642041a1d8790780e525c253c531b 1,024 0.71/1.00 vMB 24
396,106 396,106 0000000000000000019646501a15d3c7297e3ec86826488c4e5d0dbd3d25c8ea 2,421 0.94/1.00 vMB 54
396,105 396,105 000000000000000006ed52861693716050eb8c8e151b9920cf9e2afb42186767 191 0.08/1.00 vMB 33
396,104 396,104 0000000000000000035af20f270845ac5a4caa264489a0ad19cc3224653771ff 1,900 0.88/1.00 vMB 41
396,103 396,103 0000000000000000007038992e4335ad526b81b0305a670a4e0b78ed0208b97b 2,175 0.93/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.