Loading Tool

Explorer IconExplorer

Memory Pool

42,248 transactions
26.91 vMB
0.06932048 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 45ed625c4233df0da3503338481be74cf2937ddcaa8dca8a92ab0183603ea7a2
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root e63f76d81ff10e2c7a53a8a1e25296d214c72d08ef2d85886af52f7d8aaca009
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,173
Size: 1.00 vMB
Total Fees: 0.01929116 BTC
Feerates: 130.68 > 1.93 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (219,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,309 695,309 000000000000000000013a3a31e1e1db668f15d8d140de2c3b158af93a0d926b 2,577 1.00/1.00 vMB 16
695,308 695,308 00000000000000000009818bb033a967a4f52f5f8fd248d253183413786b6e97 3,000 1.00/1.00 vMB 23
695,307 695,307 000000000000000000069ac67425363ddffd6c655d4c0ec064ec04455b054150 3,285 1.00/1.00 vMB 9
695,306 695,306 0000000000000000000ba99b3037999c03aa72d77c81ed98dbeff3c9b87cbc58 3,134 1.00/1.00 vMB 31
695,305 695,305 00000000000000000012c6d5a4ca8ab3f344781eaa1ecd6a91e39e83923b5e20 2,618 0.93/1.00 vMB 11
695,304 695,304 0000000000000000000388583d4d329e096dfda928e52023b0a7181ac27adca9 2,790 1.00/1.00 vMB 10
695,303 695,303 0000000000000000000f406371e5829002fb0f68297fda864ad3e9a1ef3d057a 2,797 1.00/1.00 vMB 10
695,302 695,302 0000000000000000001329e3588e370394ac93c798b04bdf75051b63a1d3ad87 2,552 0.87/1.00 vMB 11
695,301 695,301 0000000000000000000b77ccecf8ad07e2fd8f068df9e067d810bf22fd90f108 2,200 1.00/1.00 vMB 5
695,300 695,300 0000000000000000000445cad6f2637f62dbb4369ce2c8e2ae5a5211400c67a1 1,690 1.00/1.00 vMB 6
695,299 695,299 0000000000000000000c32c7785eef7ccd601fd8c5c3e100e214b75a2875f047 442 1.00/1.00 vMB 3
695,298 695,298 0000000000000000000c3f0394549e398edf134129432d36f5bc0e658acbcff5 1,676 1.00/1.00 vMB 7
695,297 695,297 000000000000000000020f6ca826e73841bba627b9a7e44ea343cb07cdb57ab5 2,405 1.00/1.00 vMB 20
695,296 695,296 00000000000000000002a72827290e8b2f6d5fa9428ce7f97245d2017ba60890 1,247 1.00/1.00 vMB 6
695,295 695,295 000000000000000000104a242a0fd523dc128b22a86685f8b365b45e560562c5 3,640 1.00/1.00 vMB 3
695,294 695,294 0000000000000000001335218157ebb46fcf0addabbdec4e936f02825eea7f56 2,036 1.00/1.00 vMB 9
695,293 695,293 00000000000000000005be3407a4911f41b61221fa9a97a9eb049cc171582ce2 2,218 1.00/1.00 vMB 5
695,292 695,292 000000000000000000075bdd6b83b33c7d359cbe9b1fecd4c62e248334d77768 2,083 1.00/1.00 vMB 9
695,291 695,291 0000000000000000000cb68d3e9a94fbeb28a5da945c25fa95cc838064c6e876 3,014 1.00/1.00 vMB 15
695,290 695,290 0000000000000000000aa9ef17b4add073b8f820e0dbcd82befa2c545e00ea03 3,022 1.00/1.00 vMB 17
695,289 695,289 00000000000000000008637aa784e7654b9d1b3eaa167cb216309573458884f4 2,584 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.70 GB
    • Received: 14.16 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.