Loading Tool

Explorer IconExplorer

Memory Pool

41,387 transactions
32.55 vMB
0.09431007 BTC
Random Selection Loading Transactions
Max Size: 162.64/200 MB

Candidate Block

Mining Attempt e5c3644c075c0bc8e7838a2b29c55fd82651074831aad6ebaae742a8eee802e7
Version 20000000
Previous Block 00000000000000000000b6b9a3b2067fa1426f6080c9f3cdd5cad9a92f6fd98c
Merkle Root 2fbe43d1290db6bf7c0277030fdb39a001e44cd47b01069c0beb594f1aa04f88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,217
Size: 1.00 vMB
Total Fees: 0.02476806 BTC
Feerates: 502.67 > 2.48 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,333 (4,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,749 909,749 00000000000000000000db26a8b1b18ab40a00386359ea0d90ae08aca0914238 3,256 1.00/1.00 vMB 5
909,748 909,748 00000000000000000000c78c6a9d15a82c677cef9ad6dab2dffa23406f15e04f 810 0.21/1.00 vMB 3
909,747 909,747 00000000000000000000842311bf3da5cafcbd6a3c14de9bcb00f081e80a8aaf 1,485 0.51/1.00 vMB 3
909,746 909,746 0000000000000000000196a2f85eb8fb582a518268e9ce4f3d1d1880229c530a 447 0.16/1.00 vMB 2
909,745 909,745 0000000000000000000217340d9c1de40bddf03013de020830c08effbbd3fe05 1,439 1.00/1.00 vMB 1
909,744 909,744 000000000000000000002edee16c58dae827e6f50744e33c91b058cdbad77a42 1,563 1.00/1.00 vMB 0
909,743 909,743 0000000000000000000161f4f2bbb97f4f265d5f9fa99064f38637bd4c07a222 3,741 1.00/1.00 vMB 4
909,742 909,742 000000000000000000020b602b59883889a5618b37c9a9af421803fea7b61200 2,655 0.94/1.00 vMB 3
909,741 909,741 00000000000000000000463956f220f93725f41058c626b2a28035d128011a69 3,456 1.00/1.00 vMB 5
909,740 909,740 0000000000000000000056bb51cd6a2df5796e7e0b0c91388af9b7cf1963aa03 981 1.00/1.00 vMB 0
909,739 909,739 000000000000000000019aa38b9d3d10c6db52ee185b8f7863ee4cb286912b2b 1,906 1.00/1.00 vMB 2
909,738 909,738 00000000000000000000c95b8e02fbee7b329316ad07b9b99eb2543523157dfb 1,192 0.52/1.00 vMB 2
909,737 909,737 00000000000000000000b644c235b51c5a9cc4e1d53a6203729d761cdc8e93f8 3,483 1.00/1.00 vMB 3
909,736 909,736 0000000000000000000187c0409911aca381706bd0a95af73dbd04b420b3d344 2,714 1.00/1.00 vMB 3
909,735 909,735 00000000000000000002195cc24e24d51ef7f57ef92f20c0b1781ee4c513e165 1,232 1.00/1.00 vMB 1
909,734 909,734 0000000000000000000211b58ad41f7afc1a85294bb3b9dab2c406c3073a0588 3,239 1.00/1.00 vMB 4
909,733 909,733 00000000000000000000b23eb60571b3fd287c44edf0b3e4782ed592ef566560 734 1.00/1.00 vMB 0
909,732 909,732 0000000000000000000217b9ad98f1d89fcbf445da4d9ec810f440d37bbdf686 2,683 1.00/1.00 vMB 2
909,731 909,731 00000000000000000001db3536b5cf05a70e65faec55df5c5824819a3d9c9819 3,148 1.00/1.00 vMB 1
909,730 909,730 000000000000000000015f8d47d366b0eb49afa1dc5bdd867e9029df8cc1da7f 2,187 1.00/1.00 vMB 2
909,729 909,729 0000000000000000000204b7d88aa955349ec217476c99e3d76f0ab06760cff8 1,845 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.19 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: 584.04 GB
    • Received: 9.38 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.