Loading Tool

Explorer IconExplorer

Memory Pool

83,003 transactions
31.17 vMB
0.09001932 BTC
Random Selection Loading Transactions
Max Size: 191.16/200 MB

Candidate Block

Mining Attempt 0d120edbe6c22ee9ece812519bc0e2df43f5686b61254d7e43fd869559e2acd8
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root efd2e693f177d49ebd0b540681eda5921312092316ed6d54857c17ad55b6ca7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.01974308 BTC
Feerates: 114.60 > 1.98 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (363,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,176 552,176 0000000000000000002314cf8740114be4998883edffec879f2ec36e9ca19d60 2,069 1.00/1.00 vMB 29
552,175 552,175 000000000000000000062849d667bd0bfda5e88f6c477f185a5fc5c8a89be17f 2,468 1.00/1.00 vMB 49
552,174 552,174 0000000000000000001a7b0ae2051f0e5887582fabdcc16da8dbc15e4c14f998 2,460 1.00/1.00 vMB 4
552,173 552,173 0000000000000000000ab76db1a4fbb4af54b8d401401bf4b2f0aacbbd35e716 2,409 1.00/1.00 vMB 4
552,172 552,172 0000000000000000000b80550543fac32e3bf1b08b31a2d1ea2159d1944ceb20 2,806 1.00/1.00 vMB 31
552,171 552,171 00000000000000000021e21ddb4e4819d930012c2afc22488d4f58c44fee5947 2,959 1.00/1.00 vMB 26
552,170 552,170 00000000000000000007ce6f08782cc5cd1a8087f1416c7fdcfd8ca4df60b928 2,093 0.95/1.00 vMB 9
552,169 552,169 0000000000000000001ff77b313d7c767fc9106cbad3dc4b28d8cec3c0759ad9 2,472 1.00/1.00 vMB 30
552,168 552,168 000000000000000000025bd8febfabae15279285127282900d2a2052ab20bedd 2,885 1.00/1.00 vMB 40
552,167 552,167 000000000000000000077230661d1f88538267b185aedb102c8a8cb7ffb88242 2,678 1.00/1.00 vMB 45
552,166 552,166 0000000000000000002147d9272a90f8d7676db51308bc6b6d7fbc76de0b4562 2,791 1.00/1.00 vMB 89
552,165 552,165 0000000000000000000d498d23b64759ab61e61e1aae3040073b65823d6b5c1c 1 0.00/1.00 vMB 0
552,164 552,164 00000000000000000010ea6d002a08e2ae11e2ee05ff9d8b2e5a7fece15fe9d9 1,629 1.00/1.00 vMB 13
552,163 552,163 0000000000000000000b811e2d43794823cd7111e916fd0ed8b5c7dc726e95ed 2,675 1.00/1.00 vMB 43
552,162 552,162 0000000000000000000cc7874f04a60108ec598272588ad932e54605ebd07128 2,140 1.00/1.00 vMB 60
552,161 552,161 00000000000000000019659f94b1e6267499ccb1a98038df5112c8dd02176eef 2,554 1.00/1.00 vMB 26
552,160 552,160 0000000000000000000e4385c284b89750c981512f7fa50d53e4787c25b76567 2,549 1.00/1.00 vMB 47
552,159 552,159 000000000000000000116e9bbd4bd7f725c1098865376c5bd0c657d04cacd18a 2,541 1.00/1.00 vMB 38
552,158 552,158 00000000000000000000d7d2591aeae8844fd8ea663730d96a29842457696b36 2,752 1.00/1.00 vMB 63
552,157 552,157 000000000000000000149a86e2476bf6106c8bd1e7ac05a3fba1c059c0841930 1,758 1.00/1.00 vMB 23
552,156 552,156 0000000000000000000a9bc0b342383529884e2f479a46b3c65c414bff069b67 1,863 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.