Loading Tool

Explorer IconExplorer

Memory Pool

81,003 transactions
29.69 vMB
0.12577096 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt a2b7967eb179dba3f3b866d71a32313ef9db3ba1ca2a39967cc9d633bd29c5c1
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f02b00e5dc18b82aea7ad6e9ac002c93fb91ed9f724915c657f9922009773cf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.05976793 BTC
Feerates: 151.07 > 5.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (265,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,802 649,802 0000000000000000000af0b43e7b41024c05f2ad3b6caa471d96364fff579f77 3,020 1.00/1.00 vMB 75
649,801 649,801 00000000000000000001c19d73888d9a776bc88d21076aa25b6a4aeaa21e6d83 1,987 1.00/1.00 vMB 48
649,800 649,800 000000000000000000013416da991019db48880986e6a0945953dd0360b74694 2,600 1.00/1.00 vMB 47
649,799 649,799 00000000000000000006e3c45f392418000e47e3482a9f105d343d21a6b2c53b 2,221 1.00/1.00 vMB 59
649,798 649,798 000000000000000000032019f485b7dc5ad679612bbc5b6dcf92338f3942ee5d 1,836 1.00/1.00 vMB 60
649,797 649,797 000000000000000000035cd4ee6a5700e1933a906b1bdaeb2f016ecb37a2d334 2,893 1.00/1.00 vMB 59
649,796 649,796 000000000000000000097ad28da4acd6f7362601502d260199c1cec4243a365b 2,509 1.00/1.00 vMB 79
649,795 649,795 000000000000000000099599719e9db4d6893d52e82e535b1599217de1355e47 2,953 1.00/1.00 vMB 81
649,794 649,794 00000000000000000003f7a37b318f3a43f18e390adf247878737a979d803b56 2,738 1.00/1.00 vMB 94
649,793 649,793 0000000000000000000d72d994f5b911725b19021c604eb087221c6cbbe078c5 2,127 1.00/1.00 vMB 75
649,792 649,792 0000000000000000000402c7fe1e28fe277ae80c13797a6bf81e56b64d873ef4 2,642 1.00/1.00 vMB 56
649,791 649,791 000000000000000000016c7476ab004ebb7e9709067fbbecf5fc9a48c95a556e 1,782 1.00/1.00 vMB 41
649,790 649,790 0000000000000000000709ca86ea9b35497b2d896bac6ae3a0e4c8a7d2cfc8c7 2,696 1.00/1.00 vMB 76
649,789 649,789 00000000000000000000ac7ecf2f25c579ccc76c669592ade6d6a6f98c451a38 2,777 1.00/1.00 vMB 76
649,788 649,788 0000000000000000000365161067927ebd7deded7fd351ba858c78f5f4ad9bae 2,422 1.00/1.00 vMB 43
649,787 649,787 0000000000000000000982ee8e03b9141331d31012d8cc24c5878795d13ac8f9 1,026 1.00/1.00 vMB 60
649,786 649,786 00000000000000000001a6e8e4779d2d8658269193ae1a0bb6156c8ad2cf649a 2,538 1.00/1.00 vMB 84
649,785 649,785 0000000000000000000b3d7d8897ef13b3e3fd68828bcc530ac7064eccc4d073 1,402 1.00/1.00 vMB 99
649,784 649,784 0000000000000000000b60f0229b813bb2cdb803ee1395845b85343dba8cf23d 2,664 1.00/1.00 vMB 82
649,783 649,783 00000000000000000001db6ea00c673b2605d56f0c7d965bb82c419f84c887c5 2,886 1.00/1.00 vMB 81
649,782 649,782 00000000000000000001d313984ce3df2ecd7787792f2f6ab4f82895d7b2d959 2,949 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.