Loading Tool

Explorer IconExplorer

Memory Pool

19,002 transactions
8.29 vMB
0.02620408 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.16/200 MB

Candidate Block

Mining Attempt 17c1d7ccbe6fd1c77e029e2971844117e6ac942cec82aa731cd176d5c89a1e00
Version 20000000
Previous Block 0000000000000000000073e87c7593ac94984accff3246b54900ac860adbb72d
Merkle Root 3b09f52789a26718553f5a4cf509030a4617e56ad5a7bcb28b05d4c772777dd1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,044
Size: 1.00 vMB
Total Fees: 0.00867342 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,399 (826,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,791 86,791 000000000002a93574a01e54afb8526031dfc233f02254cbedaf583fc6880ff9 1 0.00 vMB 0
86,790 86,790 000000000018186a894696f23a867be33d7055356746344b9d148eda8936f589 1 0.00 vMB 0
86,789 86,789 00000000000f2fc25880415017257ac6061d6f7099ab31acb2232e00aa3788dc 1 0.00 vMB 0
86,788 86,788 000000000012272cb8b2beef025fdfcf4537808b72feebf34b1af47e73bb21ee 2 0.00 vMB 0
86,787 86,787 00000000001024716c3cffe912dc6c1aac8cd3c08163c5d9eb9725323589402f 2 0.00 vMB 0
86,786 86,786 0000000000023fb617934f11e702522eedae61d233e29299c712cd3ebf5faffd 1 0.00 vMB 0
86,785 86,785 00000000000cd9b5e71b2f25ab5f30d5cd0e2433116300cdb46b244f08bbd972 2 0.00 vMB 0
86,784 86,784 00000000000d366882363258ce8e06563d8292a502c48aac683dc839b2e3d139 1 0.00 vMB 0
86,783 86,783 000000000006c845c7ec30370dff9442761a855d8083a4080d2236811d0d0a43 1 0.00 vMB 0
86,782 86,782 00000000001d86eafe708a9ac03a1b65c3007c1953168ad9064b2c2e952d512a 1 0.00 vMB 0
86,781 86,781 000000000002bcbcd28d0e6e2d0610a3aaafaf1d661b33e02c8f686e30eef508 3 0.00 vMB 0
86,780 86,780 00000000000f96a628acaacb8fd6e974ee6dff727fb56196ef51a52f21cd9a12 2 0.00 vMB 0
86,779 86,779 00000000001bcd3ef4d2998035a5d6b39e7c18df4969e9b45d2572bbe8a7169f 1 0.00 vMB 0
86,778 86,778 000000000002fe032fc45d260c60a40cb42e3703fdff3fee982bbd13a20b79ac 1 0.00 vMB 0
86,777 86,777 000000000019d3136e38495aa8e6dd316544730dfa2cd317e8ed8e9525142105 3 0.00 vMB 0
86,776 86,776 000000000016a3fcf04fca0341f8635b39cefa0515deef700dff0cae3daab421 3 0.00 vMB 0
86,775 86,775 00000000000266ba4f6e9042c4fafda45d51dcadc26623c9e877853fe440f804 3 0.01 vMB 0
86,774 86,774 00000000000d6f103d2fb313cedc578be29acef832bb6fb4011852e4f8b0383a 2 0.00 vMB 0
86,773 86,773 000000000003ca34c6cda662ab8e06cf2a2a33dd2994609a26a39900aa736ac4 5 0.00 vMB 0
86,772 86,772 00000000000ded32843c9974d6cd926646a911a5ac944d2172730b056aaf9af0 3 0.00 vMB 0
86,771 86,771 00000000000c9a02db51fb2c80388abeb589335e53ac94e475c5c4a9ca0cd395 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.56 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: 264.67 GB
    • Received: 1.02 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.