Loading Tool

Explorer IconExplorer

Memory Pool

71,932 transactions
28.17 vMB
0.06644439 BTC
Random Selection Loading Transactions
Max Size: 170.41/200 MB

Candidate Block

Mining Attempt 787c290ee4682bdf6cc50662da7bfd8c54c8f2bf0cef348aa02737cbc8c4ee78
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root bd7b2006d6d1659089e61283fabe29d4524c607baf7263119f80a3bdb862bfd9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,555
Size: 1.00 vMB
Total Fees: 0.00491920 BTC
Feerates: 85.21 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (72,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
842,609 842,609 00000000000000000001f97b2a8bf4b8016d44fdc08e93f2c2c72ae68a7d0510 5,720 1.00/1.00 vMB 16
842,608 842,608 00000000000000000002a52f51289d5ba9cfa61dc924a0108c7b3c99d5ca798f 5,101 1.00/1.00 vMB 16
842,607 842,607 00000000000000000001393a30e5462caa18352e8d8cfd83ea06abb0b713126e 3,189 1.00/1.00 vMB 29
842,606 842,606 00000000000000000001a17445d27a871fe05195488c2d4b4019b187a78266e0 4,271 1.00/1.00 vMB 19
842,605 842,605 000000000000000000025599670de3155960563f42d55505cdf090857f00bb1a 5,204 1.00/1.00 vMB 14
842,604 842,604 00000000000000000002a37319f8b8e36aa65104de0aefcb7c43299bcbdadd48 4,386 1.00/1.00 vMB 16
842,603 842,603 00000000000000000002dbee5ca06a7ec36c126a144e5e2c67de6e1e69ce87f5 2,855 1.00/1.00 vMB 25
842,602 842,602 000000000000000000020cfd26d19bf31c3c2e27f6ccdd923f46c861150b1a04 2,714 1.00/1.00 vMB 22
842,601 842,601 00000000000000000002993fb7b7ec50dc66d3da6f49688d8894cc9e61238857 3,734 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.18 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: 750.24 GB
    • Received: 18.84 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.