Loading Tool

Explorer IconExplorer

Memory Pool

79,708 transactions
30.95 vMB
0.07039202 BTC
Random Selection Loading Transactions
Max Size: 187.49/200 MB

Candidate Block

Mining Attempt 6c9896cda90cd658170eb9e1d0c8d7793fa3109cf0e9e6cfa1787aad8eb4cd19
Version 20000000
Previous Block 00000000000000000000714dd5626405ef762615f56971366158ae4e4759dedf
Merkle Root 2833253f021ddbdd3a312534b8951b28e756ecd2dbe2f75408a71dfe8bc450ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,143
Size: 1.00 vMB
Total Fees: 0.00353716 BTC
Feerates: 40.21 > 0.35 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,202 (391,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,658 523,658 000000000000000000284766bfcee38b672403806043abc1142abfce28c8f5b2 239 0.10/1.00 vMB 32
523,657 523,657 0000000000000000004319433c858ffdcdd76e5fe52f3b0f301a767131313fa0 551 0.22/1.00 vMB 30
523,656 523,656 000000000000000000211c2d25991fab6f022e78582d16b452e8c5f240515e72 921 0.47/1.00 vMB 34
523,655 523,655 0000000000000000001e979a6f6d14d219f7ff3bf978672d64cc7d20f0d3ae58 2,479 1.00/1.00 vMB 33
523,654 523,654 0000000000000000000c87b46d47d50e49d4435aabd830b9162c2b1713ac3f7b 1,049 0.44/1.00 vMB 16
523,653 523,653 0000000000000000003a3d8da634eca4597dee16bf498cca666f56c6d4bbd153 2,197 1.00/1.00 vMB 33
523,652 523,652 00000000000000000013aff9d0c313abdc020fea73d4aee106457c3f9bbf21ac 2,177 1.00/1.00 vMB 57
523,651 523,651 00000000000000000013ba6a3b00d1d236bfaf4b215bf706e1a4df15adbebbbb 1,317 0.70/1.00 vMB 40
523,650 523,650 00000000000000000042d448ea4241f17e39f56ab9e366990f0d57f38f968000 1,322 0.71/1.00 vMB 31
523,649 523,649 000000000000000000390244c23ff0713072eca46537c892a8f862ad3d6de896 1,171 0.47/1.00 vMB 25
523,648 523,648 0000000000000000000e698ad5cb1750ce8a8031050e0d2b3e63b0eb7e38170e 1,391 0.72/1.00 vMB 34
523,647 523,647 00000000000000000009148f7b68a50d749bce0d66def9cc61ed6ae62a0ac39b 33 0.01/1.00 vMB 19
523,646 523,646 0000000000000000003e94f8feaeef297fe54d23a9dced013bd99a959c830c30 1,026 0.50/1.00 vMB 23
523,645 523,645 00000000000000000010226e489385d6abf885709b62c9c828aabeef261605a9 1,382 0.59/1.00 vMB 35
523,644 523,644 000000000000000000090496c68430de3814aedf78cc78d20452578d31a0e73d 815 0.43/1.00 vMB 34
523,643 523,643 0000000000000000003d84bd0b06b50e429f19acb09d736887485a6214d36ba2 2,146 0.90/1.00 vMB 37
523,642 523,642 000000000000000000193ae72883619a431d15641b1eeaeafb5543036e770a54 1,767 0.70/1.00 vMB 20
523,641 523,641 000000000000000000262e5ae2ce6d0b6fde27b06d67b6c87dc38cba78954287 746 0.30/1.00 vMB 49
523,640 523,640 00000000000000000018c00872ae2a8c5f2c4d420a9afb23f64d7653a908f3f7 2,681 1.00/1.00 vMB 49
523,639 523,639 0000000000000000003a3dd181eaa3fc0fb706d3b3b2650f4d767f1608c1e3f8 185 0.05/1.00 vMB 20
523,638 523,638 0000000000000000001ba1feff73ab23c1ca3194a54b06c1da0f81a616d3d149 1,933 0.73/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.74 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.16 GB
    • Received: 16.72 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.