Loading Tool

Explorer IconExplorer

Memory Pool

74,793 transactions
27.75 vMB
0.07804682 BTC
Random Selection Loading Transactions
Max Size: 168.83/200 MB

Candidate Block

Mining Attempt 23e97fdc9884ac15dfc1bb4a6a53153562a34abd075917c1d977c9c2c088f1ad
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7650ff1109ea521ada71c09fe02f47dba3e81b0d74478f6f5f910b76fbcb6bb6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,768
Size: 1.00 vMB
Total Fees: 0.01863338 BTC
Feerates: 402.60 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (443,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,367 471,367 0000000000000000005a3cef5b0e10ae9961ff28812c26ff6af1e899a5445af0 2,714 1.00/1.00 vMB 447
471,366 471,366 0000000000000000014fd378168e3a4fc1d4d89d1a7e2ab8781db492ea2dc2ad 2,277 1.00/1.00 vMB 186
471,365 471,365 0000000000000000004dc9098b1ac51eba3f81c8ba8be31ede33d13fbfeade99 1,987 1.00/1.00 vMB 122
471,364 471,364 00000000000000000176ea50778054ba77bb30fb05eb6b27c3355d873caa26f7 1,921 0.99/1.00 vMB 154
471,363 471,363 000000000000000000e3cb4372fff61feb84dc6f9e51b12c63d3c364e4d9f58d 1,744 1.00/1.00 vMB 270
471,362 471,362 0000000000000000012b4a8328340d5e2662e4a4be4d6d77968aff0a173d2c86 2,132 1.00/1.00 vMB 368
471,361 471,361 00000000000000000020a7d4bce2445bfda12e8ecb5e62d0138843c2fd79b6cd 2,313 1.00/1.00 vMB 374
471,360 471,360 00000000000000000056e75f2ecca822880eded48fb1ff09f11d6a9c88b62249 2,455 1.00/1.00 vMB 377
471,359 471,359 000000000000000000e06948f9611c7dc3b97b1fe306ae017456bd1fb096dc90 1,137 1.00/1.00 vMB 224
471,358 471,358 000000000000000000b65242f79502b577c568a15a80551e78362024c6d7415e 1,673 1.00/1.00 vMB 355
471,357 471,357 00000000000000000177a617b531d495ea7fbf0691fcf5c2628a1e4627198c72 801 1.00/1.00 vMB 390
471,356 471,356 000000000000000000427878dac9702dfcc3e738f94147e495ea62d05d898ccd 1,722 1.00/1.00 vMB 282
471,355 471,355 00000000000000000186c23c52ea7dbac7144c916a36b73aa0b8b477205427bf 2,246 1.00/1.00 vMB 416
471,354 471,354 000000000000000000113ab80fa6111dd0d24ac28583435cf047fff01f532e08 2,055 0.99/1.00 vMB 207
471,353 471,353 000000000000000000e8c835e5849bc14bf6f20395e9282e0d4d9dd60e447b69 2,357 1.00/1.00 vMB 401
471,352 471,352 000000000000000000b38a9d89e39e972b02afc65e173e5348fc2ccb2d385cce 1,824 1.00/1.00 vMB 263
471,351 471,351 00000000000000000042876dbb7410fb909b9229821395faa7a7c044a2d62836 1,753 1.00/1.00 vMB 383
471,350 471,350 00000000000000000141b2bb0e9a747d0ec9cc1a942c790352e0934fbfebe638 2,252 1.00/1.00 vMB 328
471,349 471,349 000000000000000001576e249a3cfcf706747715cc40d0c80999879409e26731 2,057 1.00/1.00 vMB 306
471,348 471,348 0000000000000000002b4b0c3867de40ca666beac0d7fb13506fc0da4f3384b4 1,402 1.00/1.00 vMB 279
471,347 471,347 0000000000000000009669c7d1899e668d472a898dd4215e87e6e6d6260d1b11 1,283 0.99/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.