Loading Tool

Explorer IconExplorer

Memory Pool

79,803 transactions
29.73 vMB
0.08051718 BTC
Random Selection Loading Transactions
Max Size: 178.57/200 MB

Candidate Block

Mining Attempt ff34622b30efb1ae7d504dd55279827ce6bbdd81f76d1e8e8cd82c1832d30de8
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 4a71c75d527fbd385b4577aa167cd83813a3cf96e96c347545bfbac29a1879b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,229
Size: 1.00 vMB
Total Fees: 0.02005147 BTC
Feerates: 502.65 > 2.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (738,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,473 176,473 000000000000053d4d3a5d56b8232a369979e3cc9e4e1db24c0aa7bb060b6f1c 43 0.02/1.00 vMB 220
176,472 176,472 0000000000000a4c2ea1bdd5932228a0dbe305f2dcf323b71288b5d46f022946 53 0.06/1.00 vMB 116
176,471 176,471 0000000000000735f9bbf5b16bb9432f5234764c4abd77a4003c17fe44faf1eb 53 0.03/1.00 vMB 81
176,470 176,470 00000000000000908a6f225bcc24e4144e47ceb618308ff6424fb2689e3a24f1 44 0.02/1.00 vMB 90
176,469 176,469 000000000000004e455d808127b68a71d4a3a6540aa75616e6687c9051f44b35 37 0.01/1.00 vMB 83
176,468 176,468 00000000000009074a8fdf44a96cdb2d74061ffede321d48c577e3ce731988e1 70 0.02/1.00 vMB 252
176,467 176,467 000000000000065065afc9e04d5018e5f9649c912c9fe9b86139912a7184c53f 53 0.02/1.00 vMB 28
176,466 176,466 0000000000000101aa0ff50ee5355f6114f90be01a15dd614981b7c45942167a 72 0.10/1.00 vMB 152
176,465 176,465 000000000000034148b76df9e1a27bde9b2600e242e9dfb06a96f546944b656c 46 0.02/1.00 vMB 199
176,464 176,464 00000000000003ab4ec80a6e7bc1195d91da4eddd6640c3bc52c6dab206893d0 39 0.01/1.00 vMB 4
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
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: 665.18 GB
    • Received: 15.09 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.