Loading Tool

Explorer IconExplorer

Memory Pool

77,814 transactions
29.24 vMB
0.06244907 BTC
Random Selection Loading Transactions
Max Size: 175.70/200 MB

Candidate Block

Mining Attempt 40fc8aa692491e7722e353eb754e02b4d8bc8d3f8f940d272b6c20dfb07a9aed
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 143f70b716238cb57f40573db1fdd88752963673fc4ca922232e938ca970f384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,593
Size: 1.00 vMB
Total Fees: 0.00328476 BTC
Feerates: 21.09 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (738,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,463 176,463 000000000000055454211d87b06ed58ec2f67510b2a0b10733e48284a73b4142 55 0.02/1.00 vMB 656
176,462 176,462 00000000000008b08043e011c3bf5b6f09f3da714edbddd92b388dc35160b8b4 38 0.01/1.00 vMB 21
176,461 176,461 00000000000005845f447e9efd8a0192254a6a2b8a5edd458f5948c53254f621 62 0.03/1.00 vMB 906
176,460 176,460 00000000000004e3930e60669f42df2e52fd55f179cf6a441c09cceceefe2ab5 63 0.05/1.00 vMB 113
176,459 176,459 000000000000049dce8f06dc5ddce4d937ce1d5298efcc7e8c4414dde9b76c58 10 0.00/1.00 vMB 2,100
176,458 176,458 00000000000009815745361bd7c7d51ce5e8938b74af9bd5f14e4dec430db5be 133 0.04/1.00 vMB 88
176,457 176,457 0000000000000560cdb3ad8e63ead0a53bf91d3056aa287dbace39ea1daf8e2e 62 0.02/1.00 vMB 68
176,456 176,456 00000000000004240195dad0474336f895ee49b5abdc040d7363549aecca1746 11 0.01/1.00 vMB 998
176,455 176,455 000000000000022b9bea01ca5c394f245b51a23c7625594d410a81bdac607a2c 76 0.03/1.00 vMB 253
176,454 176,454 00000000000005c9c6db3a31d245e046aa1fadc97397efd428077b494e1a49c2 147 0.05/1.00 vMB 70
176,453 176,453 0000000000000a6c3f78a871d3af7625f493076fc6e9b8aaddbf5ceb960ce270 78 0.05/1.00 vMB 622
176,452 176,452 00000000000000dfadc5573ca59c1c7ad0271d6e81475299dd75141d7c47079f 33 0.01/1.00 vMB 81
176,451 176,451 00000000000005ec94736fd87a0c5d96f8f8ac838fdf92ebe58f98bbd2cb11bf 45 0.02/1.00 vMB 53
176,450 176,450 00000000000008220ca98c6310dd83f2144445cfd31f2a792638d56a7613a30d 55 0.02/1.00 vMB 133
176,449 176,449 00000000000008e438a60fc3d81b5d66ace1b2aecfed70ff34f7372cee580be7 33 0.02/1.00 vMB 546
176,448 176,448 00000000000003773ca9df4b4d1078daebb058acf29ccfe0cfba2f4c969b4aef 30 0.02/1.00 vMB 60
176,447 176,447 000000000000006a8c30d77ac72071b16b4e1b0ae4ad61e0e42f38595f9aa9e3 106 0.03/1.00 vMB 24
176,446 176,446 000000000000007b8089e63ac43134616bb3c5953eee554179489f2edf7f979d 11 0.00/1.00 vMB 76
176,445 176,445 000000000000000f9c127daefd33931b3e45d90ecede4e778b264a1a25c00693 9 0.00/1.00 vMB 65
176,444 176,444 00000000000008b92c0db82889ba58888fee50c0427876596e2b2a4d1cf8e707 12 0.00/1.00 vMB 92
176,443 176,443 00000000000003ca75bf1c553b8e95de66b8fb9ca363f1b604ec7dd030740edb 9 0.00/1.00 vMB 326
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.