Loading Tool

Explorer IconExplorer

Memory Pool

73,719 transactions
28.21 vMB
0.06814261 BTC
Random Selection Loading Transactions
Max Size: 167.64/200 MB

Candidate Block

Mining Attempt 2bf2543a1e06f8a26c36f83a4b3dc028676ab8727e1334241ad3d58d2dfbae5f
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 5bd52cceae5e19dd597280559310db7bdf67112df757963db3225dcafb1e797f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,957
Size: 1.00 vMB
Total Fees: 0.01125757 BTC
Feerates: 101.62 > 1.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (135,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,672 779,672 00000000000000000001e6af00ae19b63935653e80c99eb7373eb69a7cb17463 2,833 1.00/1.00 vMB 35
779,671 779,671 000000000000000000054a518ed8857ea7552ae4e1abc1255000851caf46dcf9 1,360 1.00/1.00 vMB 8
779,670 779,670 00000000000000000005a98d0c880892df5825429eaf0b6c5f6e7db66389e41c 1,617 1.00/1.00 vMB 10
779,669 779,669 00000000000000000004152c8ffe88f4add3917b786df41ea434a41cad5eece1 2,491 1.00/1.00 vMB 8
779,668 779,668 000000000000000000009fc062a1dc011f125accdde86f6bac3f5c964f878a61 1,310 1.00/1.00 vMB 11
779,667 779,667 00000000000000000001d44c4978ac26a86b0c4ab7004fdf057ec8e542e98320 1,235 1.00/1.00 vMB 5
779,666 779,666 00000000000000000004e0c08ceeb26f997a0c38f356fe0da55fcec506fc504e 1,943 1.00/1.00 vMB 14
779,665 779,665 000000000000000000051063b4a13acc801cb1ea5506e2979b953e8936d6fa72 1,409 1.00/1.00 vMB 4
779,664 779,664 00000000000000000002e6074e0d97484db37daddf51a98a4d26dffbacd06bc2 1,566 1.00/1.00 vMB 15
779,663 779,663 0000000000000000000302ebf4a62577c8d5386d13015c5150174ed98d72406b 652 1.00/1.00 vMB 5
779,662 779,662 000000000000000000013df26ad9bb178f870d9b77ec3a3568a07c3eeb7b22fc 1,549 1.00/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.