Loading Tool

Explorer IconExplorer

Memory Pool

44,415 transactions
26.87 vMB
0.07067618 BTC
Random Selection Loading Transactions
Max Size: 141.38/200 MB

Candidate Block

Mining Attempt 9c5d974c97c97889b79a4f1fdbb5825c9422a728e9efda7661d558917360f874
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root aacccbb7949bff94c0e99da9b8ef447b7c75768dc9c8c45eb02ddb880a188d3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,660
Size: 1.00 vMB
Total Fees: 0.02059708 BTC
Feerates: 96.15 > 2.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (640,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,174 274,174 00000000000000023d0f3b92917162e2c21a671e3c44d7df44839dfd3fed01bf 589 0.24/1.00 vMB 72
274,173 274,173 0000000000000004912f2406930cf75d2f6716ef371b037e480d876df3980d50 240 0.14/1.00 vMB 33
274,172 274,172 0000000000000001eea464a2ab7be6fa3146a533dfaefc5afa12d9ec807325dc 176 0.06/1.00 vMB 44
274,171 274,171 000000000000000313982f94ccb7c82101aa1c44c5f0d39ece0a3cb42ee338bc 108 0.05/1.00 vMB 29
274,170 274,170 0000000000000005ae4f1d4573f686d300ce88f1a147e266b4be82394eb6afd1 644 0.37/1.00 vMB 42
274,169 274,169 00000000000000017d45dd2d30792ca69ba569af31f9857dd0eb5c12965c0c50 695 0.25/1.00 vMB 83
274,168 274,168 00000000000000013b278265a809cc11ac03abd3b5d203c5a215b3bf3248d69a 840 0.33/1.00 vMB 68
274,167 274,167 0000000000000000604153117a8d2443c2094a332f217bce611e3312c041279a 324 0.16/1.00 vMB 35
274,166 274,166 0000000000000002e17a38fc1f233a6799df93d3c34c9ca4fcac4cacc4c75b90 291 0.16/1.00 vMB 19
274,165 274,165 0000000000000002f9efbd381e7f42c0c3fb789752bd3389ed649dd767bc2afc 580 0.25/1.00 vMB 86
274,164 274,164 000000000000000353fb90766ccf30dde7ccaece5e176454c7745b14c27547d4 159 0.21/1.00 vMB 18
274,163 274,163 0000000000000003ebd28e8fc9a4daa94c7fc4ee3ebddda3f6cbe729ab0cd54f 768 0.25/1.00 vMB 81
274,162 274,162 00000000000000029504878e6a56570961e4b0769b9ecd1a8d6e7761a8d1798d 626 0.25/1.00 vMB 60
274,161 274,161 0000000000000004aeab0f0e2830a81498a555ecf46f28a3c2197fbe3db74a9e 1,310 0.61/1.00 vMB 45
274,160 274,160 0000000000000000699b7a2c8dd4fc2915b90ffe17851698abe20853e751745b 232 0.10/1.00 vMB 32
274,159 274,159 0000000000000001d1afc9e1a1694417a2f2fdc083b1fcba87dc8949cd2c9bb4 497 0.24/1.00 vMB 54
274,158 274,158 0000000000000006075f42aadb82d834d0b0685f0e65ec5514a5227084459576 765 0.32/1.00 vMB 58
274,157 274,157 0000000000000003318e131fbcac097b0d3cc3287ecf5a224196296fbd8026bd 94 0.04/1.00 vMB 37
274,156 274,156 00000000000000032e39c627985673fe1c5c1a712724929a320b27f15ba160f0 87 0.03/1.00 vMB 56
274,155 274,155 00000000000000045b5b749030dcc6c1472c3ecf59228ed1f359a16521c4246e 276 0.16/1.00 vMB 45
274,154 274,154 0000000000000004ffb8af1a45d8d0dfe9c9abdb7535d1c2779d64fe3f90d5d4 35 0.01/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.