Loading Tool

Explorer IconExplorer

Memory Pool

49,527 transactions
29.86 vMB
0.07679593 BTC
Random Selection Loading Transactions
Max Size: 159.84/200 MB

Candidate Block

Mining Attempt 47d88787e394764024ffdfaae59fbd5f846c9b760d3e10f63d593af5afbac246
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 8a04dafb86554c7e89833a2efe8672352c6a1fc1b1b1a71d37113f1001e2c2f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.01461143 BTC
Feerates: 117.91 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (226,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,068 688,068 000000000000000000099458173f363af94a8706c32e0b4eeeb85cb845315040 2,728 1.00/1.00 vMB 25
688,067 688,067 00000000000000000000a2e6ea04bfa18dcd31ec6ac307ff7e238e6e1ad63dcf 2,087 1.00/1.00 vMB 30
688,066 688,066 00000000000000000002430fa4cd6941d26479abea24776655ee4133e6400a1a 1,333 1.00/1.00 vMB 24
688,065 688,065 0000000000000000000199c65357739e91958e7120369bbda3346a11617032bb 1,233 1.00/1.00 vMB 35
688,064 688,064 00000000000000000007cfa9387ebe55f1d965ed105a144d081f3904ff0c28d4 186 0.28/1.00 vMB 23
688,063 688,063 0000000000000000000d3ecb8e2a9aa2bf47311d1b00487daeb1c1a4dabf1371 1,755 0.72/1.00 vMB 18
688,062 688,062 00000000000000000007ea94f7d10ab16f67daac2660d918392121d58418ff95 3,464 1.00/1.00 vMB 4
688,061 688,061 00000000000000000001acdbbb3cad5992e2606d0a83c4c1c0a12d7ec3a007a3 1,618 1.00/1.00 vMB 19
688,060 688,060 000000000000000000032bbec69783b6de70d26235cd41d26777735a0fe91c12 2,786 1.00/1.00 vMB 38
688,059 688,059 000000000000000000046899975de7bdd08f20feca3dd101907d3a4ad5cf8f43 2,948 1.00/1.00 vMB 44
688,058 688,058 0000000000000000000b521a6ac61d9dd95427ee187dc5d1c99a9aa3235ab131 2,129 0.96/1.00 vMB 10
688,057 688,057 00000000000000000001f8b9ab32196f6443bd597e2ccbf16bc8d6c9d6c26d5c 2,541 1.00/1.00 vMB 8
688,056 688,056 0000000000000000000167bfe20b5fa1782fa9f6ea2c923a51d655330e0b8cdc 2,139 1.00/1.00 vMB 14
688,055 688,055 0000000000000000000d56446d309d68fad6bfd3d3bfb99a4d267bcd8bd73223 2,429 1.00/1.00 vMB 17
688,054 688,054 0000000000000000000d57ca9b81a82b232cbeef3be4c0ca508119de1911de85 1,752 1.00/1.00 vMB 34
688,053 688,053 00000000000000000005af3f489101774ea4c485b2ebac841005fba8ce060900 2,299 1.00/1.00 vMB 47
688,052 688,052 0000000000000000000ccc271f1aee4d318610127e64c71960e57344030fc3d6 2,492 1.00/1.00 vMB 46
688,051 688,051 0000000000000000000028569cd0ece47454ee6f319fa3240a564b2fb87cb1db 1,707 0.57/1.00 vMB 8
688,050 688,050 00000000000000000003e0c2ec0a20f89453f55059a3a1c14d19ebfd88296833 2,798 1.00/1.00 vMB 26
688,049 688,049 0000000000000000000c4430e429ee4c8b79aa574226a1b86248bea70d2055ec 2,558 1.00/1.00 vMB 25
688,048 688,048 0000000000000000000dc500cec9ae8c0b7d85eed521a399022e4a857f4f8a1f 2,477 0.92/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.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.