Loading Tool

Explorer IconExplorer

Memory Pool

79,103 transactions
29.63 vMB
0.07445228 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 0cd3ea5dc1bac0418dfe29d2cc46051bc22e488bfb1768810e1e9872979fbf92
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 15aaf6bdace1723f6a5c4ceed8ccfce093f863753bc28757c68a34cfb59882e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,021
Size: 1.00 vMB
Total Fees: 0.01404140 BTC
Feerates: 150.98 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (442,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,473 472,473 00000000000000000121078709eac9533139259e5d310383a2c1f0edae9e175f 2,534 1.00/1.00 vMB 415
472,472 472,472 0000000000000000016418c2ab52ae6131137ff5778c83779fae7683c6ddb30f 1,796 1.00/1.00 vMB 258
472,471 472,471 0000000000000000004ea577aa6405e7bf541a88ec1ade3fb0d5ead61a579038 1,779 1.00/1.00 vMB 237
472,470 472,470 0000000000000000013bfb5cf00ff751a471626eaaa6cfad821cb0c7a40f2e54 1,586 1.00/1.00 vMB 83
472,469 472,469 0000000000000000006030ce4596f9c8115da4be9c33dd7521f0e17da5c8a7b1 1,133 1.00/1.00 vMB 197
472,468 472,468 0000000000000000009386935834724a71f5ee6e103c35db6d5ef019fc47e967 264 1.00/1.00 vMB 98
472,467 472,467 000000000000000000c23a8ec12998e8ecac82fab34f3f7c13ba3890fd125f67 825 1.00/1.00 vMB 147
472,466 472,466 0000000000000000010852f4693f76a96b251a56b962fa1ac2e3ab73e6c9bbd7 2,165 1.00/1.00 vMB 345
472,465 472,465 0000000000000000011e7c2eeb8c66176ae3be4e1239c99498b0bbf7308cf2df 291 1.00/1.00 vMB 89
472,464 472,464 00000000000000000044db310851a86a3a6749c83067a43269303245b7bb27fc 1,110 1.00/1.00 vMB 99
472,463 472,463 0000000000000000010446bb9d0a7636305ba010cc9b3842fc283ac6c59cdea0 2,264 1.00/1.00 vMB 292
472,462 472,462 000000000000000000e02ee449e21e0275456b90f87799e1a11abb37bb404dca 2,414 1.00/1.00 vMB 364
472,461 472,461 0000000000000000012ef03ebbf95bd05267759d66e546c5a1db6b194bdbcdcd 1,822 1.00/1.00 vMB 273
472,460 472,460 000000000000000000f37bbb489b9823e77b3acdbb117dd8008c70c4d7ebf7ab 1,169 1.00/1.00 vMB 175
472,459 472,459 0000000000000000005b11dea0016a6eda5b6844b0a3bf8145499838ac00b05d 1,597 1.00/1.00 vMB 221
472,458 472,458 0000000000000000011501fab7c3e874e73a110c26ab657fc8902049911604d1 844 1.00/1.00 vMB 158
472,457 472,457 000000000000000000da105333a6cddd82be0ff9032e1deffc63d20ef58678cb 1,138 1.00/1.00 vMB 101
472,456 472,456 000000000000000000cf1b844f6d797dd0e0420c02c4cbfe8227bf7b9880ce0f 1,089 1.00/1.00 vMB 123
472,455 472,455 0000000000000000009cf56d48f49b4fb85fe276cdb474d5d008ecd30d2edc15 2,005 1.00/1.00 vMB 193
472,454 472,454 000000000000000000db7fb5f666b39faf6281709bb391afc4a314a17288b5d6 1,990 1.00/1.00 vMB 239
472,453 472,453 000000000000000000b708ca8a2fa39c98148c1acb053735909b3d9b35a93b0e 1,740 1.00/1.00 vMB 109
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.40 GB
    • Received: 15.13 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.