Loading Tool

Explorer IconExplorer

Memory Pool

15,298 transactions
5.93 vMB
0.02912611 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.49/200 MB

Candidate Block

Mining Attempt cc0e4afa6bb6f2604a28744460a9b6e6f88d1b45a3b8430c4db53881cb1184ba
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root 458f9047a4fa401074e84f5d9e23235f639f75d13756086b8b5e836c5840036f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,536
Size: 1.00 vMB
Total Fees: 0.01899026 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (719,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,809 193,809 0000000000000002c1d8ca463bea22a0590aa00cd55bdcf818090f4d63f45498 59 0.04 vMB 50
193,808 193,808 000000000000020dc94381e73c046712d95b2072a479fa5d029824b30467d614 691 0.26 vMB 149
193,807 193,807 000000000000021657a69355cfe6e8379fc7f12a6904a09cf6aa74cc45852c63 251 0.08 vMB 73
193,806 193,806 0000000000000391377450f6098a79cf56d74d256433a1789ac5484cd3947abe 1 0.00 vMB 0
193,805 193,805 00000000000002ae64722882bb1da0eda572e032a06be2c490175a2458144f31 127 0.04 vMB 390
193,804 193,804 00000000000002ea679b230a389c00b3dc9219866ae5059b8096ca7abc7bc692 256 0.09 vMB 58
193,803 193,803 00000000000006c608d9da90465bcffc92614f3aa20406baaf9db93026a6cc30 130 0.06 vMB 169
193,802 193,802 00000000000000365df5c63562714aca6285c9f8c7b0ffc7064c11a161db424b 326 0.13 vMB 129
193,801 193,801 000000000000014514a52c875500ab08e45f7b691a6ce1fcc04e5849c840be17 638 0.26 vMB 189
193,800 193,800 000000000000052918825b4529465a3c8b3832ec5ae357b7fa5855e5c986a0b6 189 0.10 vMB 191
193,799 193,799 00000000000006224d4f9e9de045bcdc7f5d301366148956b2804187774e0317 1 0.00 vMB 0
193,798 193,798 00000000000002377c8603d1c114916ecd60e57adc7002b75e9e3e09ba156eca 582 0.25 vMB 201
193,797 193,797 0000000000000451ad20dc0164b05eae80ca42f8ca088350c848ceb25586678e 354 0.15 vMB 150
193,796 193,796 000000000000028130ecfe925a27b677239483c09b8bd0b8551afd61c889a0f3 27 0.01 vMB 92
193,795 193,795 0000000000000079eb0d458adfe3eb35c97ee04a8890c6b93fe17efffc68909d 548 0.22 vMB 177
193,794 193,794 000000000000021fac7697898a220f85d1a67e3c59ec4abf4749e847fd2260ca 1,024 0.39 vMB 212
193,793 193,793 000000000000008e097916902220dbbbd2794629a1811a9e0fc5500da3931189 98 0.05 vMB 241
193,792 193,792 00000000000003a6d51f27d4300910661edd0c03604d59477c6ea8809181d52c 290 0.12 vMB 148
193,791 193,791 0000000000000732e578ba047fa045b67c71b236079be7bee93fd868d4c0bb51 446 0.17 vMB 140
193,790 193,790 000000000000030b7ee9bb3ac55a814d2ebb75cc5e91a8571d93530e39b86c46 177 0.09 vMB 183
193,789 193,789 00000000000002e3abefd4ea35d6343fc7a7e086769334d54a19a8ab4f4f272c 7 0.00 vMB 3
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

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