Loading Tool

Explorer IconExplorer

Memory Pool

37,299 transactions
28.08 vMB
0.06553454 BTC
Random Selection Loading Transactions
Max Size: 142.00/200 MB

Candidate Block

Mining Attempt 379b5f7420c1767d92dca48ad8acf8208fa0e293e81c2d05afc07ebb09ba1519
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 9b3945509f843b9f9dd6872575f4a0ead151f80218ecfa83a0ecf3cf67f04ff1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,115
Size: 1.00 vMB
Total Fees: 0.01182410 BTC
Feerates: 150.61 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (804,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,205 110,205 0000000000008039c2ae3cea78f63b8dd0a74057424d08098447e0cfb62e1c7e 8 0.00/1.00 vMB 0
110,204 110,204 00000000000153544340de67fdb9a67d5f8fa5bc5d77f2a9b4716531fcfa5e5d 13 0.00/1.00 vMB 0
110,203 110,203 0000000000016d6944c83966873f3fe26ad9f4baa8ca06b3a33aa41b5c3a3903 9 0.00/1.00 vMB 0
110,202 110,202 000000000000f72f7d61359c76b796dc2c03947c9480fcc48d07079b875c30cc 12 0.00/1.00 vMB 0
110,201 110,201 000000000000fc45cb881982702983d733181063d5506101b3c76e48fdc92250 9 0.00/1.00 vMB 0
110,200 110,200 000000000001bd107380753987a4849bc2cb6dc3ded85660faac835ee70358aa 9 0.00/1.00 vMB 0
110,199 110,199 0000000000004e3ba362b9f571087a49ed9d4105d8a6d71f5cd5d5f474af9a8a 12 0.00/1.00 vMB 356
110,198 110,198 00000000000176995d4d800b7d4a230f32e9c3dc33c8087638f24e5216f22ff7 12 0.00/1.00 vMB 0
110,197 110,197 000000000000e4ac4b5f479aedc86e52492ab26110835ad2cdd3c79a9ad0f659 9 0.00/1.00 vMB 0
110,196 110,196 0000000000001a0dd03bcdf18d2a0c99441f2ecae81b9b3dc2b3c4ea695bd75f 10 0.00/1.00 vMB 0
110,195 110,195 0000000000016cbc7815a1246ceaccf1221bd1dbf432f562e8f1a42cb2a36034 14 0.00/1.00 vMB 0
110,194 110,194 000000000001c646a93fce83a42bf22dae37abf60701094020057d345a61d59f 12 0.00/1.00 vMB 0
110,193 110,193 000000000000cc345579255f393b913f497ce51c0c8f23edee4a12f8d669312f 13 0.00/1.00 vMB 0
110,192 110,192 00000000000004bba5b3a223923f3e49558374a5ff7dcff6c1e6a9916640614f 6 0.00/1.00 vMB 219
110,191 110,191 000000000000fdab8b857ef136f581e9665828b904b969db2a7d9c6f009cbfc5 11 0.00/1.00 vMB 0
110,190 110,190 00000000000065d43c05827f9322af435fbfac260593bb84a23ae79be1c94d71 13 0.00/1.00 vMB 0
110,189 110,189 00000000000156c935d569218d2df14f4932206de54ae85fc7be8dc0b1774219 5 0.00/1.00 vMB 0
110,188 110,188 000000000000275d2cf5cb9c1dcfed7f1815eada5a736e77a3882087b215371b 7 0.00/1.00 vMB 0
110,187 110,187 000000000000a0f2017c262e957704a242d5d5fcbb099b1effced6103d06ff5c 11 0.00/1.00 vMB 0
110,186 110,186 000000000001cb2da3494e14df40858d2e9b8645349e7dbe27737e42d4c7fc44 76 0.02/1.00 vMB 0
110,185 110,185 0000000000007e397c613ae638a2cf5297703138e84ccedcf0a0ea0fb503afe7 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.68 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: 628.34 GB
    • Received: 11.79 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.