Loading Tool

Explorer IconExplorer

Memory Pool

79,128 transactions
30.09 vMB
0.07866106 BTC
Random Selection Loading Transactions
Max Size: 183.15/200 MB

Candidate Block

Mining Attempt 4b47a65ee098d3d12e84c1fdb871a6fc10077ddb4e9847bbf0e86a988e90e97a
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 252f65044706e80746d25e7f4e029e23862661dd1596fe4fceefdcc336e295ed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,792
Size: 1.00 vMB
Total Fees: 0.01171071 BTC
Feerates: 40.21 > 1.17 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (819,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,180 96,180 000000000007eb0b50a3f0e7891cd117dff057abbc41a85213ed5566a7689f45 6 0.01/1.00 vMB 0
96,179 96,179 0000000000018998eb165333c20db25a170c2e3a468ea05a3ad672c8b678fdc2 1 0.00/1.00 vMB 0
96,178 96,178 0000000000044cb27d0c9b194d7a1e74cdbe1ac3c3f6d63da7e48fd07eca6f5b 3 0.00/1.00 vMB 0
96,177 96,177 0000000000030a24f219fafe58b60f7f61a32e9c67b79774cc4a5528998dd94a 1 0.00/1.00 vMB 0
96,176 96,176 000000000006da98830c2a2f7e0faa65cc24e0a8ca4f0b6fb1d6fa0798491cf8 3 0.00/1.00 vMB 0
96,175 96,175 000000000000139885932c4661f1e9241662ed502cdcc809b607ab9bb7bcf45d 1 0.00/1.00 vMB 0
96,174 96,174 00000000000744c57544d89f3cd3a0b154ba86e883e0424570ad5db19621f945 2 0.00/1.00 vMB 0
96,173 96,173 000000000004fa19bf188a8a3b6d65c49ceb7c499c141f11909e5efb3977528b 2 0.00/1.00 vMB 0
96,172 96,172 00000000000044d36739318ca0576b4b2659fef7602c1cb5fa7b2b1682196d5e 7 0.00/1.00 vMB 0
96,171 96,171 000000000007ac82f050bc62c98fcaf5c509a6308b21850d3752543d753d7115 5 0.00/1.00 vMB 0
96,170 96,170 0000000000080424a692834e645704bce72a4543e4c4659752d78e8c44f0c09f 2 0.00/1.00 vMB 0
96,169 96,169 000000000004c8208a6fb7d07c3a5e169897e2e48b886bdd13bd956efed7a19b 4 0.00/1.00 vMB 0
96,168 96,168 000000000007932c92d004fb290ad7ddbe29da747fdc21bba0d53ccc85229f29 1 0.00/1.00 vMB 0
96,167 96,167 000000000003c3dc9aa52bd685e39bae37ccdaa5ab506c4008963e7ca94c3d9f 3 0.00/1.00 vMB 0
96,166 96,166 000000000007701500cd274077160977b5476debb3b1e1069d1d611f14c2dab7 1 0.00/1.00 vMB 0
96,165 96,165 000000000001aaf805e78fd2a34925eae209e12911c0a56be448691b104add19 1 0.00/1.00 vMB 0
96,164 96,164 000000000004fc5f763b3db806be7c36d928b0a010285c2f60917f47a6fe288f 4 0.00/1.00 vMB 0
96,163 96,163 0000000000052f5cfcf3f80e5bb21ccdddf9b8691a119500d9d0352a07ec77a2 1 0.00/1.00 vMB 0
96,162 96,162 000000000004bc4f4452f263a572e71459d2e882569f03dcfeb75c4b6d5fa992 1 0.00/1.00 vMB 0
96,161 96,161 000000000001d255e8a1742b85e55fafaedfd6eee76f91ed5896ecc18ea4043e 2 0.00/1.00 vMB 0
96,160 96,160 00000000000528ae97c193dbca09db398c1c447f735507e54545b33c2a5976f7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.