Loading Tool

Explorer IconExplorer

Memory Pool

41,282 transactions
26.02 vMB
0.05531546 BTC
Random Selection Loading Transactions
Max Size: 135.92/200 MB

Candidate Block

Mining Attempt 94031ae86f6c7e3c835c4e9e63995ed47a43bb8abf8b39c747eb67c874ad78ec
Version 20000000
Previous Block 00000000000000000000172132c00b110ec4ee02326028bead4b8d9ab2ab8c10
Merkle Root b9b002f0ece4a46564cc767c01a49c982e8c4314a07d24dea9369b36428281fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.00802106 BTC
Feerates: 40.21 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,745 (368,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,251 546,251 000000000000000000073a2c0c6acf3894476ece4f97dacf7e4f2a53a6ef2577 3,073 1.00/1.00 vMB 11
546,250 546,250 0000000000000000000a72f0afd346eaa6ba73db0bd8279d92b7dc947e6f8baa 2,582 1.00/1.00 vMB 25
546,249 546,249 0000000000000000001704dff8a8e0549bbf2d8f53b26aa0cd41bf44f319e46e 2,302 1.00/1.00 vMB 21
546,248 546,248 0000000000000000002428e5cf9d0f3dd7d2992506181638c17b0ad93c87f207 563 0.27/1.00 vMB 12
546,247 546,247 0000000000000000001b5f6f5a5fac1dd7b10aa7ec8fac79613681d95f5e5fd5 1,336 1.00/1.00 vMB 8
546,246 546,246 0000000000000000001b382419f22175bc15796e4a5e2bee2a482b49fd2e679b 2,200 1.00/1.00 vMB 16
546,245 546,245 000000000000000000215307147761866aab106ec4e2c0d9660fcfd0e0e5fb79 2,491 1.00/1.00 vMB 23
546,244 546,244 0000000000000000001513ca6705236ee2f9499b558b7fdc1f63f5613eb4c9f4 972 0.81/1.00 vMB 10
546,243 546,243 0000000000000000000b2a024b4e3708da3c9fcb203facd9494b1227f4092417 2,143 1.00/1.00 vMB 10
546,242 546,242 00000000000000000002ffa1459f6888dfa97702bab63fd3e6089b7af4af5f97 2,543 1.00/1.00 vMB 10
546,241 546,241 00000000000000000018cfe3bf4e493c11db506062353774a92b53fdaddcf055 2,639 1.00/1.00 vMB 7
546,240 546,240 0000000000000000001e930fbcd764c42369c9b9928569f032b745b358335960 2,686 1.00/1.00 vMB 40
546,239 546,239 000000000000000000134fc212f3f72c4de427cefec9c7cea490e5bac7c57845 64 0.33/1.00 vMB 1
546,238 546,238 0000000000000000000a77aae7ab5de4d1159241f732fc86a72014cfe2cedcf5 2,457 1.00/1.00 vMB 17
546,237 546,237 00000000000000000006a9317c81a4adee55a2dfc2f8ccaf8850d6c40fb044e0 2,534 1.00/1.00 vMB 17
546,236 546,236 000000000000000000123770494fc6f51426317ae7833fba05edc2e5b945d60a 1,670 0.87/1.00 vMB 12
546,235 546,235 0000000000000000000e90660c45fc6a7b5ce115b05ee9813c31478adba8132e 1,045 0.73/1.00 vMB 7
546,234 546,234 0000000000000000001f1ce7021fb301f2d2dfd84b056ba0a7b29f345a7672db 744 0.28/1.00 vMB 28
546,233 546,233 00000000000000000012a957644bc5144d21e38c0f1113f6d6d6d15fe3f8ec3d 1,799 1.00/1.00 vMB 10
546,232 546,232 0000000000000000000bb1aa4df43fbff6a7ffb52abfc2792b7ea6adc9083968 2,466 1.00/1.00 vMB 18
546,231 546,231 00000000000000000001d2d43983f96ce3172e10a9ce401d22bb9c05ac47c15a 566 0.23/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.94 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: 646.58 GB
    • Received: 12.86 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.