Loading Tool

Explorer IconExplorer

Memory Pool

78,518 transactions
29.42 vMB
0.09837334 BTC
Random Selection Loading Transactions
Max Size: 177.19/200 MB

Candidate Block

Mining Attempt 1dfa3d2fc614753bb976703ecaa45a3ab9f63e328a9a2892fcb31b4cc31e4ed0
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 80e2de76f386667b36c555db247678e82ef2fda058d83409efd50a4a6325ce05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,470
Size: 1.00 vMB
Total Fees: 0.03512335 BTC
Feerates: 103.00 > 3.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (809,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,047 106,047 000000000001e75d2dec0ce77a749757cb45d55051efb2e3b170e07d1daf4309 4 0.00/1.00 vMB 0
106,046 106,046 000000000002481da6017f74db71a8eae5b84eb1cf2b3367399b8898ff7b1b6a 6 0.00/1.00 vMB 0
106,045 106,045 0000000000025cdb067682541162c81f9ae41286691c59426d6bf69fecfe99a3 1 0.00/1.00 vMB 0
106,044 106,044 000000000000ce5e0ca6f6a087b600b80c2a55c57b888648941ebfd9baeb2e41 2 0.00/1.00 vMB 0
106,043 106,043 000000000001fe173c7cc1eb65a2f32a85b21ec7873d4ee3febfa49189f43443 7 0.00/1.00 vMB 525
106,042 106,042 00000000000124a65dfaf7664269fa522869e6027b2ce594f5c8b6490d8bfe17 1 0.00/1.00 vMB 0
106,041 106,041 00000000000034137a9aff8f0a9658f6e1cfb3943c86b02bc560f6229b678945 2 0.00/1.00 vMB 0
106,040 106,040 000000000002d97d32a90d18a874cc3ec43040447c0ec9a2bfedc99cc6b97cce 3 0.00/1.00 vMB 0
106,039 106,039 000000000001b70a6f80213e4ee1b30298fd540577926d772e75c0dbd68c4087 1 0.00/1.00 vMB 0
106,038 106,038 000000000001e4087f999b0d15e8ce4af1fec41739f5b4dfe0aec30966a63408 4 0.00/1.00 vMB 0
106,037 106,037 000000000000f618616e7d8fae30130ebbe117d7c6481daee8f5c86c07cd003a 2 0.00/1.00 vMB 0
106,036 106,036 0000000000019dc98091527172a08cc2b3f105b9b9cdf40aeafe6a384b6c6f83 6 0.00/1.00 vMB 0
106,035 106,035 000000000000a7ab7a7438f4589783f99e1eab6923ce6ff660b07cb6b40cb34f 3 0.00/1.00 vMB 0
106,034 106,034 0000000000010e369779bc00cdaa5112ac9e89e68d6d79a652c5d13b315f0e83 1 0.00/1.00 vMB 0
106,033 106,033 000000000002dbc39eb0115e7e755811438e3c9a8aeb08464127b8e1cf20e5f7 1 0.00/1.00 vMB 0
106,032 106,032 0000000000002a540405d0d1f47eebc2efc16f0f2e3edbdf54d8082512228d09 2 0.00/1.00 vMB 22,321
106,031 106,031 000000000000f592c9af3bd7d1bacb2866be3484f0254de5d448218e297a6c06 5 0.00/1.00 vMB 0
106,030 106,030 000000000000190ec702b35c965326150b67960c5f946af910c4a6039780a41a 6 0.00/1.00 vMB 0
106,029 106,029 000000000000da65cf4d53099148e066c73548aada1fb089c1498c293ba923bb 1 0.00/1.00 vMB 0
106,028 106,028 000000000000c5a65a81cc5eca15b21990be43d1456195107e7d9f316c837c40 1 0.00/1.00 vMB 0
106,027 106,027 000000000001db2c31b20a60a23172a99cb84656ac0bf99b8e60f7a7e885f380 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.