Loading Tool

Explorer IconExplorer

Memory Pool

45,613 transactions
28.67 vMB
0.13406692 BTC
Random Selection Loading Transactions
Max Size: 151.63/200 MB

Candidate Block

Mining Attempt be8c74c1ebf7c6d073c766dc0354399099e3a2713b124b3e6531d690360ce331
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root d3d6f71603603d7952aa7bcd71fea0b2ba7a11fa422c2be6a1634acbf8d077f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,694
Size: 1.00 vMB
Total Fees: 0.07486531 BTC
Feerates: 15,654.48 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (338,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,475 576,475 00000000000000000021bd20394e014746998a44894c07965c62f31265872ffb 3,096 1.00/1.00 vMB 173
576,474 576,474 0000000000000000000a545f9737423edf991cda38d6623d47b7ce86bc4560f9 2,756 1.00/1.00 vMB 192
576,473 576,473 0000000000000000001112b8fa131e7d26d4ba487579202fba4fc3687a76f7b7 2,819 1.00/1.00 vMB 182
576,472 576,472 00000000000000000022a69a0b5a89053bd8bd4ec69c8301803fef9d755bfa91 2,501 1.00/1.00 vMB 211
576,471 576,471 000000000000000000109eb1ba4a9d40d569b7c09294276079e522f8bfa78433 3,312 1.00/1.00 vMB 203
576,470 576,470 000000000000000000257c12c5bf38a9d131c1a19fdbd20cfebb451f442364c1 2,939 1.00/1.00 vMB 162
576,469 576,469 00000000000000000012534d0648c6894715a509bdb512897dad7f3df621f8fb 3,677 1.00/1.00 vMB 168
576,468 576,468 00000000000000000007410f03274fef6401831f16ebf10e6aff23300222afbb 2,651 1.00/1.00 vMB 208
576,467 576,467 000000000000000000169176f5daf7c52fed81797b57113000da63233d43f306 3,002 1.00/1.00 vMB 163
576,466 576,466 0000000000000000001d21e7a8a881fa986235a7bf3e976ceabe3e3a680b6630 2,434 1.00/1.00 vMB 151
576,465 576,465 0000000000000000000d5e82c8e5aa44b7ccd9fb0fed5ff36fc40e72580d7d99 3,004 1.00/1.00 vMB 181
576,464 576,464 00000000000000000004629e66ce2ea2e6bc5d4b422ea6fecc40e2f516544988 2,253 1.00/1.00 vMB 204
576,463 576,463 000000000000000000008243075ae6767f305e70914e5f81a583eaaf7a190b8e 1,147 1.00/1.00 vMB 120
576,462 576,462 0000000000000000001a5f7aeb46ec6097236418183b9f3abd70ded67c1bea91 2,243 1.00/1.00 vMB 128
576,461 576,461 0000000000000000001f328d357ed084f24b2fbe95c094719a5f972122a73eb6 2,646 1.00/1.00 vMB 159
576,460 576,460 00000000000000000026aa6d36a8025e9fb7ca28ce8a88a60d24152b44d34f0b 2,593 1.00/1.00 vMB 164
576,459 576,459 000000000000000000096d96e17e92841543d3e71bc8404200b6d328ff0189b4 2,054 1.00/1.00 vMB 174
576,458 576,458 0000000000000000000b942554afc9ac17656dfa611c1c73a58d7e53b0d67615 2,192 1.00/1.00 vMB 182
576,457 576,457 000000000000000000234a55e3d3ce082009de77aeed601e9751475963417f7d 2,489 1.00/1.00 vMB 212
576,456 576,456 00000000000000000002562b014e731ada9a2e96a32bfd213d9bdc432ede3ff3 1,972 1.00/1.00 vMB 116
576,455 576,455 000000000000000000062c8ad64f409c3eb105e1f01a9cf8079795a0d850ee8d 2,597 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.