Loading Tool

Explorer IconExplorer

Memory Pool

70,424 transactions
26.42 vMB
0.06310726 BTC
Random Selection Loading Transactions
Max Size: 159.90/200 MB

Candidate Block

Mining Attempt a3103e9d04b064ccde712f69f7731fa9241c0e3776147c4218cd148ef39d7a11
Version 20000000
Previous Block 0000000000000000000036422ab61dbcf0349de83af20f000132644b332f8024
Merkle Root d890a534f2f9a9b4e3cfdb8be724102d8fd679ba8525f3d7878b1d3315073b64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.00687512 BTC
Feerates: 99.06 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,462 (809,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,596 105,596 0000000000015ff9c99981c20c52e1f8956c43514081a055beedd106ab9ff425 3 0.00/1.00 vMB 0
105,595 105,595 00000000000015511c023cf9447cc8951f027ddfa6eecd5fc342ca1bb3986047 1 0.00/1.00 vMB 0
105,594 105,594 00000000000144733727a178256b677a08a0f1535216cd1f4d6ccb5bea3c8c29 4 0.00/1.00 vMB 0
105,593 105,593 000000000002ba2bfbfb837380cd5d07bbd20dd3dc82f29667862633c69dca2b 2 0.00/1.00 vMB 0
105,592 105,592 000000000002ed9cacd309a15098985f96f4a152e1d81223a2fd1a3d393484a4 3 0.01/1.00 vMB 0
105,591 105,591 000000000000c884bc36ba1fa4ad25d10cb60304524e9d3c8a69f2f20991d0f2 10 0.00/1.00 vMB 0
105,590 105,590 0000000000024887b6c38464ed631583f4c4a464458273f16b19223c189fec90 5 0.00/1.00 vMB 0
105,589 105,589 0000000000009baa8895880e7849d2b739bb55df7dc268f60f04f894035c143c 24 0.01/1.00 vMB 0
105,588 105,588 00000000000232479f8503a2c1193ee216635e344b95c0b67cf989d7d4dc8082 3 0.00/1.00 vMB 0
105,587 105,587 0000000000019005fad7d837ecc98759362d64cccc48b313138bb420dec1fa0c 1 0.00/1.00 vMB 0
105,586 105,586 0000000000025f83a6afef8f934f91b7f6eea4a70c33aef3b638b99c1de062d2 1 0.00/1.00 vMB 0
105,585 105,585 000000000000a837fde595a3d4d4cdb249a1fb067cf8ae967106afd79c41f245 2 0.00/1.00 vMB 3,891
105,584 105,584 000000000001a55f29e1ec767004ef751416d8813966748792d86b8e913c5c3d 2 0.00/1.00 vMB 0
105,583 105,583 0000000000025047a94b039f0138ba489b7b70c78703c1a23a106da5a6bc2971 9 0.00/1.00 vMB 0
105,582 105,582 00000000000220c3f771dd5bfabde52b4516f7f876fc1e5006d41bf178f49a6a 2 0.00/1.00 vMB 0
105,581 105,581 000000000002bc34c29b57fd0b5f70f27d739d28615aa1226c6192b46a28b37f 6 0.00/1.00 vMB 0
105,580 105,580 000000000002a34fa0a55d301977feb77a72080d4667829385c7533b6153b709 3 0.00/1.00 vMB 0
105,579 105,579 0000000000025559b2b8868bde48f8820022d9499cba4ea7021d70a3a95969a0 11 0.00/1.00 vMB 0
105,578 105,578 0000000000025c8f811402932b72c84243181c3d4a3bb7817acd0312a511cd33 4 0.00/1.00 vMB 0
105,577 105,577 000000000002ab2a37d22849ea4c27bb37c0d17b3aa6c4c6ed1e0ea8fe4db8eb 8 0.00/1.00 vMB 0
105,576 105,576 0000000000024e66689eeea60ebdeb83e5cbfb9bdacb82b35712caeb72dd03a5 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.20 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: 753.90 GB
    • Received: 18.91 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.