Loading Tool

Explorer IconExplorer

Memory Pool

46,419 transactions
22.55 vMB
0.09909963 BTC
Random Selection Loading Transactions
Max Size: 126.06/200 MB

Candidate Block

Mining Attempt b05994640c8b24154698f66e35106e6217685f108fc29fc1dd9a69e1b060bd86
Version 20000000
Previous Block 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77
Merkle Root dc43c88557352db05ff53123f4bbdab39cd6c86feda32ab4fc3f225121dcd454
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,656
Size: 1.00 vMB
Total Fees: 0.03652604 BTC
Feerates: 152.70 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,096 (785,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,848 128,848 0000000000002189a1372bf6395f68b96bf36cafa828c67ec3352f908399b2db 8 0.00/1.00 vMB 563
128,847 128,847 000000000000111f3e518d96037a8349a763fbd17a2f7b248144395dc6c2af5e 117 0.03/1.00 vMB 185
128,846 128,846 00000000000025cf9e29d78ec59b9b837f53de76ff23456c7ce41fe9c10ac41a 348 0.10/1.00 vMB 143
128,845 128,845 0000000000000bb74f3a06da1fee4a6ecb2637f9c93759b204fecc935f5040a8 70 0.04/1.00 vMB 807
128,844 128,844 0000000000001dbf987cea4ed703ad1430b039b807b5e4cf1e545d4973d0e2c2 12 0.00/1.00 vMB 830
128,843 128,843 00000000000000d0c6377734974bd46d71b8e342e49b177f83a1a6d4e57ed1f9 57 0.02/1.00 vMB 1,115
128,842 128,842 00000000000003ab409da36070636b0a4048ed7fe48de4c068b8810d7550c49b 43 0.01/1.00 vMB 539
128,841 128,841 0000000000000f4a9e49ab417da47a70cde7147e0c9c11cb82ce81d03d0106ea 32 0.01/1.00 vMB 982
128,840 128,840 0000000000000729911f2edfa55ded8bdd9d8603d41f88dedd1afac6869ea662 90 0.03/1.00 vMB 1,182
128,839 128,839 000000000000190d11ad9e9bd4650dc1fd7eb6c7c3bf2052161264cd4e50c6b3 53 0.03/1.00 vMB 802
128,838 128,838 00000000000000c3fbb6f9e7300b29c6e2841d4b5a949f1991ef43527a47ccb4 79 0.03/1.00 vMB 601
128,837 128,837 0000000000000b595187e67e43f3fbef641d9f1f678dd56af2ae51b13a397cf7 26 0.01/1.00 vMB 586
128,836 128,836 00000000000007fe139f2106fdf7545e4f897293183f5ef8d558f24a81e10c0b 50 0.02/1.00 vMB 145
128,835 128,835 0000000000001b4b3f602f46693404a5e2817a2fabc348e0c04e4c9e45820298 46 0.02/1.00 vMB 179
128,834 128,834 0000000000002640e5ca9f089dd4ebabb7452da610ce97b94a94fedf041e8fba 5 0.00/1.00 vMB 1,928
128,833 128,833 00000000000007c49c61893b0b7b8a713aa8521c2858b2c5f4a9ca3ce660900f 31 0.01/1.00 vMB 957
128,832 128,832 00000000000019ae61572bc1a3e8b9b8fa54243d09861f86d5bed718b4ba3ad6 101 0.04/1.00 vMB 2,021
128,831 128,831 00000000000003ab870218a61d19cd497c8841537250bb956cf0fd5b623d47fa 77 0.03/1.00 vMB 450
128,830 128,830 0000000000001b5f9fc356855cdfb5c793d9edc00d4a7390677305510733b9a2 31 0.02/1.00 vMB 671
128,829 128,829 00000000000010c6079b6a628a46152efbc1b0f8bcaf5c598c6386dd3f7a1792 42 0.02/1.00 vMB 758
128,828 128,828 0000000000000063b9385ede313c97b686cec47efd87ebe1525759f4b01c4f50 61 0.02/1.00 vMB 590
Previous 10 blocks ↓
Total Size: 780.77 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: 558.77 GB
    • Received: 7.13 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.