Loading Tool

Explorer IconExplorer

Memory Pool

81,488 transactions
29.99 vMB
0.08943174 BTC
Random Selection Loading Transactions
Max Size: 181.03/200 MB

Candidate Block

Mining Attempt 091745962f05212ea10600a6d1f829097260b1c61e49e189c6df780a5c8806bf
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 423f524e8ae7afc2984a514f339d80f6bda06cbb4a358ab3aaee61759d0407a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,463
Size: 1.00 vMB
Total Fees: 0.02820372 BTC
Feerates: 502.62 > 2.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (148,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,992 765,992 00000000000000000001c8150cd23c1cb9619391ff6cbb68eba1dbc8dbf15fc7 1,353 1.00/1.00 vMB 7
765,991 765,991 000000000000000000029060f932d4b47b4f6aefb7b5404730df41d5edd2eb59 2,289 1.00/1.00 vMB 23
765,990 765,990 000000000000000000019e0b0004a91010b557be966bfae8718a584d0d15a656 2,145 1.00/1.00 vMB 13
765,989 765,989 000000000000000000025dce734286526f59ebef8b4056ee6e6eb6106dee7258 2,002 1.00/1.00 vMB 9
765,988 765,988 00000000000000000005dfe3e9530d504842991a6686d8c20c5e2d5ab10aff1c 2,614 1.00/1.00 vMB 16
765,987 765,987 000000000000000000015e13a57934c6f87646a8b20d537f60289cd1da9f6679 1,690 1.00/1.00 vMB 4
765,986 765,986 00000000000000000006d5c34e7ea84c7aa05f4faa651ceaf5de0997f05caab2 1,691 1.00/1.00 vMB 10
765,985 765,985 00000000000000000000ab0d29ad96de67e80cf3ada42b93bad733d2e230fdbf 1,586 1.00/1.00 vMB 14
765,984 765,984 00000000000000000001f585edeb339bee85ba102d5c2be3882d33e3404c7a7b 3,147 1.00/1.00 vMB 21
765,983 765,983 0000000000000000000021dfb5106aecebf260f9acdcbfa68ff7147908b2a5e5 2,172 1.00/1.00 vMB 29
765,982 765,982 000000000000000000063bf493a9590e01f0d5836c76768b6d2cdb64a3da0e8c 2,928 1.00/1.00 vMB 44
765,981 765,981 000000000000000000063aa17466aea516dda6cd30691c13ba99bba20d26a45c 2,827 1.00/1.00 vMB 14
765,980 765,980 000000000000000000043120e6c2e3c6b22aaf61f0821b2066f179f80b26a286 2,973 1.00/1.00 vMB 24
765,979 765,979 000000000000000000055c6b788b41d52906bbc1b6d19f2321e5e7557aa6d471 2,143 1.00/1.00 vMB 16
765,978 765,978 0000000000000000000123d2713dcb54e10cdc8b08abc4a8de57e84a4bcb0bd3 2,935 1.00/1.00 vMB 28
765,977 765,977 00000000000000000006b7590b49d9736831bb935542b68856dd2de7865fc4d4 2,601 1.00/1.00 vMB 23
765,976 765,976 0000000000000000000414abd2df619f54e390981695accf0aa8e77909ea6a4e 2,278 1.00/1.00 vMB 27
765,975 765,975 00000000000000000005398e6c7c5eb88cc35a7045bd42dcc08af82691772dc8 3,340 1.00/1.00 vMB 44
765,974 765,974 0000000000000000000696c63faa1f3f07248125d4ff72e77d35ca48aa47d746 1,516 1.00/1.00 vMB 6
765,973 765,973 000000000000000000026dcf26d0d33cec5ea327c8d23217da31282d67495bd4 845 1.00/1.00 vMB 4
765,972 765,972 0000000000000000000369a4a92ca72233958886bbf6102f534d96cfb1ae7888 1,941 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.