Loading Tool

Explorer IconExplorer

Memory Pool

77,234 transactions
29.85 vMB
0.10553340 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt d2360c82e44c3ea0e07b7ce836862ea88286103c3cf824d3603d1d561b8f17f4
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 9b4ac910025753a843e8b048df33ca1e7c0acb12fba5ece4719f766fcd889477
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.03708719 BTC
Feerates: 357.61 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (72,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,630 842,630 0000000000000000000304fe611feee2f0803d00894bb444cc106f07205db7ca 3,623 1.00/1.00 vMB 26
842,629 842,629 000000000000000000030d1f1b32b50a23ba0d6c77aff5324ceff662df88ceb8 2,741 1.00/1.00 vMB 31
842,628 842,628 00000000000000000000078b67586837c936382f3d2e206f4b711e2b4c7778bf 5,056 1.00/1.00 vMB 17
842,627 842,627 00000000000000000001f54d9eec3c9aaa3c7e2829307daede78620229dffb17 5,076 1.00/1.00 vMB 19
842,626 842,626 00000000000000000000c5cea83e78c5df8bad77d6b75bb970cdce7195a09e63 4,418 1.00/1.00 vMB 14
842,625 842,625 0000000000000000000069a840e051eb6654563af15c9220d8ddad0f57dfb04f 3,003 1.00/1.00 vMB 24
842,624 842,624 000000000000000000028862f4c32a53d2e8786cb8bbfeb1e44c0910877f65ba 5,370 1.00/1.00 vMB 14
842,623 842,623 00000000000000000001950b3aa85ade6185e717787735afac2d385f952f54a0 5,591 1.00/1.00 vMB 16
842,622 842,622 00000000000000000000523f99a673b0dff7ef31cc24133d998142e077625860 3,600 1.00/1.00 vMB 13
842,621 842,621 000000000000000000022c4f3e2f6f5b9285ffb9c3f721cd601b629e30b50e48 4,840 1.00/1.00 vMB 16
842,620 842,620 000000000000000000006df9f781390c319e7d7c775ddeedfecd93a08b3949ef 3,989 1.00/1.00 vMB 14
842,619 842,619 000000000000000000015f840beebc4f46dfdc20792b967f1ba8c28605c66daa 3,582 1.00/1.00 vMB 16
842,618 842,618 0000000000000000000099c1ade9dd0cceb10a3eca63aeaeba57fa02b220d4ee 3,326 1.00/1.00 vMB 29
842,617 842,617 000000000000000000028bf542c11b76a1423f4bd2b98665574f4dde6c1556ec 4,612 1.00/1.00 vMB 15
842,616 842,616 00000000000000000002dadd6cb2c8815b3b63b7b40af1df1bfa1d888423c773 5,679 1.00/1.00 vMB 15
842,615 842,615 0000000000000000000253ea35003df6e10b26dba3115c628c41994f75199432 1,287 1.00/1.00 vMB 12
842,614 842,614 00000000000000000001dd0f7ed17178da793f3f5fc75e3d2f7f6f432086112e 7,122 1.00/1.00 vMB 15
842,613 842,613 00000000000000000001a1ac153de6c9af1f487958f87295bdff3e9311ec93eb 5,700 1.00/1.00 vMB 18
842,612 842,612 0000000000000000000198b15a48a0c4d8c6d91e0ab77bcc163f8738b2c76bd9 5,473 1.00/1.00 vMB 17
842,611 842,611 000000000000000000001dad6318f9d8afad5d6519f3e21d6d72166710421deb 4,836 1.00/1.00 vMB 12
842,610 842,610 00000000000000000002f87c987d4255befc825ee4a49b635ac2289c9b100457 3,354 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.15 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: 744.27 GB
    • Received: 18.71 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.