Loading Tool

Explorer IconExplorer

Memory Pool

90,362 transactions
24.02 vMB
0.06049207 BTC
Random Selection Loading Transactions
Max Size: 161.51/200 MB

Candidate Block

Mining Attempt e4567474a3566d5adbc46fc60ca8962907a17949a0b5d4757fcf7d091042fa8d
Version 20000000
Previous Block 0000000000000000000141068b6de90114c3918e2c7fbfc38a37c3ba63315214
Merkle Root dd1cee3075e328167f0c6f2e5ec2e5f52a029dcd683b13b6e7253a4f5ecb4e02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,754
Size: 1.00 vMB
Total Fees: 0.00407207 BTC
Feerates: 49.42 > 0.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,097 (836,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,597 79,597 000000000014487f736d4f26063b918c6a32c027775d2bc05c04d5ed9df451f4 2 0.00/1.00 vMB 0
79,596 79,596 00000000000f1b6a2aee096bd33c646c83db0cab91c3e6106e4cb6c3c6daed13 6 0.00/1.00 vMB 0
79,595 79,595 000000000033b555f62c6c9a198f4ce7d165dbc0ed05a368b86580d41cb08f99 2 0.00/1.00 vMB 0
79,594 79,594 0000000000220572d45365b380c913460fa0db562f80a4db0252284812cb468c 16 0.01/1.00 vMB 0
79,593 79,593 00000000003cf0a6e8b9ae8550f7fa3deea5c53b2b380906f07bbc0f078851bd 6 0.00/1.00 vMB 0
79,592 79,592 000000000031acafa8de234529781346e8ca8536763939cfb877cc4f9727d26d 1 0.00/1.00 vMB 0
79,591 79,591 0000000000088a2a68936a7bccf842d1a700ebd305c5ee7d94376862b63e05bf 2 0.00/1.00 vMB 0
79,590 79,590 00000000000823bbcc960d533f78cf829b6a2f515c54d35aa805b5aa28b3ff68 1 0.00/1.00 vMB 0
79,589 79,589 00000000003488d1a6d19d32735969bc0bef7e36b023a26f680d40d61829d204 1 0.00/1.00 vMB 0
79,588 79,588 00000000003523c1b8d21736869690dda1b1115007f058e57e7c415dc5a0e062 1 0.00/1.00 vMB 0
79,587 79,587 00000000001dc087933bb9f1c3696362a02ba2919d8c4520fc5ec4ce8be1e699 1 0.00/1.00 vMB 0
79,586 79,586 000000000042b1bdc4af57d7e0bd94665510d18ada23cb1c684803f0ab74777a 2 0.00/1.00 vMB 0
79,585 79,585 00000000004f531c71b99c7dd87a0ee8f7be7c8ef8d9526fc50e9d0869c3d36a 3 0.00/1.00 vMB 0
79,584 79,584 00000000002c5269a1a31468d1f08ce95caeab628a1b619e56617ae1f406bf85 1 0.00/1.00 vMB 0
79,583 79,583 000000000047b017e2c86c3eec99882174457ca2eea8800b165be6a5a3792f61 1 0.00/1.00 vMB 0
79,582 79,582 000000000051caf2fec8e4377487625cdafa15e1bde0c6a29bc2079eed7fb296 1 0.00/1.00 vMB 0
79,581 79,581 0000000000593e71820f05eaf6542d6cd666ffb9cd096b1d3fbe145fd7771bdb 2 0.00/1.00 vMB 0
79,580 79,580 00000000002f4ed43ef9284dc654f2bbe9df5074d6c6b44d42714ca77b58e873 1 0.00/1.00 vMB 0
79,579 79,579 000000000012e1401aa3251590ddb6426d643687ed20f8d693a7adb0a5b4f949 2 0.00/1.00 vMB 0
79,578 79,578 00000000000e1c3007fdb8590ab54f81d4de0f1604837a4359f3e68bdeb03d9c 2 0.00/1.00 vMB 0
79,577 79,577 0000000000507928d38c6e63b72e4d9789e13299bf07927a28eb30f689819347 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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: 815.24 GB
    • Received: 24.15 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.