Loading Tool

Explorer IconExplorer

Memory Pool

48,243 transactions
30.28 vMB
0.08663023 BTC
Random Selection Loading Transactions
Max Size: 161.71/200 MB

Candidate Block

Mining Attempt 39bee7394ba3e2c7011396ebdbca2d5d417aa0061626ebffa08941bc243ae97a
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 13b7c3cfa67fdd48ffae299feb74e04d495381e59b5117c53fbfbe4c3b589abf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.02619159 BTC
Feerates: 101.56 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (78,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,036 836,036 000000000000000000013cfc58f07364e4782e87854800a29cd574c7c4c9ba19 1,080 1.00/1.00 vMB 9
836,035 836,035 000000000000000000005bd10cbcd8e070c99a3e5626dcd83d99c951e8c3f9b2 773 1.00/1.00 vMB 8
836,034 836,034 00000000000000000000a0b17cf0d8b6046851a6e5e76ff6a2d95fda56e4ce6b 1,903 1.00/1.00 vMB 11
836,033 836,033 000000000000000000020706b6377bd6e90699c073be988c3e779869009e8ecc 2,629 1.00/1.00 vMB 9
836,032 836,032 00000000000000000001bff80646945c040e492bc2a63c42504635ab67432009 1,954 1.00/1.00 vMB 10
836,031 836,031 0000000000000000000004b162a3ad80461ace47bbc268c54d26302e5374eb2c 2,725 1.00/1.00 vMB 15
836,030 836,030 00000000000000000000e48e28d8618f0b8741f7d41783099d755f036dd3baee 600 1.00/1.00 vMB 8
836,029 836,029 00000000000000000000c66a18e56dacb74e4d444ac96d6eca219aff7f9e868c 1,214 1.00/1.00 vMB 10
836,028 836,028 0000000000000000000159fd5ff5d1c02b1474a664ffe65be19f37204067c029 426 1.00/1.00 vMB 8
836,027 836,027 0000000000000000000296c24aaf37a8e2c709ffb58c2fcefcf0e4fa536e9f32 2,029 1.00/1.00 vMB 11
836,026 836,026 00000000000000000000cde2288b35d56ff9e018678c3b2524aa316e284788a1 1,892 1.00/1.00 vMB 9
836,025 836,025 000000000000000000024f99789322563d35a0e0e2ec3d479b688f3873f4556c 1,435 1.00/1.00 vMB 9
836,024 836,024 000000000000000000010e62c9cfbb95bccf722f269b583a3756a5a967040f5a 2,439 1.00/1.00 vMB 15
836,023 836,023 00000000000000000001c9fec6cc96333ad726f3d71d82c53fb8f7b0036503d4 2,908 1.00/1.00 vMB 22
836,022 836,022 000000000000000000009747f1f12c0f161b744e297ecad89b74f93300142e66 1,884 1.00/1.00 vMB 11
836,021 836,021 00000000000000000001830a9caa5ab74f86a8ba9ff32a946b2d0737f232d559 2,559 1.00/1.00 vMB 17
836,020 836,020 00000000000000000001ed80a381ddcaeaa2bc6c3be31d0330969e0b6fea3e89 802 1.00/1.00 vMB 9
836,019 836,019 000000000000000000006b0e8832e0ae006b41135606f4f3f889f53018d6cb0b 591 1.00/1.00 vMB 8
836,018 836,018 00000000000000000002a472d9a20713e7edf2e07c3bdd87cbb0e7596e44775e 2,389 1.00/1.00 vMB 15
836,017 836,017 000000000000000000024434ba5d4a0e82950edd8f6e648a0ab914db274c72ab 864 1.00/1.00 vMB 9
836,016 836,016 000000000000000000031f8c6d2a41917fb33a9ddb2e355cbc7605758cdcefff 1,733 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.