Loading Tool

Explorer IconExplorer

Memory Pool

87,860 transactions
32.52 vMB
0.15227166 BTC
Random Selection Loading Transactions
Max Size: 199.48/200 MB

Candidate Block

Mining Attempt 7c021b3fdacbb37d1030626520796e6d483d0f58bd16a5c3e2faed53084d8eb4
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 2482585e324445908130cf98e82ed82c8fa1c71ff01d9286acef7d30ff92ad20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.06806607 BTC
Feerates: 502.65 > 6.82 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (394,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,165 521,165 00000000000000000038ae9a7061b28e2baa0592ee30e759208dff842f4cb535 1,717 1.00/1.00 vMB 14
521,164 521,164 000000000000000000003fa4418e1e868ce5982dc7aa6e25650690c8b974f6af 1,571 1.00/1.00 vMB 25
521,163 521,163 00000000000000000038e44e26099e6cb2af3757f416b1e8506b1ef33ee73c96 1,092 1.00/1.00 vMB 31
521,162 521,162 0000000000000000003b2225a8f33773dad91835fc84ac970f8e62617729412f 1,956 1.00/1.00 vMB 44
521,161 521,161 00000000000000000034cf538e5ed3629f374fa606c0e96ff01b29f7467aae24 1,840 1.00/1.00 vMB 29
521,160 521,160 00000000000000000016961d0b77bfead4fed18388cd1d6cfca151cb2c97cb90 1,445 1.00/1.00 vMB 33
521,159 521,159 0000000000000000002192094c8b2fde3014663482fae3a1d9053c4aa0b8b66a 2,000 1.00/1.00 vMB 40
521,158 521,158 0000000000000000002ecf9cf08ee1349430cbb7fd2d9601f008e963d7324ab8 1,054 1.00/1.00 vMB 9
521,157 521,157 00000000000000000019dfda3ce2e5c07a1376f52084f17e8d6d67aee528a073 1,370 1.00/1.00 vMB 42
521,156 521,156 000000000000000000442e803c7468a07af2d55191f4f16f4c687ae3bf4029dd 905 1.00/1.00 vMB 7
521,155 521,155 000000000000000000259d1814b90a0a6e4c99491be850b3569f6518c0bb086b 1,284 1.00/1.00 vMB 18
521,154 521,154 0000000000000000001b4261d8e8f9f2f301c2781aa517ccf2552baa59e27793 1,859 1.00/1.00 vMB 22
521,153 521,153 0000000000000000001148f578d1b190ade217e21428323f168da659e0ee35b1 1,871 1.00/1.00 vMB 68
521,152 521,152 00000000000000000011db15d9b861e221a23e36976fa52654bbcee7c0a9943b 1,441 1.00/1.00 vMB 8
521,151 521,151 0000000000000000002fce6ae873d4fcd86a7b97063eb037a555e15164fceb52 2,169 1.00/1.00 vMB 6
521,150 521,150 0000000000000000001bec41a306632c8faef5051d5188433e5cc5c3442291e1 2,247 1.00/1.00 vMB 9
521,149 521,149 00000000000000000013d3c8e4145ce0a7cf8c89c9c490c83265fa5f988f82ae 1,433 1.00/1.00 vMB 11
521,148 521,148 0000000000000000000f0b8677789317141a4fcf52b4e11adf1bcd6248f1c199 1,791 1.00/1.00 vMB 13
521,147 521,147 0000000000000000000c55eabe2582ab64a4116afe9831100862c1cae2660ca1 1,784 1.00/1.00 vMB 77
521,146 521,146 000000000000000000328d1e7a2492f0dba43bd28d85b5cea8d466d08dabd6b0 2,542 1.00/1.00 vMB 16
521,145 521,145 00000000000000000014b6219a4cd805a7ef345ff9672581ef1c585aec1f0f97 1,386 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.