Loading Tool

Explorer IconExplorer

Memory Pool

84,493 transactions
32.17 vMB
0.10433750 BTC
Random Selection Loading Transactions
Max Size: 195.03/200 MB

Candidate Block

Mining Attempt 5486c32ad5316ed5032f0e0f31d7c232c08d31a7b1d65cba87e84fe110aee36f
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 3eaee56e7c758c4fa9bc779270da075056789efe6abf45fc059cee72ffac968b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,651
Size: 1.00 vMB
Total Fees: 0.03221051 BTC
Feerates: 181.54 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (92,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,045 823,045 000000000000000000003c899ddb6acc2d3d6da7ed29b46c9bda05efc95593a4 3,227 1.00/1.00 vMB 154
823,044 823,044 00000000000000000002b48b3d362fa9c034b9d859e35447dd5b3a7a8ef2556e 4,537 1.00/1.00 vMB 113
823,043 823,043 00000000000000000002e5c90471107e02fe362407ab815d6a3af0a1e73210fe 3,702 1.00/1.00 vMB 127
823,042 823,042 0000000000000000000239e5c96fdaef5ee81773f624ef2677c754928fd8e58e 4,029 1.00/1.00 vMB 153
823,041 823,041 000000000000000000038f6e01862089af2f6225faf2d61a48dc212682f89e0e 3,981 1.00/1.00 vMB 152
823,040 823,040 000000000000000000010d8a128790c0373c7befca020f8bf82781661111b952 3,010 1.00/1.00 vMB 165
823,039 823,039 0000000000000000000161b6964f2342cfd4cda6275dd391333910e7faa1093e 3,902 1.00/1.00 vMB 133
823,038 823,038 00000000000000000001aeccfff41c0eb20aaf50a4f9580f1af2d4f579f91f1e 3,651 1.00/1.00 vMB 97
823,037 823,037 000000000000000000034ec266b292315fe0be8d9ae0ff93da6587f68d468b0c 3,923 1.00/1.00 vMB 112
823,036 823,036 0000000000000000000096d71df9430ff2a9f29a5d99ac9e8b1bac7e3097df47 4,750 1.00/1.00 vMB 95
823,035 823,035 000000000000000000000180d5e0696d7b297bff0efc70b10cbbee5695992d1f 3,945 1.00/1.00 vMB 93
823,034 823,034 000000000000000000031d3fd203a4c3911614cf30dd772c8e618e3a61f2b225 4,527 1.00/1.00 vMB 104
823,033 823,033 00000000000000000001d5721202eb02c4dc84f63eeb15a45207989870544bef 4,011 1.00/1.00 vMB 112
823,032 823,032 000000000000000000031b7ec20be43afe6551c16e42e3531e9cdd8da7258695 3,801 1.00/1.00 vMB 132
823,031 823,031 00000000000000000002d058511ae591e097fedefe2b748b221578a87e8e1855 3,580 1.00/1.00 vMB 159
823,030 823,030 0000000000000000000358cdf90e09faf5f9601cc94c4908ec6f8d171fc3e573 4,753 1.00/1.00 vMB 116
823,029 823,029 00000000000000000000b73c9373756d464fea1e644e4bbbaa60e6efcd58060d 4,350 1.00/1.00 vMB 125
823,028 823,028 0000000000000000000384221b332e4e3c719f34f0b8ddb19f9e1bf7700ff614 4,449 1.00/1.00 vMB 107
823,027 823,027 0000000000000000000116f5e34d326eebf14d23411646aef36f60e003ac28a5 4,165 1.00/1.00 vMB 131
823,026 823,026 00000000000000000002b92bc68c8df6e94de7b9043b1a287edca02f38c7af70 4,021 1.00/1.00 vMB 131
823,025 823,025 000000000000000000000e623df3022a672a1f9e31569e150f8cfd6bf13b9623 3,921 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.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.