Loading Tool

Explorer IconExplorer

Memory Pool

27,106 transactions
27.22 vMB
0.07191313 BTC
Random Selection Loading Transactions
Max Size: 130.55/200 MB

Candidate Block

Mining Attempt fa5e1cb188f31f54fd0800d53f5c297aa5cf1d87026d06e6266c64619b961df1
Version 20000000
Previous Block 00000000000000000000222279f35db39c4c1e723abe28171badb7bd3d2267db
Merkle Root 67c3804819fceb0c41c1968f0460fda65f2018d4040f028c5ab1a6fd4798dd55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,819
Size: 1.00 vMB
Total Fees: 0.02048062 BTC
Feerates: 178.73 > 2.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,491 (805,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,526 108,526 00000000000003f6b29f7e3de9b16a23a933e9d6888b921899825d67ab7182ea 2 0.00/1.00 vMB 0
108,525 108,525 000000000000e42c02b4fd72e7fd7744cce7103d0d44a6e45198292faec86493 2 0.00/1.00 vMB 0
108,524 108,524 000000000000090bc81e19fedec248ace70dede411b6f666e198918596eaa8d7 1 0.00/1.00 vMB 0
108,523 108,523 000000000001057e3604ec0ad24849b64c1cfb9a82b62ed04724d25bf6845884 1 0.00/1.00 vMB 0
108,522 108,522 0000000000013c3477e89c7cd7c0df6aa875a40a6ffe037b30b223b42da84c69 7 0.00/1.00 vMB 0
108,521 108,521 000000000001aa1c01f7019c1053f20167a8868d71ea180d44c25bc8257650ee 2 0.00/1.00 vMB 0
108,520 108,520 0000000000027f1461f1003276ed4b51ae52f7fe5d46ce3fcd3746a508e1b9cb 3 0.00/1.00 vMB 0
108,519 108,519 0000000000005e1bfdf104e47bc333cad03d8c39357e6c4603b90d5e1f19449e 35 0.01/1.00 vMB 0
108,518 108,518 00000000000019fbe6f274b7b6d2e5ed57e20b98c5762a225b00a74f32ef6235 3 0.00/1.00 vMB 0
108,517 108,517 0000000000010566df4468bf4e6e96271352ed04f7901a96111592172d6c6e5d 4 0.00/1.00 vMB 0
108,516 108,516 0000000000008c02151674b6560d7053e099cc07a5e95ef7e9f0891521c7ceaa 8 0.00/1.00 vMB 0
108,515 108,515 00000000000064d4061573070fd970c492e8c1fa89340ff63aab96bcff1bd892 6 0.01/1.00 vMB 0
108,514 108,514 000000000001f5fc6773891050cdbf9daf9d365aeb5b9e3879fdeba8a6c97104 1 0.00/1.00 vMB 0
108,513 108,513 000000000000cdb1617f2b211e286ca3a200dbad3248a23ae7bf59ac4622b730 1 0.00/1.00 vMB 0
108,512 108,512 0000000000015003bc56422e3c3a6ffd8f849df3e2df94ce43c18304c7445947 4 0.00/1.00 vMB 0
108,511 108,511 0000000000013d10c90d52476d604d392c07ece60d434a5cc21e34541b0ea7b2 12 0.00/1.00 vMB 0
108,510 108,510 0000000000026fc31aee82ed14e5bc3793050e02cea65c7cb013ae05d97e670c 13 0.00/1.00 vMB 0
108,509 108,509 000000000000629386e8da65a00c75ccb8f6fd650544d64ae746b0881ad235de 10 0.00/1.00 vMB 0
108,508 108,508 0000000000008b803c15d71dccc98a46bede0c23553c8c960eda229dc3903d5b 42 0.01/1.00 vMB 0
108,507 108,507 000000000002631a8f2c237ab60ba7c58b2023ce9c03fd99cbd6f273879aaeb2 2 0.00/1.00 vMB 0
108,506 108,506 000000000001cdc828865b82a081d606e5647b3af2e540f236f8e5e76c91c737 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.48 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: 611.74 GB
    • Received: 10.88 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.