Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,032 transactions (0.40 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,326 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,016 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,325 (75,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,028 836,028 0000000000000000000159fd5ff5d1c02b1474a664ffe65be19f37204067c029 1.08 MB 426 8
836,027 836,027 0000000000000000000296c24aaf37a8e2c709ffb58c2fcefcf0e4fa536e9f32 1.49 MB 2,029 11
836,026 836,026 00000000000000000000cde2288b35d56ff9e018678c3b2524aa316e284788a1 1.54 MB 1,892 9
836,025 836,025 000000000000000000024f99789322563d35a0e0e2ec3d479b688f3873f4556c 1.96 MB 1,435 9
836,024 836,024 000000000000000000010e62c9cfbb95bccf722f269b583a3756a5a967040f5a 1.98 MB 2,439 15
836,023 836,023 00000000000000000001c9fec6cc96333ad726f3d71d82c53fb8f7b0036503d4 1.57 MB 2,908 22
836,022 836,022 000000000000000000009747f1f12c0f161b744e297ecad89b74f93300142e66 1.81 MB 1,884 11
836,021 836,021 00000000000000000001830a9caa5ab74f86a8ba9ff32a946b2d0737f232d559 1.73 MB 2,559 17
836,020 836,020 00000000000000000001ed80a381ddcaeaa2bc6c3be31d0330969e0b6fea3e89 1.27 MB 802 9
836,019 836,019 000000000000000000006b0e8832e0ae006b41135606f4f3f889f53018d6cb0b 1.35 MB 591 8
836,018 836,018 00000000000000000002a472d9a20713e7edf2e07c3bdd87cbb0e7596e44775e 1.82 MB 2,389 15
836,017 836,017 000000000000000000024434ba5d4a0e82950edd8f6e648a0ab914db274c72ab 1.30 MB 864 9
836,016 836,016 000000000000000000031f8c6d2a41917fb33a9ddb2e355cbc7605758cdcefff 1.71 MB 1,733 17
836,015 836,015 00000000000000000002c1ce86ed285867f0fb6208a131185e3c0a91d11e6c1e 1.00 MB 103 7
836,014 836,014 00000000000000000000e301f47e587a5ca7f80be6b4caf0f5114acf52dc03b6 1.61 MB 1,556 13
836,013 836,013 00000000000000000002ee294ab12f27f135348070d520044bc121b014c63ee3 1.84 MB 1,743 12
836,012 836,012 00000000000000000002161d30a20d4f39004dd4b80a2f3e5b31b81012fab017 1.05 MB 182 7
836,011 836,011 0000000000000000000104df1be82388dc6381eca84884715ee652926b7ed487 1.86 MB 2,503 13
836,010 836,010 00000000000000000000381cb1f576930d3feb71a3e8fe269108bfc57d0780e3 1.50 MB 1,703 11
836,009 836,009 000000000000000000028c3fc73b64c9af0ccdc9dd4067abea381f0819fa9f6d 1.73 MB 1,369 11
836,008 836,008 00000000000000000001e6a47703305f4ebff25d5e675b15bb8a7e2ca7c880be 1.36 MB 774 8
Previous 10 blocks ↓
Total Size: 775.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.72 GB sent, 128.05 GB received

Notes

  • This page updates every 5 seconds.
  • 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.