Loading Tool

Explorer IconExplorer

Memory Pool

79,530 transactions
29.68 vMB
0.07443018 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt 99c2e5a77f0c0743736631d36fb17178b43e1cff806cf6f0d9bc1cc889b779ee
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6df1260a99cba33595bcd5ea89694910e493158cb360cfbed0e0d0d20368d0ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,286
Size: 1.00 vMB
Total Fees: 0.01401677 BTC
Feerates: 74.18 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (678,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,148 236,148 000000000000013fcd8f08986dee466ea198224dd6a2d2437503df4b82ab5f20 802 0.25/1.00 vMB 246
236,147 236,147 000000000000012555f6d673b6fe58034ea3b7a27f85a81d0c651400a4f02d40 387 0.25/1.00 vMB 129
236,146 236,146 0000000000000097d07e9a6bf5f9dcc13064d483cd13f20f1eede088366dbe72 61 0.15/1.00 vMB 29
236,145 236,145 000000000000011f3cbf211385fafc987d6914226f5139b4255a7e770f3ba347 406 0.18/1.00 vMB 190
236,144 236,144 0000000000000024b5e467bfcfa4269ec7d104c2f2333d2fc9560624d15139e8 91 0.16/1.00 vMB 62
236,143 236,143 000000000000004443b3cd406d9e6894e9af7bf098d82f85d8e3a01ac6b1f5f4 499 0.23/1.00 vMB 162
236,142 236,142 00000000000000d9955f9fe2161524121f0e21f3e2b1a57f97578c98dc31d636 152 0.15/1.00 vMB 71
236,141 236,141 0000000000000123530e6729e019012acef1ce0df153868a9a3f0fef09d23de5 722 0.25/1.00 vMB 168
236,140 236,140 0000000000000148045efd8deddf7b25a4df47f7ed28faf30d9c841aa413a56e 171 0.15/1.00 vMB 73
236,139 236,139 000000000000005c962b79e305d19a7b354291f54647fe9631f7a5e16a0a75e3 255 0.15/1.00 vMB 154
236,138 236,138 0000000000000124fa7e2541d09c1c07cd37ce35c9b1a65d043dd468b66aeb60 643 0.25/1.00 vMB 196
236,137 236,137 00000000000000e6d1d3beae1a79ee17c669a896a912599ebdd416882d418ff9 105 0.15/1.00 vMB 43
236,136 236,136 00000000000001656711a0f634b287420a7039ab9b21c166bc2b0a8a99d61e2e 235 0.12/1.00 vMB 136
236,135 236,135 0000000000000176b30b91fed3fb07b37f43b928f4d4711c8053bdd7c6661d76 774 0.40/1.00 vMB 155
236,134 236,134 0000000000000051baebb19a0de3a4c0a12b3f2b3009334cc9851baa74ee90d6 631 0.25/1.00 vMB 198
236,133 236,133 0000000000000157fb0013a1d54ff1eceae06a29aa72b361fc8f5ce99e0774bf 21 0.01/1.00 vMB 208
236,132 236,132 00000000000000db95a60d9ffeec05ac263cc946c7dafcf11b120bb9074e7ec3 297 0.15/1.00 vMB 137
236,131 236,131 00000000000000714aedaaba9e57d1db2de483f05690a0edd4bcb1c409193da0 111 0.08/1.00 vMB 127
236,130 236,130 000000000000004c8806c2f7bd2a49b72675d3cb901aadcc61cd4eb38242ee2f 446 0.20/1.00 vMB 163
236,129 236,129 0000000000000067b618efbe4ea35abc5f56e0e55c3d37e487d06f1216dbcada 3 0.00/1.00 vMB 47
236,128 236,128 000000000000001616882046572b4ee31c8763a96b1d66ef0538ed7472f001a6 177 0.09/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.