Loading Tool

Explorer IconExplorer

Memory Pool

40,568 transactions
26.05 vMB
0.06046631 BTC
Random Selection Loading Transactions
Max Size: 135.70/200 MB

Candidate Block

Mining Attempt 2983c11e1436b45924f0e64490093910e4c320491a87fa3691fb9afd6a46adba
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root b57dc4e85173f5fb6b5788a4cf32f08e1468f193a68e53666aa920c5dbb160c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.01294573 BTC
Feerates: 151.16 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (284,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,632 630,632 00000000000000000005ff8561db4f003c1a5820018c4cea5bdd90ed4cc7b851 2,071 1.00/1.00 vMB 149
630,631 630,631 00000000000000000010e12ea72735b17704a38097574f944067186c108d05e8 2,249 1.00/1.00 vMB 142
630,630 630,630 00000000000000000003cf1cd66af82edfc96c74b9a763b111f71c216efec2a7 2,465 1.00/1.00 vMB 65
630,629 630,629 00000000000000000004bd0135ef4abf09c1369b907ed7f29d665bc4132a56fa 2,736 1.00/1.00 vMB 95
630,628 630,628 0000000000000000000cfd7d3c039375f7d6f395b64753f57bcddf3d2988664a 2,817 1.00/1.00 vMB 93
630,627 630,627 000000000000000000094c5287e16210a01d22cbbb5fef955e5b9df1df9ecd67 2,175 1.00/1.00 vMB 65
630,626 630,626 0000000000000000000f97a9f1df1e82a2a68d1a10c884d27c360f454219c7dd 1,495 1.00/1.00 vMB 112
630,625 630,625 000000000000000000020b1725208567be5e135bc6c0c399c728f8749032ed29 2,952 1.00/1.00 vMB 147
630,624 630,624 00000000000000000002b7757a00ce0f02518599b5e08ecc2f6a94b4a9123a85 2,634 1.00/1.00 vMB 20
630,623 630,623 00000000000000000006e5df08e543378363c6d3c7d89603d54e2678745abece 2,677 1.00/1.00 vMB 117
630,622 630,622 0000000000000000000fec5203df3bbdcd42b8a0a61077de7eb4ebe43984f552 2,754 1.00/1.00 vMB 151
630,621 630,621 00000000000000000002589ac8548e6a7a5df52539fa79ebfa1c27a240d15fab 2,798 1.00/1.00 vMB 32
630,620 630,620 0000000000000000000d9998dc502a0c54a46a3f1f00e87e5be76f5a13fa3c0f 2,425 1.00/1.00 vMB 66
630,619 630,619 00000000000000000004b2229bcbd87f60718daaf7c529060a7ad2e118e69b60 2,483 1.00/1.00 vMB 70
630,618 630,618 000000000000000000050d191a9ee2b969cb9cc124f48d7a9450d54a8f253526 2,734 1.00/1.00 vMB 140
630,617 630,617 000000000000000000058ae4bf57b7d53580503e6c427511f67f0b06dc0653f7 2,249 1.00/1.00 vMB 141
630,616 630,616 0000000000000000000c36149dfdb1e5935eedbe0305b65a83146a18b2d17a80 3,015 1.00/1.00 vMB 181
630,615 630,615 000000000000000000029d80f00785889a6adb4df717e8d55c16001be8a0cae8 2,415 1.00/1.00 vMB 38
630,614 630,614 000000000000000000092b14d9c034b40f0a39a3ca76f8f60376ac90fecdf8c5 2,436 1.00/1.00 vMB 83
630,613 630,613 000000000000000000107fa419faa9c7fa5e1f9d146caced9a3a3859ecd596b5 2,634 1.00/1.00 vMB 36
630,612 630,612 0000000000000000000f1bbf9d0d1de689442f49ecdfe012423e99bf91854859 1,840 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.16 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: 653.25 GB
    • Received: 13.83 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.