Loading Tool

Explorer IconExplorer

Memory Pool

51,642 transactions
31.34 vMB
0.10812194 BTC
Random Selection Loading Transactions
Max Size: 167.16/200 MB

Candidate Block

Mining Attempt bd750160e67cffb4b0c7e51fcb44a2f68bd6d9ecba38b1c44ace5fc2e5bc01ef
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root ed9b32b2c23c22348d0e1f943553f57bc049601e37c12f82fa101e6899db8680
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,089
Size: 1.00 vMB
Total Fees: 0.02198089 BTC
Feerates: 100.87 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (226,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,065 688,065 0000000000000000000199c65357739e91958e7120369bbda3346a11617032bb 1,233 1.00/1.00 vMB 35
688,064 688,064 00000000000000000007cfa9387ebe55f1d965ed105a144d081f3904ff0c28d4 186 0.28/1.00 vMB 23
688,063 688,063 0000000000000000000d3ecb8e2a9aa2bf47311d1b00487daeb1c1a4dabf1371 1,755 0.72/1.00 vMB 18
688,062 688,062 00000000000000000007ea94f7d10ab16f67daac2660d918392121d58418ff95 3,464 1.00/1.00 vMB 4
688,061 688,061 00000000000000000001acdbbb3cad5992e2606d0a83c4c1c0a12d7ec3a007a3 1,618 1.00/1.00 vMB 19
688,060 688,060 000000000000000000032bbec69783b6de70d26235cd41d26777735a0fe91c12 2,786 1.00/1.00 vMB 38
688,059 688,059 000000000000000000046899975de7bdd08f20feca3dd101907d3a4ad5cf8f43 2,948 1.00/1.00 vMB 44
688,058 688,058 0000000000000000000b521a6ac61d9dd95427ee187dc5d1c99a9aa3235ab131 2,129 0.96/1.00 vMB 10
688,057 688,057 00000000000000000001f8b9ab32196f6443bd597e2ccbf16bc8d6c9d6c26d5c 2,541 1.00/1.00 vMB 8
688,056 688,056 0000000000000000000167bfe20b5fa1782fa9f6ea2c923a51d655330e0b8cdc 2,139 1.00/1.00 vMB 14
688,055 688,055 0000000000000000000d56446d309d68fad6bfd3d3bfb99a4d267bcd8bd73223 2,429 1.00/1.00 vMB 17
688,054 688,054 0000000000000000000d57ca9b81a82b232cbeef3be4c0ca508119de1911de85 1,752 1.00/1.00 vMB 34
688,053 688,053 00000000000000000005af3f489101774ea4c485b2ebac841005fba8ce060900 2,299 1.00/1.00 vMB 47
688,052 688,052 0000000000000000000ccc271f1aee4d318610127e64c71960e57344030fc3d6 2,492 1.00/1.00 vMB 46
688,051 688,051 0000000000000000000028569cd0ece47454ee6f319fa3240a564b2fb87cb1db 1,707 0.57/1.00 vMB 8
688,050 688,050 00000000000000000003e0c2ec0a20f89453f55059a3a1c14d19ebfd88296833 2,798 1.00/1.00 vMB 26
688,049 688,049 0000000000000000000c4430e429ee4c8b79aa574226a1b86248bea70d2055ec 2,558 1.00/1.00 vMB 25
688,048 688,048 0000000000000000000dc500cec9ae8c0b7d85eed521a399022e4a857f4f8a1f 2,477 0.92/1.00 vMB 14
688,047 688,047 0000000000000000000d8739ccb63a631124edeadecdef8a9bd6506c39725be6 1,977 1.00/1.00 vMB 14
688,046 688,046 0000000000000000000c757073f18cc38657fa34a930fa60f2a57e8787790b21 1,266 1.00/1.00 vMB 38
688,045 688,045 0000000000000000000841c513d057b44adbcc572999dd8333018f17d2162a84 781 0.60/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.50 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.