Loading Tool

Explorer IconExplorer

Memory Pool

82,755 transactions
30.99 vMB
0.10921438 BTC
Random Selection Loading Transactions
Max Size: 186.34/200 MB

Candidate Block

Mining Attempt 33425ce70d6350b0a822d1c137207247b69576c973b4bd14b8af20a6dfef0c4d
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 704b047e990c2f19a0d5ad7b2844249626b37078e7f1c38d6ec800b38ee22cf4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.03910928 BTC
Feerates: 163.06 > 3.92 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (64,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,394 850,394 000000000000000000033dbaa253a54161e8659745d8142085dd062ad4b921f4 3,217 1.00/1.00 vMB 11
850,393 850,393 00000000000000000002bac858af1724fd4c5fa01a9cb2c9473116ed14c40a22 3,311 1.00/1.00 vMB 10
850,392 850,392 0000000000000000000292cf3be04e2a8cbbceb4a2a4c3c4c1493db34ce5a934 3,523 1.00/1.00 vMB 11
850,391 850,391 000000000000000000035b2a46f2344d540257cc18465ebcc4593a1171a88679 3,232 1.00/1.00 vMB 8
850,390 850,390 000000000000000000025f5a0f0275f46b323b9466116ccaf72c3fe99ef1543e 2,653 1.00/1.00 vMB 16
850,389 850,389 000000000000000000033a66a420b7f60f113a72ee66e87c81d5fe4c099d7247 3,223 1.00/1.00 vMB 7
850,388 850,388 00000000000000000001529377857460a770bf407b0055b9604a03c2ef89e6f8 1,680 1.00/1.00 vMB 14
850,387 850,387 00000000000000000001eb7036e4da9efa79fcf327f6a74ee846076a433d17cc 4,685 1.00/1.00 vMB 9
850,386 850,386 000000000000000000001ed83c45896b7f51f3cb7e479b1295a62c78f137f628 4,144 1.00/1.00 vMB 9
850,385 850,385 0000000000000000000037a13a595d03bce0d6d4e4cb18d6d46a183cc78578fc 3,574 1.00/1.00 vMB 16
850,384 850,384 0000000000000000000251a5a7043030954cd672100aa67a87331c7d15290221 5,897 1.00/1.00 vMB 8
850,383 850,383 0000000000000000000039b03822bd177d40268339807f4304d1292d25283470 5,004 1.00/1.00 vMB 8
850,382 850,382 00000000000000000002e9ffbed4e53f1aa0de41afdb232863255d95cd3826aa 1,997 1.00/1.00 vMB 9
850,381 850,381 00000000000000000001f5a31dce8b4ed80ed11824498f8a8b7464985291d134 4,138 1.00/1.00 vMB 22
850,380 850,380 00000000000000000002dfe170115b643b2f86fd7e525fc73a20f7d53fd5437f 4,816 1.00/1.00 vMB 11
850,379 850,379 000000000000000000014d3a2531e43fc12c2347cc44d2548935449fb88d186b 4,173 1.00/1.00 vMB 8
850,378 850,378 00000000000000000000ec1414cdf94a8e03b4ba44e495fc36122b7b4a5bd4c9 3,995 1.00/1.00 vMB 8
850,377 850,377 00000000000000000001b48c46bb8df2b5669ed426c3c76befe8fc4807f9d199 5,653 1.00/1.00 vMB 10
850,376 850,376 00000000000000000000646223ab2f7406ba0bcdfa2dc0fb5c87d4a18428d410 4,998 1.00/1.00 vMB 9
850,375 850,375 00000000000000000000a9c4397a67aa2bf8b6c6d107c3cb3822fde305a1c2c7 4,778 1.00/1.00 vMB 14
850,374 850,374 00000000000000000001bef55da4e3f9c02d9210a661a1ab560f5cf16fc4abaa 2,510 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.69 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: 695.33 GB
    • Received: 16.51 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.