Loading Tool

Explorer IconExplorer

Memory Pool

79,888 transactions
29.51 vMB
0.10663009 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt 9a946150763e7cc0a7653d18954ec663ace016c550923616bc3049fd221e1346
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 374c5f5569ba1ccfbdfb296c23fea6c226384f55147064c8faf843de22bf95b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.04227289 BTC
Feerates: 150.62 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (610,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
305,102 305,102 00000000000000002d22ebf0ef1bae82d3aca50ee5bd67cf90d5f01b2354746f 46 0.02/1.00 vMB 26
305,101 305,101 00000000000000004536cd23d89798363520419e4ab050a7c6f5785ca0e2aadd 52 0.02/1.00 vMB 49
305,100 305,100 00000000000000003643e0a2fb516c6c3ec8258fa268351fddd06a4cd0db0041 534 0.30/1.00 vMB 29
305,099 305,099 000000000000000048dce679061d0c5ed3e70da80d57670092356bad3e237cff 295 0.27/1.00 vMB 22
305,098 305,098 00000000000000000250004f37643aabc18dac23607200d61c763250b85dcff5 822 0.35/1.00 vMB 37
305,097 305,097 000000000000000032cf0b557741a762b4044f91503b27a390ee8b07f249496c 816 0.39/1.00 vMB 34
305,096 305,096 0000000000000000581a382547c66d79f87111a2dafdd517b424796df28201a2 43 0.03/1.00 vMB 39
305,095 305,095 0000000000000000571a433d3bb699fd129869f788313194a0b7f6159ee90571 360 0.21/1.00 vMB 28
305,094 305,094 0000000000000000413e228bfeb2d6ae90f5ddc13847e5fcc87082ed496a8d69 208 0.12/1.00 vMB 27
305,093 305,093 00000000000000000cb315336957ec480f560971047787e7e51f05fe6300ebfe 327 0.23/1.00 vMB 22
305,092 305,092 00000000000000001fa6dbaf0c08de9ecd51ee2b702784000b6cfbe56a87845b 605 0.35/1.00 vMB 33
305,091 305,091 0000000000000000458ea0b24d5e10cde99f434811c72c76528f76a353160469 479 0.36/1.00 vMB 25
305,090 305,090 000000000000000008725ad0c841085e88683af5ea5a716c269d0293ade7d5c1 238 0.14/1.00 vMB 33
305,089 305,089 00000000000000003b6b5dd0758379d2f198771a6d61638ed5562aa0e72cb225 298 0.17/1.00 vMB 31
305,088 305,088 000000000000000001223e7a8c551b05b0b1dc14630b2d389d88f325271dd3e0 407 0.22/1.00 vMB 33
305,087 305,087 00000000000000004759fce96a81606eb18a05d9d12edad53365b3e638fdfe4c 25 0.03/1.00 vMB 9
305,086 305,086 00000000000000000a154d86d0314c338eb605f6776e0da1c5dfef4b75d49ef3 249 0.13/1.00 vMB 32
305,085 305,085 00000000000000001b10dd22d0bfcb9092f0cbf47b363fbeb17024fb1fa2e2d1 152 0.11/1.00 vMB 23
305,084 305,084 00000000000000001a04fe8f748312166067fde45a7b5bdb36654fcac12648d7 199 0.35/1.00 vMB 15
305,083 305,083 0000000000000000300803ab15c9694c51fe1b7297862b82cd1c383d50fc758a 533 0.35/1.00 vMB 25
305,082 305,082 000000000000000030b6d35803feb042cf97983eeb19ea6313fc62bc1a0e1db1 919 0.35/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.66 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: 673.09 GB
    • Received: 16.38 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.