Loading Tool

Explorer IconExplorer

Memory Pool

11,796 transactions
7.26 vMB
0.03677823 BTC
Random Selection Loading Transactions
Max Size: 40.08/200 MB

Candidate Block

Mining Attempt f2286fef81a679f0f486929b92b7582634229d50e20cee0c390cf91f69d334b5
Version 20000000
Previous Block 0000000000000000000157898e02aeb20f847dd3ef8973abe68510119b7e6a33
Merkle Root e6e449b9412131e63ca0e94e1d400b0335bfbc562f1a3bccee588d6ca16411eb
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,828
Size: 1.00 vMB
Total Fees: 0.02981301 BTC
Feerates: 1,234.34 > 2.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,345 (53 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,292 938,292 000000000000000000001b60d5c6dfa301f7f07d820ca271c29ad418b490d3b4 3,078 1.00/1.00 vMB 2
938,291 938,291 0000000000000000000120a4810ba0f1d28bec66b02f83c047d256a1e723b9ef 2,666 0.99/1.00 vMB 4
938,290 938,290 00000000000000000000c349a2bd3b417fa8f044b5abdb5585c40d48c92179b5 4,171 1.00/1.00 vMB 1
938,289 938,289 000000000000000000005f2f2153f27c6ce10204031709eaeb3d4d3db3e928e3 3,572 1.00/1.00 vMB 0
938,288 938,288 00000000000000000001af9e8e6f27337d08b37d9c7638fcf4f7d6b022b79c61 4,381 1.00/1.00 vMB 0
938,287 938,287 000000000000000000004ac68876cd0431e4ba1c1af528447946e92a11646814 4,505 1.00/1.00 vMB 1
938,286 938,286 0000000000000000000151cafeabb4e55248649593039636a2d75e83161be6da 920 0.25/1.00 vMB 2
938,285 938,285 0000000000000000000181574de1c24aec249f0f7a36fcac33ecdde08b85fd76 4,202 1.00/1.00 vMB 1
938,284 938,284 00000000000000000001d1b927a4f57cbee5a70736740df653e9a2ea2f9d715e 4,875 1.00/1.00 vMB 0
938,283 938,283 00000000000000000001d94e2acc7b772e8dc4e4435434511f2e62c9c149270d 1,590 0.54/1.00 vMB 1
938,282 938,282 00000000000000000000525971b7ae7ad2aa2664f6ff98f3c64594f44c438535 3,626 1.00/1.00 vMB 3
938,281 938,281 00000000000000000001d2ef840bcebe98db4d182a7e67079d52b407ec05a9a4 4,578 1.00/1.00 vMB 0
938,280 938,280 0000000000000000000106394afb4b566369fb989733069a7fd896f5f8dfa3c4 3,507 1.00/1.00 vMB 3
938,279 938,279 000000000000000000009bf0cb726563990b0faacc2b3eacbb87098296526132 3,900 1.00/1.00 vMB 0
938,278 938,278 000000000000000000013d8133a1a4037de08d4a94ebdda0f716de552921ab1f 4,367 1.00/1.00 vMB 2
938,277 938,277 000000000000000000005a7fcc8cf9eb89f36f9d1e5679bfff3939cf75b42e3b 3,951 1.00/1.00 vMB 1
938,276 938,276 00000000000000000001826d68e2bf0bafdf1f67772da2c3cb2901611bf003c1 3,804 1.00/1.00 vMB 0
938,275 938,275 000000000000000000015c4ebebbe4ee8d0aedececc8b8a67e9efc62fbe289d9 2,840 1.00/1.00 vMB 2
938,274 938,274 00000000000000000001adc2f8b3fa50de3859b0f8628db0b7666caa1a2848c5 3,873 1.00/1.00 vMB 0
938,273 938,273 00000000000000000000202d7cdb23c94abed39e1154860fdefe29057ded3b56 3,067 1.00/1.00 vMB 2
938,272 938,272 00000000000000000000226923513e10fcfa05dfbeb5e5fe7e501693904b4ee1 3,388 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 823.75 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: 4,097.32 GB
    • Received: 225.26 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.