Loading Tool

Explorer IconExplorer

Memory Pool

25,937 transactions
25.68 vMB
0.08645692 BTC
Random Selection Loading Transactions
Max Size: 124.15/200 MB

Candidate Block

Mining Attempt 3a6e350d58718f34924806a40f702349b0fd75cfa78558ee09b195ec9a7b6f94
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root d7c72083e5cf155c0c09a0f9d9206e4ba27c4eb77e0d8c911fd6bfdefae6feba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.03639964 BTC
Feerates: 150.86 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (813,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,068 101,068 00000000000238122dbc2623f31b602fcbfcb7ca306e1fbdfea9dbdc15e3e72a 14 0.00/1.00 vMB 0
101,067 101,067 0000000000001d737f4a3385cc8d938a542c07e44b9c87695829cff711607b36 9 0.00/1.00 vMB 0
101,066 101,066 000000000000c29cab0585d22058fb0d412c1c6cad7a46494bb2f0d2780d08d7 12 0.00/1.00 vMB 0
101,065 101,065 0000000000023d7447818b7c160c78334bdf3d6fa82c121666cb7c43989a8e2c 12 0.00/1.00 vMB 0
101,064 101,064 0000000000003b1414fbe29042e09eac299f2828b439253e248b72fcce92829f 12 0.00/1.00 vMB 227
101,063 101,063 0000000000007f5f1c12a0239d9dfbac538ab7c5f3801ec7baf0f11a0c3639d3 13 0.00/1.00 vMB 0
101,062 101,062 000000000000af972f8d9b61cc22b938164ea63ff46c78a94d060ad7eb34faa1 12 0.00/1.00 vMB 0
101,061 101,061 0000000000022e4746608de4b6e06cc7002af1d388d10c0100ee4e370b176ecf 12 0.00/1.00 vMB 0
101,060 101,060 000000000001c35fb3bce9726ae15a25cc795170fc5db8c56d9c9cab0cfbdbbb 12 0.00/1.00 vMB 0
101,059 101,059 0000000000020e3b7bcd4520910b37a7018463ba1a2cb1d6ea7148e663f6eaf8 3 0.00/1.00 vMB 0
101,058 101,058 000000000000f05a22737abc601cd31417da85953d6b80f8b5f9b6d1eb94f4e2 2 0.00/1.00 vMB 0
101,057 101,057 0000000000021bc41fe93c774e8c7029d32765605c10b7b4957fbab0933d810e 10 0.00/1.00 vMB 0
101,056 101,056 00000000000178f57e7a27e8a217f47c3e6daf8f3bc793cc530cfdfbc0fc6f64 14 0.00/1.00 vMB 0
101,055 101,055 000000000002ec21b48ed975dddc029214f60173152bfee6dc7386d04ee6b01c 4 0.00/1.00 vMB 0
101,054 101,054 000000000003f14f5a342f50edb106377b57e70dc54c56047476405070fc7be4 1 0.00/1.00 vMB 0
101,053 101,053 00000000000111ccdb3c454502f9763a87487e6b266040ca5f536c6ee793de86 2 0.00/1.00 vMB 0
101,052 101,052 000000000002d6394e8a05acb537e431472ff9a76243f63ce7647ae682d74b73 1 0.00/1.00 vMB 0
101,051 101,051 0000000000002a5c0e632c24a441e14f6562154dd6f0bcf8e7397852997aebea 6 0.00/1.00 vMB 0
101,050 101,050 000000000000afd5d3c53238c4e0c28ce293f92fc7c9d0d56accac1b71e80255 11 0.00/1.00 vMB 0
101,049 101,049 000000000002a2b447c89454a6d5ceae629de2bed4f642e0376179c0434bec5d 2 0.00/1.00 vMB 0
101,048 101,048 00000000000079a84c5b24fecf08352a08b9499063f665c303e9580874eae3f2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 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: 580.05 GB
    • Received: 8.92 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.