Loading Tool

Explorer IconExplorer

Memory Pool

15,537 transactions
7.91 vMB
0.02455598 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.93/200 MB

Candidate Block

Mining Attempt 98c777bec2d8d6239790b0a833942f1e0c34bfb55b3da9029ea7a3cb8b3ca5fe
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root 25aad345aa6c4572f5b45a87e379fce8108d6ab5088959e05b2ba6b07fcc5b65
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.00813020 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (684,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,775 228,775 0000000000000277efc5a2ffa4400eb7dba4c1edc0389a89d50f598e9906c952 662 0.26 vMB 210
228,774 228,774 0000000000000000491ceeae60df46db53faa5dc178f4f0ebf9f09ab7a99f265 670 0.33 vMB 164
228,773 228,773 0000000000000122cbe0e447e9f9abdfa6d7ea2e45e7679b107af2cda2072381 599 0.25 vMB 194
228,772 228,772 000000000000008d9419c72100e1a46de86fd998389db5ad611062cc6fa6afc7 410 0.17 vMB 197
228,771 228,771 00000000000001605d573d9916a8aab44f36596d6b8ebc8907a098b430f5218d 131 0.10 vMB 70
228,770 228,770 00000000000001c29bd4564fc75dca8c77e873d262334cba5415dcf3cc1ac266 48 0.02 vMB 166
228,769 228,769 000000000000018a15976763092bf4696bca6228135ecb156dc94700a77cf063 164 0.15 vMB 59
228,768 228,768 000000000000009b8b949f5e6c2985a0ebf8a02fa9ca4cec9467a133570761eb 70 0.03 vMB 25
228,767 228,767 000000000000018320803f9700835d85179ec63bef0dda3a19475d8e55c0e48a 532 0.22 vMB 174
228,766 228,766 00000000000001067485bbe0b18ff121cabfbe092ad70304d90a7e46e324ca6a 662 0.27 vMB 204
228,765 228,765 00000000000000bafecaac1c7893baabb5df703287164cdf41125d743f44410c 369 0.20 vMB 161
228,764 228,764 00000000000002643e666d4d5bd8e78f0ac33413dd0770b7d112060d5d96d713 586 0.25 vMB 203
228,763 228,763 000000000000013a2080f56cc8525fbfaa68ad9c50fd74fe05ef2afc2454e1c0 304 0.10 vMB 67
228,762 228,762 000000000000025e90f1802afb1737e43e00a1022c8d7fb63282d8a48a1edc86 531 0.22 vMB 181
228,761 228,761 000000000000010ea612372b4b9586339350201163b46b786e0a9f59870144f4 229 0.11 vMB 152
228,760 228,760 0000000000000003726096e5ce7e7601c0107520260600e01063458217119f97 132 0.15 vMB 34
228,759 228,759 0000000000000218aa4566cd82ab19859347e9718cf47930623c97f2effadfb3 325 0.14 vMB 175
228,758 228,758 00000000000001a383c48c1da37a00f334db3f99c31d855ae4c68993595e1896 107 0.04 vMB 127
228,757 228,757 0000000000000222591b9db9a859d9efe89619ffdee3897f295e29e5b1198447 512 0.24 vMB 168
228,756 228,756 00000000000000d5c29f2b305f983bd83319e32b78bd51ae06c241b64aa58bfa 637 0.35 vMB 162
228,755 228,755 000000000000002ca63278f5702a8a9df1334e1fde08f5ae73f9b4aff9e8b6ad 140 0.15 vMB 104
Previous 10 blocks ↓
Total Size: 779.60 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: 294.05 GB
    • Received: 1.23 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.