Loading Tool

Explorer IconExplorer

Memory Pool

79,113 transactions
29.66 vMB
0.07623192 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt 60a5947ba2857e7eac78e9c3a8da150444c03ec2bf54ca7b7ace296629a9cecb
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 351f28b18af5941546da1a8aab61d0f1a00c4ece2f97a5d5e18989493fabfa9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.01592802 BTC
Feerates: 101.61 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (135,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,661 779,661 0000000000000000000176fb7dadc64c2bd41b1d96830645f35faf6168c252da 1,045 1.00/1.00 vMB 14
779,660 779,660 0000000000000000000368de3b8a2f9ff1c26f1f7101a2b9af7c77a340760f2c 2,647 1.00/1.00 vMB 20
779,659 779,659 000000000000000000025e71f425a9c4a4c6efbed72251beff2d0b32f0809853 2,106 1.00/1.00 vMB 41
779,658 779,658 0000000000000000000492d9ccf379254dc6f95f2ec9bc47b3495b1a824d763b 1,600 1.00/1.00 vMB 37
779,657 779,657 000000000000000000052139060ceb86b1a261bc6c166e6b8a1fef32a9a7944e 1,443 1.00/1.00 vMB 12
779,656 779,656 000000000000000000048b5381d904c3d6f707138e105e42487e0578a3ef5070 2,489 1.00/1.00 vMB 13
779,655 779,655 00000000000000000003b91a9f3ad59113ea5078855fd6f8e0cc9c42a1694055 1,027 1.00/1.00 vMB 5
779,654 779,654 00000000000000000002556663060b21ea0994bc281ea90d1214205966cfeaf3 1,985 1.00/1.00 vMB 4
779,653 779,653 0000000000000000000486556cbeece2a029bfb3d123e3e7584b91ffc2774866 2,615 1.00/1.00 vMB 22
779,652 779,652 00000000000000000002ea8eb5df114c3f198c7ef5851435e8a4d8e7bd33121c 2,235 1.00/1.00 vMB 11
779,651 779,651 00000000000000000002124201cb18fe9fcbeb071115ac863f3d194469081376 2,671 1.00/1.00 vMB 7
779,650 779,650 000000000000000000058ea4f7bf747a78475f137fd8ff5f22b8db1f6dc1a8c2 2,422 1.00/1.00 vMB 14
779,649 779,649 000000000000000000053ffa1bce6994c09cb7dd8c02687223472898670736f1 1,429 1.00/1.00 vMB 11
779,648 779,648 00000000000000000002594aeb0a55b800c9047128c2a91ab28d83467199c3b9 1,505 1.00/1.00 vMB 10
779,647 779,647 00000000000000000001b68ee6d404d0e0f7a6287049d7445173570f5eceeb3d 3,214 1.00/1.00 vMB 18
779,646 779,646 000000000000000000032181ea023506b05b508f466ff529b0ce52a3132c02d6 2,767 1.00/1.00 vMB 24
779,645 779,645 00000000000000000006582bb51d98347fc0b53364cda180f569785e5d3966c1 2,647 1.00/1.00 vMB 10
779,644 779,644 0000000000000000000207d73e93cf03ecc43c3c89a4ad380de275be1f8b0534 2,229 1.00/1.00 vMB 19
779,643 779,643 00000000000000000002d0430b9fc3becd9515ae901be4a23034d283a20c815c 2,747 1.00/1.00 vMB 37
779,642 779,642 000000000000000000044aacafe4b23abcbb747b8228fcfe7d974516e794a972 2,942 1.00/1.00 vMB 22
779,641 779,641 000000000000000000020089c77a5ca9960400b2a7fe6a1c3ef814a697b2efe7 2,255 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.