Loading Tool

Explorer IconExplorer

Memory Pool

44,652 transactions
28.16 vMB
0.06400445 BTC
Random Selection Loading Transactions
Max Size: 149.51/200 MB

Candidate Block

Mining Attempt 5831aa8e95dd54ecef7f1d8aa2c79a44ce2429f3919b8229c43617a009e105c2
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root f98bf70b372b450c1a4c60dbcd7b92e57c2ca3846221c0cb62a3a4b12f3d50a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,148
Size: 1.00 vMB
Total Fees: 0.01099087 BTC
Feerates: 110.38 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (142,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,407 772,407 0000000000000000000156ec03d2c362ef612d48939fcf45f8ac4482538c7ac7 2,153 1.00/1.00 vMB 8
772,406 772,406 00000000000000000003b6cb057bd808b2a1c4415b2bd19e2c8706a1a119cca3 2,926 1.00/1.00 vMB 17
772,405 772,405 00000000000000000004d55cfb34387bf34a54597413315dbe20d22f39a87347 2,666 1.00/1.00 vMB 15
772,404 772,404 000000000000000000040f1430a0cc1ac49dee9bbb86b4a39141e3e15c00c0a1 3,174 1.00/1.00 vMB 10
772,403 772,403 00000000000000000004e32b5017673f4c7f4ed4a46d1044675fd9230383fe78 3,793 1.00/1.00 vMB 10
772,402 772,402 0000000000000000000704440cc96ca85e565c957b8c06b52e1c3f92d4a701a0 2,588 1.00/1.00 vMB 4
772,401 772,401 00000000000000000003cd2a6102739a679048a86edb04f78e72db4502474f3a 2,606 1.00/1.00 vMB 14
772,400 772,400 00000000000000000003992f09e30dd1e8a3c62ba8f840a9a37555b91bc346da 1,222 1.00/1.00 vMB 5
772,399 772,399 00000000000000000004c93007841e4b658e9a1820e852c5cbc77f3a071b7f58 830 1.00/1.00 vMB 6
772,398 772,398 000000000000000000056bcf5b58b8ed4c3a60f7b589b7f5d211bfe55f20ba8c 2,425 1.00/1.00 vMB 13
772,397 772,397 00000000000000000002b0ae41febf6f34f229b385c061ce1989ba232611f725 1,525 1.00/1.00 vMB 9
772,396 772,396 00000000000000000002d63229dd41ff5430c872b8e9389e514dd6dd85f8bb39 882 1.00/1.00 vMB 7
772,395 772,395 00000000000000000005906350e25c4c0ae5be430360717a4f408f5db10cc2c5 2,964 1.00/1.00 vMB 16
772,394 772,394 000000000000000000068e05a04aa58fcfa3446d446ab3a37923a0565243a6b5 1,615 1.00/1.00 vMB 6
772,393 772,393 000000000000000000061257fac134ffff37f29172fe78515752ba8ce21bd2ae 3,005 1.00/1.00 vMB 17
772,392 772,392 000000000000000000013d16e5043b331e3cbb62ecaa9cde0eb2c7b8ed02e37a 2,270 1.00/1.00 vMB 7
772,391 772,391 000000000000000000036e09214caa6b1724d443cde118bfd3d1419cdc149fa3 3,029 1.00/1.00 vMB 23
772,390 772,390 00000000000000000007183079167c7e3d4a9e9673589111c22df168df1244e7 2,788 1.00/1.00 vMB 24
772,389 772,389 000000000000000000041623bc75a198f2ec962465ad462b21528e0b0df67782 3,749 1.00/1.00 vMB 7
772,388 772,388 0000000000000000000596d3125fb030ae14c3a9fe9be7c738f8f42cda388276 3,351 1.00/1.00 vMB 19
772,387 772,387 0000000000000000000578a96f67a25cbc57697ffd46d1c04c2c574a9d88cb07 2,418 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.13 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.36 GB
    • Received: 13.74 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.