Loading Tool

Explorer IconExplorer

Memory Pool

43,015 transactions
27.92 vMB
0.06121857 BTC
Random Selection Loading Transactions
Max Size: 147.33/200 MB

Candidate Block

Mining Attempt 7415177243180bc79ed64e2358b4ea897ed371e46709563eaf61dbe832029031
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root f16841eb1dae44e4a7572d7a1afbd1f0546ecfc2adf32c4b6c8b212dee1b004e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.00874273 BTC
Feerates: 100.36 > 0.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (133,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,201 781,201 0000000000000000000384dd83bcf60fd8739e4c14e6e263abec0891825f29a7 3,061 1.00/1.00 vMB 27
781,200 781,200 0000000000000000000425350f492a17d9da76bc10cc1adf85a66623ffa377f9 2,345 1.00/1.00 vMB 26
781,199 781,199 00000000000000000005f2f58e60ecf8d1912551fa13aa5953b336479211e7b0 1,084 1.00/1.00 vMB 19
781,198 781,198 0000000000000000000183f230aa758b3e97c4aa193049656be8e99a895793b3 2,787 1.00/1.00 vMB 25
781,197 781,197 00000000000000000003fe785db4aad53aab921cf1446e9808162b50d1decb48 3,418 1.00/1.00 vMB 41
781,196 781,196 0000000000000000000300b9c4de3a784fb6150f5cc61ab792eab1356de43747 2,053 1.00/1.00 vMB 33
781,195 781,195 000000000000000000022ea6e891c4a315eaed2f7c31078b4d3784184947dece 3,419 1.00/1.00 vMB 31
781,194 781,194 00000000000000000003f0afd3df615601ece993282eb07a07d70c565d1f9d3b 2,677 1.00/1.00 vMB 52
781,193 781,193 00000000000000000000cc5a3dfe6428161a06661199e5afc6b69ae3dfb56711 2,731 1.00/1.00 vMB 47
781,192 781,192 00000000000000000002ef1393f3a8c99a5f11b4d0a798720765b66586de2718 2,992 1.00/1.00 vMB 32
781,191 781,191 000000000000000000045bd6b330fb9b8c42eae8cfa31073abfd335e24ff0cd8 3,430 1.00/1.00 vMB 32
781,190 781,190 00000000000000000002f29347693f0ddb3164ed3c1d1f275b5d4ccfd553d583 2,981 1.00/1.00 vMB 20
781,189 781,189 00000000000000000003659937c04f45df0b82ccb069ad547c0bc82be137f4de 3,345 1.00/1.00 vMB 43
781,188 781,188 00000000000000000003fffc0a67e0b307161dc3170ec379c8aea4ea393a83a3 3,350 1.00/1.00 vMB 32
781,187 781,187 000000000000000000028586f52337558ca0bb2c12d2e0b7bdfea08cd435561e 3,634 1.00/1.00 vMB 41
781,186 781,186 000000000000000000020e4140e27d42f0d633bef090a6fe49e329a1197b08d0 1,276 1.00/1.00 vMB 9
781,185 781,185 00000000000000000003c44d43b16539c209b6b1f46bd8bc4510af76b7c3c8ce 1,359 1.00/1.00 vMB 15
781,184 781,184 000000000000000000051cdec7bb548b835b3ffba3f8879ec47a101d9c97c0ec 2,621 1.00/1.00 vMB 23
781,183 781,183 00000000000000000002b27302088797668b4d28ade1753e6d3eef53987a6fb4 2,192 1.00/1.00 vMB 21
781,182 781,182 00000000000000000002b6c244525b54db36f4aecc2c8ec9c7fa98d03946cae0 3,254 1.00/1.00 vMB 34
781,181 781,181 00000000000000000000556d66a47a32007175c0ff8de15e1e000e9be78195c8 2,548 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.81 GB
    • Received: 13.33 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.