Loading Tool

Explorer IconExplorer

Memory Pool

73,537 transactions
28.11 vMB
0.06667044 BTC
Random Selection Loading Transactions
Max Size: 167.22/200 MB

Candidate Block

Mining Attempt b54295376dee695500d5092163f98dc4440fc1b5098850f5aeb655d98f38b39e
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 89af98f1a0e549e48af45fc0190ff043fd8d3166c864da93a1e74e52aa95689e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,179
Size: 1.00 vMB
Total Fees: 0.01049986 BTC
Feerates: 101.62 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (135,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,679 779,679 00000000000000000005c6a7a99ffc6eb2baf43d19dafb85dcb44cac87f6bfae 2,967 1.00/1.00 vMB 29
779,678 779,678 000000000000000000050f5090b4ce1e948ff6f1161ac09bdd35e1b05b4908be 1,524 1.00/1.00 vMB 9
779,677 779,677 000000000000000000057d9e1d04aa8bc45497a7332f449443ad64686a71e6f3 1,415 1.00/1.00 vMB 4
779,676 779,676 0000000000000000000203448dd47c37f6940971e160b8ae9d02974333eccb01 2,181 1.00/1.00 vMB 17
779,675 779,675 000000000000000000002d43bf0941abf31d95389862e2e94f26ab2614004ca5 2,350 1.00/1.00 vMB 4
779,674 779,674 00000000000000000005c4b4474a482f796ddda67a0c6d72e3058005d4c8edd5 1,727 1.00/1.00 vMB 16
779,673 779,673 00000000000000000004adcbb9f8abc0dfb03726344d1377cc80c38415ce4b7a 3,114 1.00/1.00 vMB 24
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
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.67 GB
    • Received: 15.54 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.