Loading Tool

Explorer IconExplorer

Memory Pool

41,216 transactions
25.93 vMB
0.05067318 BTC
Random Selection Loading Transactions
Max Size: 135.75/200 MB

Candidate Block

Mining Attempt 01148a98289b7e13851608efb3c93e6decee47908ddc2c1cc1dfbe3cb26465b9
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root fb4bb82d93e63f9793310cd07e1a9aeada5fbc51d567985466eb23e1606392dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,198
Size: 1.00 vMB
Total Fees: 0.00331945 BTC
Feerates: 12.18 > 0.33 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (590,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
324,216 324,216 00000000000000001fa02b07f0e3244558e474edee10b68264bfbf9f380cfb43 638 0.35/1.00 vMB 47
324,215 324,215 0000000000000000141d150cc1356bf8cb8fe19be7faa7a52fd1b07066c0db3b 463 0.25/1.00 vMB 33
324,214 324,214 0000000000000000049fe9cc85fe18d08249068686c296cbb7d08166825d27bf 44 0.03/1.00 vMB 18
324,213 324,213 00000000000000000c6641c78a9d29eaf796c891f90b5e1a5fc815258775b6eb 622 0.27/1.00 vMB 30
324,212 324,212 00000000000000001a19469e3030f1e2e17fc95a2bf60fdfa5ef5ea9d81b0a47 360 0.14/1.00 vMB 30
324,211 324,211 00000000000000001bd67932dc1172910af8a563c1854a52302aa56999dc8b01 1,193 0.60/1.00 vMB 29
324,210 324,210 00000000000000000675aee95228d5fdeb7f6518fcc1e9804e180eedb27e2fff 150 0.11/1.00 vMB 23
324,209 324,209 00000000000000000a8ee43714998d1a6c8007456576b7ecf7ea3d2ee4beb50d 82 0.08/1.00 vMB 18
324,208 324,208 000000000000000003b5d7c7e3e9cdd7c6beb0f697ac16d40823cab37cbb4aeb 524 0.30/1.00 vMB 29
324,207 324,207 00000000000000000b82fdc7e56053fa199e7e4aa16bfbdef9e4d32b87c644c6 382 0.23/1.00 vMB 19
324,206 324,206 00000000000000000068a8f81453600e4d03724be8f129ecddceaabae4d03730 568 0.32/1.00 vMB 28
324,205 324,205 00000000000000001648e864b81275fedea5670340e9aa334207055a7eea6651 259 0.28/1.00 vMB 12
324,204 324,204 00000000000000000001bdebf80d8c40d9b30a6fe76b962ff59c8d3cdeec3473 573 0.34/1.00 vMB 31
324,203 324,203 0000000000000000145887c9c123eca9c13a08edc367c4fe8fbd3455c5bee0b7 407 0.24/1.00 vMB 36
324,202 324,202 00000000000000001c92a7213c3b537e1bd0a4bcb9ff42c3a5bfd0df423144da 362 0.25/1.00 vMB 24
324,201 324,201 00000000000000001daeee55bbb6c49927905b9e18096b071c67f355e69c9abe 83 0.05/1.00 vMB 21
324,200 324,200 00000000000000000c846893ef60552198fdf07a38cfa49707c732402ab83937 246 0.22/1.00 vMB 27
324,199 324,199 0000000000000000096d684bb81a7f41d3f728176cbd0f5d9efd71b81a12ee75 226 0.14/1.00 vMB 26
324,198 324,198 00000000000000000264d6459f3d6095af6bc18a5bf1dd43ab5cf5adc74ed3ba 1,248 0.87/1.00 vMB 31
324,197 324,197 00000000000000001f1cef43ba2915037e17b8b6ea5938bf7dd6afe9cd35cfd1 344 0.44/1.00 vMB 18
324,196 324,196 000000000000000008d5fb020b8fe7fd6968da57f2d141a6e38f44f2a0e18e69 861 0.35/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.00 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: 648.88 GB
    • Received: 13.09 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.