Loading Tool

Explorer IconExplorer

Memory Pool

74,403 transactions
29.59 vMB
0.09368775 BTC
Random Selection Loading Transactions
Max Size: 171.88/200 MB

Candidate Block

Mining Attempt 666d400fa2b18ddfdf7f78b8630a0e2f34590cfb9701ca8c8054393801504efe
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root a881ac4188cff2b7f9468332575afe91184dc97dca1390f46a97c3c7d6af9554
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,586
Size: 1.00 vMB
Total Fees: 0.02545642 BTC
Feerates: 150.36 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (418,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,335 496,335 00000000000000000001b27a991dd0c80be28d89f2791e1535ddff0b65cd82de 2,463 1.00/1.00 vMB 105
496,334 496,334 000000000000000000c6f3c168315964a197c4fe72682b79ebde5a2d660de725 2,520 1.00/1.00 vMB 159
496,333 496,333 000000000000000000b537746665ed72203bbf8aa36b24cb7bf1710bc408490f 2,636 1.00/1.00 vMB 200
496,332 496,332 0000000000000000008bd17db4a58df318f04e4874bb72bf5a1bd799f62171ed 902 1.00/1.00 vMB 61
496,331 496,331 000000000000000000c0a218437c7cfbe78bff701d48dba0b26a5f160cf31928 2,091 1.00/1.00 vMB 125
496,330 496,330 00000000000000000061fc63ea232094523160f678a7d82af9128cf7a601e7a0 1,933 1.00/1.00 vMB 125
496,329 496,329 00000000000000000000de2c0e998a21324e6b79909bad919722f80a8a86dc20 2,265 1.00/1.00 vMB 103
496,328 496,328 000000000000000000894d733d2b1dda4570521ebb16097aeac558c9749b3734 2,028 1.00/1.00 vMB 75
496,327 496,327 00000000000000000057cb6fb3932f42736c0a2e566b887a1eb3d0b596c685c4 1,431 1.00/1.00 vMB 24
496,326 496,326 00000000000000000027fb1bde69914ff930c381562e47caa86cc4764df4dc8f 1,896 1.00/1.00 vMB 30
496,325 496,325 0000000000000000005bc782663e2d5f36dbe3103b2bdeb449bd72e4536d05d7 2,049 1.00/1.00 vMB 32
496,324 496,324 000000000000000000c891128a0f5497df81a61461133f511f07dfe9f6ba9e15 2,416 1.00/1.00 vMB 160
496,323 496,323 000000000000000000bc65617a78c6a6b3f857dc50d6d131bda40918aae640aa 1,912 1.00/1.00 vMB 156
496,322 496,322 0000000000000000008fc0788657b21b5b65cfb64d6101dd569e6912db8d4df1 949 1.00/1.00 vMB 50
496,321 496,321 0000000000000000009a2160814712117b1f07db54887dbbb5de02173d398db3 300 1.00/1.00 vMB 16
496,320 496,320 0000000000000000009bd7bf123150b83195751e33635eee2d91d785c87245e4 2,317 1.00/1.00 vMB 61
496,319 496,319 0000000000000000004fafa5b2cc9dd8e28d312bd761eb8163d4e66e9b752c0b 2,412 1.00/1.00 vMB 43
496,318 496,318 0000000000000000006c6e7f38658867615c1cd0ff644024b60e2887e0e1d5c5 2,329 1.00/1.00 vMB 129
496,317 496,317 00000000000000000087294b77efbb83e42c5dbb3dc52222c39f64729bf16d9e 2,223 1.00/1.00 vMB 142
496,316 496,316 0000000000000000008b2469d66118a3a532a4010cdde21d13a7cb8bb2eacf38 2,037 1.00/1.00 vMB 138
496,315 496,315 000000000000000000476796f4a55875d9fe226d2c1c0df16e0c9d65795a7d8e 2,460 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.