Loading Tool

Explorer IconExplorer

Memory Pool

85,424 transactions
31.87 vMB
0.20535070 BTC
Random Selection Loading Transactions
Max Size: 190.60/200 MB

Candidate Block

Mining Attempt 51b56f783c6f2361c8f3f43f37d7ba6ba886b6db5846112da467e822b2163f7d
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 956e7f672c34d8bd2d70165e1c0bc1d600cd3c1b7538cca0dece58b73a55fbf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.09307485 BTC
Feerates: 529.10 > 9.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (317,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,741 597,741 000000000000000000152900fb97ce05edf211141f3c67b6e0faa4773782dc57 3,087 1.00/1.00 vMB 51
597,740 597,740 00000000000000000006d569d8372c89d844a8bf587de6e0db4758797fc257ed 3,350 1.00/1.00 vMB 34
597,739 597,739 0000000000000000000e64121839e14fa7fb3d9dae7c031d539d9401e11693bb 3,093 1.00/1.00 vMB 12
597,738 597,738 00000000000000000003c5a060ee174d7314021ee6a795f10febf8f78f1a0156 3,221 1.00/1.00 vMB 43
597,737 597,737 000000000000000000095251a6bac32a8f22833d3531b7ae44c5d74663fa0d89 3,060 1.00/1.00 vMB 56
597,736 597,736 00000000000000000007d3e84c439d92d15e5b595620fe4786d226ef799e8af9 3,417 0.98/1.00 vMB 18
597,735 597,735 00000000000000000009c9e2fed16b3f92532d073a086c30fc5704180b10bbaa 2,960 1.00/1.00 vMB 42
597,734 597,734 0000000000000000000841e6117fc8c33789feafc30de1702a72df8352d384e7 606 0.14/1.00 vMB 30
597,733 597,733 00000000000000000014707d10f7ec4be7c47f0a0db31ef1d366bc9df4dd546e 1,909 0.52/1.00 vMB 28
597,732 597,732 0000000000000000000ffba3ec63411eeae81ddcf3e89952956a572e6c4b1d00 2,153 0.60/1.00 vMB 26
597,731 597,731 00000000000000000005ca88c74bd7cd78c8c62464bf9a6d95d88f8048421421 2,907 0.84/1.00 vMB 28
597,730 597,730 000000000000000000073b705035dfbcfb6480716fcc706018f3698f5d74f597 135 0.04/1.00 vMB 34
597,729 597,729 000000000000000000026f2f5b177819eaeeddaf55ca14bc88bddf9ef88a1847 1,510 0.77/1.00 vMB 4
597,728 597,728 00000000000000000008c83f362fa92d88d64e7b562714ccae2f7aa235e99b3a 2,904 1.00/1.00 vMB 20
597,727 597,727 0000000000000000000eab452666748280d9a74e110c2348710a5f7352cc6146 451 1.00/1.00 vMB 6
597,726 597,726 0000000000000000000271fe0258d8c7c4ca516715f25b3b290ed60905d1a942 2,551 1.00/1.00 vMB 25
597,725 597,725 000000000000000000058d589c6ecc33f30d4bc10756365160cede0f580dcaf9 2,500 1.00/1.00 vMB 19
597,724 597,724 00000000000000000006fc2a0f64f83a5b2832c089edae96a8d75e51106566a4 2,597 1.00/1.00 vMB 12
597,723 597,723 000000000000000000157d8a1791f25d43c9f2d03c773ff013ed3c694a5800da 2,793 1.00/1.00 vMB 14
597,722 597,722 0000000000000000000f035dd96f8e5974e28bfe5683a9a7729604080914c8df 3,148 1.00/1.00 vMB 37
597,721 597,721 000000000000000000056cfe0e84953b4e077b5b791386aad89a7400039abf5f 3,094 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.