Loading Tool

Explorer IconExplorer

Memory Pool

81,598 transactions
31.02 vMB
0.09112765 BTC
Random Selection Loading Transactions
Max Size: 188.30/200 MB

Candidate Block

Mining Attempt c649eaa7e9cb23ac4bbc1175944b10bdc79df98bdfa2ba9f606e0a0f7efabedb
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 93e0dbd89ed5c7c3406a03c79b3c46a5340ffda850be66d8a9cc77230523904d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.02430776 BTC
Feerates: 351.58 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (482,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,148 433,148 0000000000000000005d21bd5460d162a2ef665c7d42f783d56a330162ee4ba4 720 0.99/1.00 vMB 16
433,147 433,147 0000000000000000007ca24c7b0460d0816412bb72fbd564912cb62e9fc57acc 2,119 1.00/1.00 vMB 45
433,146 433,146 00000000000000000338ddb5a798b1cfaf7fa814ca9cd0247fb2d092e1f95cde 984 0.66/1.00 vMB 38
433,145 433,145 000000000000000000fe5829e8a4806a9d0159aef3327d2e9703f4e5cb3d79b0 1,836 1.00/1.00 vMB 64
433,144 433,144 000000000000000000396d3bcb05475defa083339dd7283e9c70f14e79e9a533 2,072 0.75/1.00 vMB 78
433,143 433,143 00000000000000000483b517fe4a24abadcd0305bd511d9fd4fa7f6dd359390f 1,648 0.81/1.00 vMB 25
433,142 433,142 000000000000000002df111d70db5a805256456a393f5acab7de5db90d0c3b89 2,711 1.00/1.00 vMB 69
433,141 433,141 0000000000000000016bce0f77afc6152e7a50d464f9e728cf0da6445150b706 2,582 1.00/1.00 vMB 68
433,140 433,140 000000000000000003692b2168f7b49af446e3d5220e65f29c04ce9639a8b5fa 2,309 1.00/1.00 vMB 60
433,139 433,139 0000000000000000033baa5e69aaf38a103d4f452b0cc85d24b727ced03cd597 1,764 1.00/1.00 vMB 26
433,138 433,138 0000000000000000027b8df2ff340d714660f8978fd6651d7e74fcbe6ca9ab39 2,325 1.00/1.00 vMB 65
433,137 433,137 000000000000000004682651e6419eb13a6104f0f53163c8d4ad05feb7518126 1,697 1.00/1.00 vMB 35
433,136 433,136 000000000000000002aab8a0570935f96f43df8bb393f7937e0ca3545c53615c 1,945 1.00/1.00 vMB 48
433,135 433,135 000000000000000002416e8b988c81e21eb125099fd99b847fa58e88c7acd018 2,693 1.00/1.00 vMB 67
433,134 433,134 000000000000000002b63e208e07ee47f0f2ed0ebfef49dd9d53e8cf14aee702 2,698 1.00/1.00 vMB 70
433,133 433,133 00000000000000000287f2a5a7f3f48d43d34798445691a674182b60774fc201 2,555 1.00/1.00 vMB 69
433,132 433,132 000000000000000002721ed72a11800ad4c1a928a7a8209ed072a9204cb4da7f 1 0.00/1.00 vMB 0
433,131 433,131 000000000000000002746c5b863675f711d580cfcc58f74fd1a36f2d1c05c183 1,944 1.00/1.00 vMB 52
433,130 433,130 00000000000000000426cf1083d59c63c8b6825e582c26a35c6d69060afb335e 2,366 1.00/1.00 vMB 57
433,129 433,129 0000000000000000002bd8060a067b87c779d0e6319de28d3312f2d54ca951be 2,919 1.00/1.00 vMB 78
433,128 433,128 0000000000000000017f8ca26b22513ca324af5d8737fde7279364b02a0fa0fe 2,257 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.75 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.