Loading Tool

Explorer IconExplorer

Memory Pool

71,476 transactions
27.69 vMB
0.05830810 BTC
Random Selection Loading Transactions
Max Size: 164.19/200 MB

Candidate Block

Mining Attempt 650210ae32754c4d81de784ff76b282a7207567a3d851a1f2eb9e7878a49be83
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 2b999924433c1660c6c5bf9ba3d001611f33b828d0012f8f434d5583bd521c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,105
Size: 1.00 vMB
Total Fees: 0.00313118 BTC
Feerates: 49.26 > 0.31 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (323,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,445 591,445 00000000000000000008f17c81008fc3b8a772afad3d9143e15a3c1afc437a11 1,345 0.46/1.00 vMB 18
591,444 591,444 00000000000000000003b4aa388985daacaa348424b06c55cc4ae1983dac39a7 838 0.33/1.00 vMB 18
591,443 591,443 000000000000000000033c0ecbb201398b69c28f56a63fb67d9cb9903e51ae43 2,344 0.82/1.00 vMB 13
591,442 591,442 000000000000000000025edb7abd13863da67b9d98386c995cafaf96c8f9eb5a 3,074 1.00/1.00 vMB 16
591,441 591,441 0000000000000000000fb8fa7cc77536c8f2f2f4b14640d5733de2dedfbba5ac 2,406 1.00/1.00 vMB 23
591,440 591,440 00000000000000000002d817fbdda2667d628307ffeca4a5e1a96c15c2a4c15f 2,827 1.00/1.00 vMB 17
591,439 591,439 0000000000000000000936c725985391d7477a9c1cdf4b37782aaae276e4e27d 3,257 1.00/1.00 vMB 42
591,438 591,438 0000000000000000001abc44904ebac49c86c6d0a0ad26adc7044974a50c00f3 2,135 0.72/1.00 vMB 20
591,437 591,437 0000000000000000000921c70588f0b0a0f02e2a06d0c509c2c0401ac695bd58 1,130 0.36/1.00 vMB 20
591,436 591,436 00000000000000000018cd1c97d07b5bc00cccdd8033b88d132a2f6938b24534 2,623 0.91/1.00 vMB 23
591,435 591,435 000000000000000000033ab4478812e863196a21e022e85cbe24c06a8b02a58d 2,624 0.80/1.00 vMB 24
591,434 591,434 000000000000000000026e7d44f53ca954e27557940477b60c56b934dc93298d 1,410 0.63/1.00 vMB 14
591,433 591,433 00000000000000000014ccc7303b1be1fd8c6b2cb5e961d57fbdc57f661db418 2,381 1.00/1.00 vMB 28
591,432 591,432 00000000000000000015a42e7c90b7568e89731b7abb64d6239a46a2b85cba05 2,069 0.70/1.00 vMB 23
591,431 591,431 00000000000000000011dfb0b1d4c47039f5116b0050fc3e795cce873c65abdf 1,790 0.61/1.00 vMB 21
591,430 591,430 00000000000000000004ec527e8a8034c8772012c2a3cd86b4bc36880fd34aff 533 0.15/1.00 vMB 22
591,429 591,429 00000000000000000008698538eceb51770fe180a613684f3c3a34a5ed82a62a 1,791 0.61/1.00 vMB 24
591,428 591,428 0000000000000000000b8844f23986c6d07b5c640de61911e8fff652c543158e 2,887 0.96/1.00 vMB 21
591,427 591,427 0000000000000000000cbb00e7494bafd54b9509b038bdfb8b17e0a94b2aea21 2,151 0.70/1.00 vMB 20
591,426 591,426 000000000000000000171efb3a7c79068039b0256cb1aef087bb633df6774587 399 0.13/1.00 vMB 33
591,425 591,425 00000000000000000014f800f207c1abdabf0c76f4e821f0977db80f25ab8bd8 2,822 0.98/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.