Loading Tool

Explorer IconExplorer

Memory Pool

32,161 transactions
14.58 vMB
0.03188431 BTC
Random Selection Loading Transactions
Max Size: 90.55/200 MB

Candidate Block

Mining Attempt f17033e4d118eb31147a10fc6a2ee56b7f41cc15ad2aae54a0c26ccbd4c3fc52
Version 20000000
Previous Block 0000000000000000000078430f6699ae92077361dcc3b606246e6ac2697eede0
Merkle Root 217730e8b47313448f8e262f6c49e651d4449f63f0e539711b2a290b96b8396b
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.01503280 BTC
Feerates: 180.34 > 1.51 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,595 (744,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,915 193,915 000000000000020d0a583b154acc1d42ddd109b7ea9eabf65859f4b25e7195d8 144 0.04/1.00 vMB 22
193,914 193,914 0000000000000419083d1f951fb8aef217999c9ae22ee5658bde0000921ad98e 389 0.15/1.00 vMB 183
193,913 193,913 00000000000006e75a6c4030dc349331e48580e7b86b50f5bda0e12ff7dbca3b 277 0.15/1.00 vMB 129
193,912 193,912 0000000000000170c42f1bf4117ccf24aae75d120196d475672cc6f9ad640c70 14 0.00/1.00 vMB 85
193,911 193,911 0000000000000454edb812e57af2a7a4c2e684d5cbcbcde041f1e6dc28ee4170 238 0.10/1.00 vMB 118
193,910 193,910 00000000000002c1f055c0b3fc891a317c43bac9a471488c23d28f24fdd7bb7e 77 0.04/1.00 vMB 156
193,909 193,909 00000000000004e2b01b443483484b62e32e1747e871e4b2d4b085c6ad2cf175 63 0.04/1.00 vMB 107
193,908 193,908 0000000000000136254ade8eed1d481a7fe8efbc7543d5b61ae82c82dd903028 90 0.04/1.00 vMB 157
193,907 193,907 00000000000005ca3fb0523f5f74293fc7a374093cc09fefac93756e4c9832bc 20 0.01/1.00 vMB 10
193,906 193,906 00000000000004753378c3f2ed1e768f3cbe20eca98cabe4416c84a5008f7fd7 276 0.11/1.00 vMB 141
193,905 193,905 0000000000000090e54f7fd5d41ff711e5014892bc74bbd3ee41cf4fb4d11c73 92 0.05/1.00 vMB 68
193,904 193,904 0000000000000230042f4540a9a53f5513147b3c113f091ba9a176511b15e20c 130 0.07/1.00 vMB 132
193,903 193,903 000000000000027dac9f8dd47f6996be1dc5ea3e4027f6dcd77fd1f52dca545b 327 0.12/1.00 vMB 157
193,902 193,902 000000000000066476ac30aede3828015e1fe66de2cf1c5df12ef54872100128 226 0.07/1.00 vMB 18
193,901 193,901 0000000000000498b29dfb7c89da263c4bc1c3e16748f5580e122530f39a2488 232 0.11/1.00 vMB 123
193,900 193,900 000000000000001c4d1e4324fa14028dcfa8f0b8605c738216702851b49b29a6 63 0.03/1.00 vMB 114
193,899 193,899 00000000000000f97e15319642a3d0b8e5ae4f0a42233e48ac51ec62b901d6ed 91 0.03/1.00 vMB 166
193,898 193,898 00000000000004e03ca61442efc0773a41e4d830dda849bc6ffcef52441bcb1e 130 0.06/1.00 vMB 125
193,897 193,897 00000000000006e7e2cdb17bc7f2c9d620bfc54b40ee602ebdff00cbea8d8039 164 0.07/1.00 vMB 226
193,896 193,896 00000000000002f358d7eb9ca69f7a29b2040a1870bea6c9bd4543294ed5a305 96 0.04/1.00 vMB 209
193,895 193,895 000000000000012d7c9cb44303a81d820abeb88eedfb18a04f9802ad7e63a661 15 0.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 824.18 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: 4,120.28 GB
    • Received: 227.70 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.