Loading Tool

Explorer IconExplorer

Memory Pool

45,752 transactions
27.93 vMB
0.07607816 BTC
Random Selection Loading Transactions
Max Size: 145.77/200 MB

Candidate Block

Mining Attempt 6441e66f2400b2a86d092179e2e2c6ee4a164f978dc68f24bceb2c46a2abe16f
Version 20000000
Previous Block 00000000000000000000872bd86dbc21d0bfba26523e519ffa828ce85b508bda
Merkle Root 802feec36ac2ee9f9f8b3901e476c8641a737e189b13be23e3e049fbd1ac564c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,764
Size: 1.00 vMB
Total Fees: 0.01874163 BTC
Feerates: 100.00 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,889 (360,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,387 554,387 0000000000000000000277b262c95a8a54c23087285ea5d42166f6c3352d068f 2,865 1.00/1.00 vMB 53
554,386 554,386 00000000000000000005f434cf9fbfba8da99f09d0cc09ff644cec22a46809e1 3,178 1.00/1.00 vMB 31
554,385 554,385 0000000000000000000b6e0a6c355341a569f0cfc0cc4a7e76b18ae296863dfc 2,823 1.00/1.00 vMB 42
554,384 554,384 0000000000000000001ab3d2bca70bcaa753681c86437c75a346ccdca542d632 2,186 1.00/1.00 vMB 27
554,383 554,383 0000000000000000002377d14d8c39d320f1e64baac1b4db23a23d6bc727dc7a 3,097 1.00/1.00 vMB 37
554,382 554,382 0000000000000000001b77e2411f471439da39ba2b11e83959d466a12b0c83c8 2,882 1.00/1.00 vMB 24
554,381 554,381 0000000000000000000ccbeebf788a7ab0014756c0130cc87691f11b9f2831d0 3,497 1.00/1.00 vMB 32
554,380 554,380 0000000000000000001d49c449d5288e69e3c3360e3455c40c9da985e3544e3a 2,622 1.00/1.00 vMB 56
554,379 554,379 0000000000000000000683c7e7d7446f3a93e6fe5a29bff53ccf23f1f500fde6 2,218 1.00/1.00 vMB 23
554,378 554,378 0000000000000000000d6829924666d0cf5d01150e8e2628a60a089bf28cff27 2,239 1.00/1.00 vMB 15
554,377 554,377 000000000000000000247b941736612a394400baf88ee875faf8c8a1753cc211 1,629 1.00/1.00 vMB 23
554,376 554,376 0000000000000000002a60334c0e9a311504d99fc98d914bc82b3aee07e9fe14 2,856 1.00/1.00 vMB 28
554,375 554,375 0000000000000000000dbe8bda34a2cc74a4076e94f3ede951b6ef5c1ffbcf56 3,082 1.00/1.00 vMB 42
554,374 554,374 00000000000000000028a0ff359a601042746e296b57c6ff296ecd275ab12d48 2,996 1.00/1.00 vMB 33
554,373 554,373 00000000000000000010091f141b0a06337eb99d16dbc09643abec28739ccfd3 3,174 0.99/1.00 vMB 42
554,372 554,372 000000000000000000202f6449bb9b41011d9b4da785de2ae4ac72a4f81963a6 2,324 1.00/1.00 vMB 55
554,371 554,371 00000000000000000031b6d205125fea7297b9207588fe85f4832a095bcc64c0 2,787 1.00/1.00 vMB 21
554,370 554,370 000000000000000000200106b4e0060424ab03ab9314943202807916047b8e39 2,799 1.00/1.00 vMB 23
554,369 554,369 00000000000000000022b2a8b1babc74374eaac617977ea73e2999a7bdab13f1 2,844 1.00/1.00 vMB 40
554,368 554,368 0000000000000000001cb876390c82b4f8e7d0b2f01cdd02de1b038899a35de9 3,143 1.00/1.00 vMB 55
554,367 554,367 0000000000000000003150dbd600c92340212766e5630d08d17752b0eb0330f7 2,729 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.04 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.