Loading Tool

Explorer IconExplorer

Memory Pool

28,086 transactions
28.03 vMB
0.07995828 BTC
Random Selection Loading Transactions
Max Size: 134.54/200 MB

Candidate Block

Mining Attempt 48fe364b54d40cf3a05e44398de5b670f488d98096732a9838cb66fd4b0f6c69
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 836ec8402b27b051727135f651aa4ed9a16d07b04cfbcb23b0cb73262f05e291
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.02598361 BTC
Feerates: 150.73 > 2.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (795,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,236 119,236 0000000000007d209e9a39a86679686f1ef70c59de37ee93768a5177883ba34c 50 0.01/1.00 vMB 2,021
119,235 119,235 00000000000037b5cff980aa02a95482202bb7d0fb8c190b0279cd1a2a648b23 15 0.00/1.00 vMB 446
119,234 119,234 0000000000001cd7f29ad9a5e96b920afd2e4839661e7a98a5c393541620c82b 10 0.00/1.00 vMB 320
119,233 119,233 000000000000841b6f0cdc5bdad8fd67cd9fba730e6ea0bc69162a77c89f834f 8 0.00/1.00 vMB 0
119,232 119,232 00000000000097fdc485cad90039464da38df8c6959863002f9ea7daec7e456b 9 0.02/1.00 vMB 944
119,231 119,231 000000000000804dfaedff3031fc661bd0db3ba92ba3a5792f2e7dc5d07cc7fe 13 0.00/1.00 vMB 311
119,230 119,230 00000000000090b9bc84b8a450196fc17b81090f41c40bfeee5d159625456fbb 22 0.01/1.00 vMB 828
119,229 119,229 0000000000006d3362f496719940adc172ed1ed6f9065fcc670487f43b59b382 114 0.03/1.00 vMB 106
119,228 119,228 00000000000099b5f785b00b52f17690d31927ccaf71e19924cf7fa4bb98bdf2 5 0.00/1.00 vMB 0
119,227 119,227 00000000000036b70ad4ea0283720c1b883896cfff2312d5fdbd5cb031bca340 2 0.00/1.00 vMB 0
119,226 119,226 00000000000054fbf2056134c3a4026dd8343a65be74053d4d756cd04b036f1e 11 0.00/1.00 vMB 356
119,225 119,225 0000000000007d1f78087a646226bae3cc9d9a48332d69ca7b172dbd7f962aff 23 0.01/1.00 vMB 561
119,224 119,224 00000000000087e3dff1a532289a0b1d132ab20b72201180072e6010df56fc4c 6 0.00/1.00 vMB 942
119,223 119,223 0000000000001419f48b6aa9292cdc8ae4274f50777419b3e916659716b7817c 27 0.01/1.00 vMB 351
119,222 119,222 00000000000000759663f238c270c4b706e3490b2e7ffb1dfc511c7ccd5eca30 1 0.00/1.00 vMB 0
119,221 119,221 00000000000040ea9903e39ad3e753a8e7e9839aef662087ff43a53fbed3ab9f 22 0.01/1.00 vMB 900
119,220 119,220 0000000000001d58da7767f7b92f5f5639524071966e556cab2619c7fef7c457 14 0.01/1.00 vMB 798
119,219 119,219 0000000000006b9c2f4f033206f04f1206f0f0fb6d7d8e4b5c802fc1f1e9e80c 107 0.03/1.00 vMB 96
119,218 119,218 0000000000002e4cf9c4325050b40f4d9053e985dbc39d05f74360aba23c7e46 13 0.00/1.00 vMB 1,388
119,217 119,217 00000000000018e74b4ca6642073ae753df3e81d355a8b4b892b32111e801889 43 0.02/1.00 vMB 494
119,216 119,216 0000000000009571a86995a2c2758ff7ffa6fbffe187849f461c07a0a6976b6e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.85 GB
    • Received: 10.75 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.