Loading Tool

Explorer IconExplorer

Memory Pool

73,236 transactions
28.21 vMB
0.07229355 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 2c46ab21e7e2c508aa0ae19dd4cb655cc4abacda669df5115ee38bc60f7ab9e4
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (357,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,846 557,846 0000000000000000002d429df98e9ec213c31be3c64a70ca3268807591cce6bb 1,696 0.86/1.00 vMB 5
557,845 557,845 0000000000000000001a2f99b797c24ae3564a104fe14fefd4a6dc6f3d27ad20 3,178 1.00/1.00 vMB 17
557,844 557,844 00000000000000000015cda7f6d468acd00beb385ae1f5bf7e4f6bcad1df017f 3,304 1.00/1.00 vMB 8
557,843 557,843 0000000000000000000b9158d7aa2ca730b37e8e4f1de7375e3f8ca3eabe9ac8 2,786 1.00/1.00 vMB 31
557,842 557,842 0000000000000000002e26a7a59399904556f8f0f1d0391e4c0b946372e62e8a 1,420 1.00/1.00 vMB 23
557,841 557,841 0000000000000000001b8d99d81f95cf2aec1cae811dbad4e63e291c20e5f934 125 0.04/1.00 vMB 33
557,840 557,840 000000000000000000205087a6a618ff410102c7b51505747aa09ca790f8b6e9 2,661 0.83/1.00 vMB 14
557,839 557,839 000000000000000000018c170172b95162b60f4e169f38247ffaad10468f190b 3,170 1.00/1.00 vMB 17
557,838 557,838 0000000000000000001bddd18761227c21d2d2ef92dd7dd09806b30f090ebffe 2,283 0.70/1.00 vMB 17
557,837 557,837 0000000000000000001b6c117682306f1f76db14efd2354bb38ed279636f6300 3,036 1.00/1.00 vMB 15
557,836 557,836 0000000000000000002e181177bfdb23efca599c4ba384c4f7b9f4bca2fcf4b2 1,531 0.51/1.00 vMB 10
557,835 557,835 0000000000000000000292e60d16eb1c94f6ee168665e9fb39d0c971345e7c70 3,307 1.00/1.00 vMB 8
557,834 557,834 00000000000000000013b2129bb1b6d791c7276e6c57f6c27c0ef4f300a35486 2,783 1.00/1.00 vMB 24
557,833 557,833 0000000000000000001054f0c38444188800a91dafc4792a989d25b416325905 2,499 1.00/1.00 vMB 27
557,832 557,832 000000000000000000222e6d827275059ec28091670efd692e417b340070ea09 108 0.04/1.00 vMB 16
557,831 557,831 00000000000000000007edcff290943a922d73798d4c0162fb37ad04ce82dc58 557 0.17/1.00 vMB 16
557,830 557,830 00000000000000000005bdcbc423ca85dd124c9b965ee05410c54339d3ae0e2c 2,614 0.81/1.00 vMB 5
557,829 557,829 0000000000000000002bf3ef7d21f8e222f7645c35ca802c0790f9dd68532c42 2,473 1.00/1.00 vMB 36
557,828 557,828 000000000000000000213a5d1534821c4b299570523143461912b7a797680553 1,507 0.46/1.00 vMB 15
557,827 557,827 000000000000000000068d6e0c45a328c2601e0e5db171b7cd0e986b62db6d19 2,320 0.71/1.00 vMB 15
557,826 557,826 0000000000000000000bb8b9bd3bcfa3f58957dc613f05f8cb5a33344efb4d93 2,943 0.98/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.