Loading Tool

Explorer IconExplorer

Memory Pool

53,805 transactions
22.28 vMB
0.10355652 BTC
Random Selection Loading Transactions
Max Size: 129.07/200 MB

Candidate Block

Mining Attempt 52ad0c156f1f89983b737ec26be4a4a80984dc86a356cb38b7737c76e99c6f62
Version 20000000
Previous Block 000000000000000000015c6c086c714c2d04c784e98470ab17eaeede07b7605a
Merkle Root bb137d18dca8eedece72547dc67d15eadfd89c5ff8abfdb0607aa84fae305b4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 1.00 vMB
Total Fees: 0.05669379 BTC
Feerates: 150.90 > 5.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,933 (739,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,437 174,437 000000000000090a3ae10c676b441e996add30e50162a75cc88998e979b664b8 40 0.02/1.00 vMB 57
174,436 174,436 000000000000018fe9bd03d7b466e6dedcea50062887a0e70acc8b9f624ddca9 126 0.05/1.00 vMB 73
174,435 174,435 00000000000006af56673bb9285bbf48c938e42ce36e8cb15302c922b334bc3b 166 0.09/1.00 vMB 123
174,434 174,434 000000000000054362b2a1f5e932b7962e3a1f9c8091d8eabd840c9c2ad5eac2 7 0.01/1.00 vMB 597
174,433 174,433 000000000000092ad18680060d5de8fc7c77bdf1f341c2912fde697ad0f07bce 34 0.03/1.00 vMB 64
174,432 174,432 00000000000007462fb67a6dcfd1899bb0a81425e874d7f05bec8f9aae6f095c 70 0.04/1.00 vMB 71
174,431 174,431 0000000000000a48324fadc8e4348937e12bfbe51b9cb6d98d707f4fb4d3b3ac 66 0.04/1.00 vMB 84
174,430 174,430 00000000000008c810a34ffff7d2fc7f3a50bd52a712fb53bd5be3ad8d2526df 89 0.03/1.00 vMB 206
174,429 174,429 0000000000000897f8ea8b7b2d8fcb38f9b128cf16ad0e4e2f45e19913b206be 121 0.05/1.00 vMB 93
174,428 174,428 000000000000006b55ffff1a8f99a468d09c78caf35d507e0318098d3a51206c 154 0.04/1.00 vMB 736
174,427 174,427 0000000000000646ef01fc5ba1eafcc80981906f074cdf86a4e40caf7cd2d439 60 0.04/1.00 vMB 79
174,426 174,426 0000000000000a2ca69f64f62700103c6e7ed52f4f87ebe4ec3cd4c85a65a8f9 153 0.05/1.00 vMB 37
174,425 174,425 00000000000005021d8876f9e9657b0680c0e67a5016495c7221d77fcd9e0e56 110 0.12/1.00 vMB 65
174,424 174,424 00000000000004b2e3de19e9fd12046accdfc2d85f29baeafccbd6289d7bcb77 64 0.07/1.00 vMB 71
174,423 174,423 00000000000006c95b8ae4e96e03d472cc40f9d1a5cd1e2c9f60497551522964 21 0.01/1.00 vMB 71
174,422 174,422 00000000000003c284560526eb4736a879cda152df93f3c51a3f702779db7bc1 43 0.01/1.00 vMB 85
174,421 174,421 00000000000004dbb6615cb449f3825ed2536e2ea993c6b5ea26e27abff6532e 41 0.02/1.00 vMB 59
174,420 174,420 0000000000000890030bee4bae0b1f4915cd18519901fe373a1337fbb28bdb9d 125 0.04/1.00 vMB 28
174,419 174,419 000000000000012aeb82adfcdadfa2ecd5d4d81f09bb16583de58340d228975a 44 0.02/1.00 vMB 24
174,418 174,418 00000000000002d67a04f0e785c1c71607313c85a90ad07814708b7fdb025bdb 53 0.04/1.00 vMB 84
174,417 174,417 000000000000024b6dabff4391cb8cb0873edde09280adc998b879875b2a2945 17 0.02/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 780.49 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: 529.23 GB
    • Received: 5.74 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.