Loading Tool

Explorer IconExplorer

Memory Pool

46,455 transactions
28.91 vMB
0.14473929 BTC
Random Selection Loading Transactions
Max Size: 153.01/200 MB

Candidate Block

Mining Attempt 1e8c0a1c94d2fc618144f6b06a5af94625e9c1d593b94e69a3be16a45b950d74
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 312bc6f50ff8b1ed9a053d4da49c8048c3fc536ad40ec499edf0d25cc3868c65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,568
Size: 1.00 vMB
Total Fees: 0.08180090 BTC
Feerates: 15,654.48 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (338,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,168 576,168 0000000000000000001dc22deb4c9678c4d640ff41e6359fa081a70f60fa5e6c 2,861 1.00/1.00 vMB 164
576,167 576,167 0000000000000000000d6825cc86379b1a35e33cdf87c57239151401cf489189 3,373 1.00/1.00 vMB 169
576,166 576,166 00000000000000000019b27f2d4f4fa1d7c03aa81fd166412976347ed9fb9db1 3,806 1.00/1.00 vMB 167
576,165 576,165 00000000000000000010920eb88191c535c5e6bb40df7ee41d54fe89c61e4c0d 3,176 1.00/1.00 vMB 171
576,164 576,164 00000000000000000012a4cb874f0153bf5417a87cda8e608bffcbfb57ff0d60 1,543 1.00/1.00 vMB 195
576,163 576,163 00000000000000000014a160dd3b950ee5f4b077791cbfb33fe2f4a7eff34e75 967 1.00/1.00 vMB 251
576,162 576,162 000000000000000000299cc793692ffa5690179ec6661457011ed55eef6e7f21 2,150 1.00/1.00 vMB 153
576,161 576,161 0000000000000000001f7375742845e68c94c9dda2ddf8a7da67c832971063f8 1,643 1.00/1.00 vMB 123
576,160 576,160 00000000000000000012313659756da2ebdf7075680ff0750d00f0a5dbb4dcaf 2,306 1.00/1.00 vMB 125
576,159 576,159 0000000000000000002362734af089ea44fcbc4a37f6daf0949e20cb215b9bfa 2,977 1.00/1.00 vMB 164
576,158 576,158 000000000000000000139681ac5166b29c2afb9b983c26b0e9ae33a7de5e610e 2,335 0.99/1.00 vMB 144
576,157 576,157 00000000000000000004fb4aeba714e48b7b8d4bb1dd1370a29dfd19f7d2d920 2,837 1.00/1.00 vMB 126
576,156 576,156 00000000000000000010b727434b71e9abefd5aafed65d32eb373eca3faedd24 2,939 1.00/1.00 vMB 150
576,155 576,155 0000000000000000000841597259c91c2cd01d28098f3ca87554dac416d0b356 3,234 1.00/1.00 vMB 153
576,154 576,154 00000000000000000002b355e4c27468dcc0ae263f96b89a8f5fab3c6d2bd1be 3,331 1.00/1.00 vMB 165
576,153 576,153 0000000000000000000dcbd31d4394d361af9ca2a59bed550a365d6eda3c1593 2,587 1.00/1.00 vMB 147
576,152 576,152 000000000000000000003c5a5f2cac676f3775cf096fe9814da46b87978ee667 2,837 1.00/1.00 vMB 145
576,151 576,151 00000000000000000001b552b2f0d206bc3cb6d9b49c2c2cf7b6be7145eaed5b 1,965 1.00/1.00 vMB 187
576,150 576,150 0000000000000000001d6717acdac14e708e93780da12cfd40c8a933c624f58d 3,239 1.00/1.00 vMB 161
576,149 576,149 0000000000000000000884543280a0a0d61763a9cb6ab47fa1203486ad3e7335 3,184 1.00/1.00 vMB 143
576,148 576,148 000000000000000000269b62ca19de7b3fbd709a00d5747bb4bc5ecdd4feeefd 2,991 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.