Loading Tool

Explorer IconExplorer

Memory Pool

74,652 transactions
27.52 vMB
0.07146229 BTC
Random Selection Loading Transactions
Max Size: 168.06/200 MB

Candidate Block

Mining Attempt f0aa943d29eaa210befc4e8d0b601d08cbc849f0934094cf8d7a6f3bbeb25a8a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2a3f2ec1b7a4e717cc0136b152cc5b8b8b693c11cd92b3c7ebb147f976e473b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.01271337 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (98,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,058 817,058 000000000000000000036baa2ef9e220f4ce3cdb0f6f29a15c446dbd6753f62b 4,674 1.00/1.00 vMB 178
817,057 817,057 00000000000000000002782cdfd725a8b4bb6686aa57a032247bad51eb60c5de 4,936 1.00/1.00 vMB 182
817,056 817,056 00000000000000000000ec1f73d785a40489b75b2aae5987348f5e96f7f681b6 4,047 1.00/1.00 vMB 192
817,055 817,055 00000000000000000000512b58154b028b8a9c52c0878609e65adf510b801651 3,261 1.00/1.00 vMB 256
817,054 817,054 00000000000000000001940384535bd681956af11819a9217ca2ccc8ebd47383 4,046 1.00/1.00 vMB 174
817,053 817,053 00000000000000000001accdef0a68ee3cdb7741ac0ee24404dee48952f5c771 4,250 1.00/1.00 vMB 166
817,052 817,052 000000000000000000006bf98d5fce92d0cce8ce5570f7825c32427a291480c7 5,194 1.00/1.00 vMB 162
817,051 817,051 000000000000000000028b342936d873c7c90a5764005ad3c533206b3642e28c 4,181 1.00/1.00 vMB 207
817,050 817,050 00000000000000000003a1b0b501abeb0d12e7557e9d1223825c026e8f927831 5,086 1.00/1.00 vMB 201
817,049 817,049 000000000000000000014d3205f4ccc5ff7a7dd2a0368604852251ce8ec5b76c 3,690 1.00/1.00 vMB 159
817,048 817,048 00000000000000000002bcab03af0e8a42557d98f3bc6ffe422d35b17db74037 3,458 1.00/1.00 vMB 211
817,047 817,047 0000000000000000000134ca787a062c42b03dcef9fbfce1aca9fc94eba632d1 2,966 1.00/1.00 vMB 249
817,046 817,046 000000000000000000039fa2598d56c3f831c860f5e23d47881790f88d22182b 4,011 1.00/1.00 vMB 170
817,045 817,045 000000000000000000043c8877d17e729b975e9f70ace46221e39cb52b142d4d 3,622 1.00/1.00 vMB 223
817,044 817,044 0000000000000000000161f42356994b0c291a28b3d5a52caa681c4c9521ea24 3,678 1.00/1.00 vMB 200
817,043 817,043 000000000000000000002c13b0df2de67594de5424faf64a29f339a32efd22f0 3,601 1.00/1.00 vMB 273
817,042 817,042 0000000000000000000070214ae1f1e27829ce8770e5adb9479d841201a8e9ac 4,258 1.00/1.00 vMB 175
817,041 817,041 00000000000000000002b2129723cf7430006ffd868ab88cd0fc54e8fc8754ca 4,460 1.00/1.00 vMB 149
817,040 817,040 000000000000000000012b3a4239edcdaa2c4e7e4bb10a71a88508a455d2b483 4,040 1.00/1.00 vMB 187
817,039 817,039 000000000000000000028d9bb5161c755d8376872e540348d133f5b7c00f33bc 3,676 1.00/1.00 vMB 245
817,038 817,038 00000000000000000003ff06fc2e0816e4b1d2b16653ef0cbd439c1e567d0478 4,128 1.00/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.