Loading Tool

Explorer IconExplorer

Memory Pool

46,089 transactions
31.71 vMB
0.11860622 BTC
Random Selection Loading Transactions
Max Size: 161.66/200 MB

Candidate Block

Mining Attempt d8fa494f138d9dcdfdd77b1293c228a9ce0366e181e5b215af9aa63725c76e22
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root b733c2fc25a87fc52669491b906d0e2d56de2d100a2c8fe8d0b6263943bc40ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,793
Size: 1.00 vMB
Total Fees: 0.04931571 BTC
Feerates: 301.05 > 4.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (150,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,688 763,688 000000000000000000057c18929d1383dd43668df535f3ee7b7a8465c11100f5 490 1.00/1.00 vMB 17
763,687 763,687 0000000000000000000771a19a5a838cc833f05c777931181cd921e6e40deb62 1,414 1.00/1.00 vMB 28
763,686 763,686 0000000000000000000537dae0a4e1ddd0e76f6c986b9fb439288439142c119b 2,493 1.00/1.00 vMB 42
763,685 763,685 000000000000000000056069b867e0228d3ac27ed99c3035fe72d26c0826f9ec 2,113 1.00/1.00 vMB 29
763,684 763,684 000000000000000000015e456cae8890ab644cae829da20fda995a78251e8a97 1,654 1.00/1.00 vMB 48
763,683 763,683 000000000000000000008ede8522a04e3c8b4f8bc4b5d2b509748d4922edd3ce 1,661 1.00/1.00 vMB 17
763,682 763,682 00000000000000000001497d94649b5fa6946f79237cdba027b46e4b04a80c9c 981 1.00/1.00 vMB 21
763,681 763,681 0000000000000000000502a482bc627974d25faaa721f35bbf19a201e1c458c4 1,244 1.00/1.00 vMB 24
763,680 763,680 00000000000000000002c1ad58747acf2753215eaf3505aebc9f55a91c5960f4 2,568 1.00/1.00 vMB 23
763,679 763,679 00000000000000000005010baac14746143884967b35c0307fe20bd0ba74a4b3 2,735 1.00/1.00 vMB 35
763,678 763,678 0000000000000000000556d78f96d2d22b9c2d9ee5444bf8908a565fbc2d3483 3,229 1.00/1.00 vMB 40
763,677 763,677 00000000000000000001b336b907d0b3663c41a932eea1735cd28ba127d5ba59 2,776 1.00/1.00 vMB 37
763,676 763,676 00000000000000000004288ee69b1b9b8e10cbfc385e41411e80cf3b3bc795b2 2,218 1.00/1.00 vMB 48
763,675 763,675 00000000000000000004659a9ffb3df1b7f3fb31b6407a6e35bbc03a890097b2 2,549 1.00/1.00 vMB 54
763,674 763,674 00000000000000000001ef04e77b2eb1219887e8cdf1f1ef6fa9a264efbfed2e 3,257 1.00/1.00 vMB 40
763,673 763,673 000000000000000000009f8acfcf9e24bf35f921349a95f6be2cbcd42e214f73 2,946 1.00/1.00 vMB 52
763,672 763,672 00000000000000000002be1ecb5125765125a8d9836a7f2cefbecf646fa2674e 3,056 1.00/1.00 vMB 39
763,671 763,671 000000000000000000011d827b7b29ae0b5fceefeadc4814d506acefd9e88e6f 182 1.00/1.00 vMB 14
763,670 763,670 0000000000000000000372be5298d19a85c3e8f91af2ade27d87e5376d3ecc50 1,185 1.00/1.00 vMB 19
763,669 763,669 00000000000000000004a67af495d8d729c122b5f4b9bb62032188b93054440c 2,858 1.00/1.00 vMB 44
763,668 763,668 0000000000000000000546afb0148e91cb02f14d4bfbe879d6881df2c47e58bc 788 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.43 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: 609.48 GB
    • Received: 10.69 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.