Loading Tool

Explorer IconExplorer

Memory Pool

39,184 transactions
28.55 vMB
0.06285221 BTC
Random Selection Loading Transactions
Max Size: 144.96/200 MB

Candidate Block

Mining Attempt 8c06fffcfa77b912f7ba9354c2df7da3ff243807715173cdc5ea0e0857e034f6
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 4bc0594f56eb36b751724467e8db57ad499d9040d5bde2a58f23f826114ded70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,692
Size: 1.00 vMB
Total Fees: 0.00772167 BTC
Feerates: 50.27 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (173,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,188 741,188 00000000000000000005e03bbeae50d7e347f2af3e03b7e1f4639f18f006d5fa 3,266 1.00/1.00 vMB 26
741,187 741,187 00000000000000000006d2b008840a3b48bf635f0e7313d4208232c4888934a4 2,606 1.00/1.00 vMB 34
741,186 741,186 00000000000000000006c211da74c24415a167ff9d77046ec1ca996547c046d3 1,618 1.00/1.00 vMB 11
741,185 741,185 00000000000000000004d28d9afee2c893a7355bb9e6566b79f53fb139963ddc 771 1.00/1.00 vMB 3
741,184 741,184 0000000000000000000938572817313b8a808479ee3be19d2f93b33d59c6c908 1,636 1.00/1.00 vMB 13
741,183 741,183 00000000000000000007f0e86486ca5aefba62369c42ce51261f616453575af9 2,762 1.00/1.00 vMB 7
741,182 741,182 0000000000000000000095c15d5a7dc688b624b5b2bc581578a63bc63ff1698d 2,701 1.00/1.00 vMB 8
741,181 741,181 0000000000000000000368ddfe8b9e8a1b1bfb0d7efc524c1c303939e60ed8da 2,283 1.00/1.00 vMB 18
741,180 741,180 00000000000000000007dcde4b9b54ade5cb712c03af4b2fee72c20bb83447e9 2,503 1.00/1.00 vMB 25
741,179 741,179 00000000000000000007897e7140a3818ecd83dbf383c9b2a6d4935cf65a28be 1,646 1.00/1.00 vMB 11
741,178 741,178 0000000000000000000380474d6d65f1f47895762ebe5b77b0386070645063fa 2,080 1.00/1.00 vMB 20
741,177 741,177 000000000000000000046bf0b9ca5f1dc2b31cc410bf251b7070ed1bd85e793c 2,007 1.00/1.00 vMB 14
741,176 741,176 00000000000000000003d7035f213bc9838fea28b533c79acd8dd0c266513e76 2,671 1.00/1.00 vMB 22
741,175 741,175 0000000000000000000932b2a5ff797e1eb41a1851f89636d16e572c29bfbeff 2,681 1.00/1.00 vMB 26
741,174 741,174 00000000000000000001fc881dc40691c670a05ae5694bfbfcc4e4dac1414663 2,628 1.00/1.00 vMB 28
741,173 741,173 000000000000000000089dab26f4928d8c203f5fbb99a6aff8222c7cebca0615 3,226 1.00/1.00 vMB 26
741,172 741,172 00000000000000000006a4edc2dea6a46b52bb6bd3e13a82bf0409bcbbe6f55e 3,238 1.00/1.00 vMB 31
741,171 741,171 00000000000000000006622fcdbe3515050fcda645f9df48afa947e4f6ee7636 2,450 1.00/1.00 vMB 30
741,170 741,170 00000000000000000003be5b406ea2d3dd750dc1a56d496da8b467324b33bced 2,009 1.00/1.00 vMB 9
741,169 741,169 000000000000000000092e560e6b834e7ecba02455033988ca079b9d47a11653 2,022 1.00/1.00 vMB 25
741,168 741,168 0000000000000000000433c8d5a1494f49eb60eb2532bf739668ba7eeb9cb321 1,662 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.