Loading Tool

Explorer IconExplorer

Memory Pool

83,669 transactions
31.08 vMB
0.09555873 BTC
Random Selection Loading Transactions
Max Size: 187.40/200 MB

Candidate Block

Mining Attempt 392b2004baa2211de3522170d02aed568d0d016b5475ab12a9b5bee468fa3077
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 7a962905df73cf0eacc696c2e3e52620509ac9c351a1ef266ba7a71726d26122
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.02682324 BTC
Feerates: 100.80 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (738,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,478 176,478 000000000000004c402230da44b0c2113f04c94614a13c4c86886c063faa0fb1 16 0.01/1.00 vMB 72
176,477 176,477 00000000000004300ac0d66e4407ce96071319f3da15a874b2c8336e8547e69d 59 0.02/1.00 vMB 107
176,476 176,476 0000000000000981cd06fa9007624237097a6d04384c083b00643be9d8ad53c5 19 0.02/1.00 vMB 93
176,475 176,475 000000000000037979beb4128e730e497ea00c8dde1ea447ee6cc41cb48aec94 24 0.01/1.00 vMB 124
176,474 176,474 0000000000000a5d1ebebf9c8e4bd592bd19ee96113ef477eaee18a2fed1f446 44 0.02/1.00 vMB 664
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
Previous 10 blocks ↓
Total Size: 782.35 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: 661.87 GB
    • Received: 14.83 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.