Loading Tool

Explorer IconExplorer

Memory Pool

81,533 transactions
29.98 vMB
0.15787692 BTC
Random Selection Loading Transactions
Max Size: 180.57/200 MB

Candidate Block

Mining Attempt 7d808b8f800457d85891fb792436cbbc25579bec9ac5b5fc24cdbff5d7aeaf57
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root a9387b2bd960d4907708f7d83c0cc305338f49790b348d6ddb42173cc5eab81b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,755
Size: 1.00 vMB
Total Fees: 0.06007076 BTC
Feerates: 1,002.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (54,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,374 860,374 00000000000000000001ba88b38c3789a70e29e09f6af679e6fc3ca5159cb0f5 7,036 1.00/1.00 vMB 2
860,373 860,373 000000000000000000002b061b6ddc047276f93e170d25bdd31c1fae71d586f7 7,922 1.00/1.00 vMB 2
860,372 860,372 0000000000000000000031390e84419cac53a7a452d0d702e505a4470660f4e8 4,032 1.00/1.00 vMB 4
860,371 860,371 0000000000000000000263bb020ccf3e1e2c36a93b22ed4e0f251c9805e373b7 7,366 1.00/1.00 vMB 2
860,370 860,370 00000000000000000001c9368a4f357d918a6c7f89cf4091bc8b7f9bf78089ba 4,952 1.00/1.00 vMB 3
860,369 860,369 000000000000000000017c7212793df9ce8d61b69e595eae50b8dffeb9d9dd78 5,429 1.00/1.00 vMB 4
860,368 860,368 00000000000000000001367d8042bfb524d640fbc1c973ab62cb23047e9f61b9 6,755 1.00/1.00 vMB 2
860,367 860,367 00000000000000000000c6667fe6b9c7a46df7ff78732969d0d446dad67a98de 6,365 1.00/1.00 vMB 3
860,366 860,366 0000000000000000000245e50b4ef1861f5ae2d82c3fd95f918a72cfecf5182f 4,711 1.00/1.00 vMB 3
860,365 860,365 00000000000000000000544ec3f7c14e1cfeaeff3be5b092bb73398c388ab83d 5,263 1.00/1.00 vMB 3
860,364 860,364 0000000000000000000145449573e943b454218b2af081d1a8d86a5d55a9b0da 4,173 1.00/1.00 vMB 4
860,363 860,363 00000000000000000002141eb1bf76eee4834d75ced299ae20a5485a97a05143 4,590 1.00/1.00 vMB 3
860,362 860,362 000000000000000000021442e0200d4b7366f9aa383f77eb48ffd4a5011de6e7 1,985 1.00/1.00 vMB 4
860,361 860,361 0000000000000000000123001f412182d7eeae097df0674fc25de35e14dc2b97 4,251 1.00/1.00 vMB 4
860,360 860,360 000000000000000000030792d836719917c395cb785e2daf9989a898b6c86af1 3,261 1.00/1.00 vMB 3
860,359 860,359 00000000000000000000eb69174d2c4d36c2d84c901330bace07857744e5f648 4,137 1.00/1.00 vMB 3
860,358 860,358 00000000000000000001f1da9c0fe2095db3853336c5092ec07b443bf1ad42a0 2,544 1.00/1.00 vMB 2
860,357 860,357 0000000000000000000160a1cd23cb264b6d91f43cd40da59601b2d1b2c088b2 6,416 1.00/1.00 vMB 3
860,356 860,356 00000000000000000002b703213e48b33bf47dd29d979c88f6a7945b45627d48 3,703 1.00/1.00 vMB 2
860,355 860,355 000000000000000000007dcfee3c13204cc110baeebb57187d8fb69b18f291d2 5,062 1.00/1.00 vMB 4
860,354 860,354 000000000000000000008df83a9743483a8ac4751d91ba80501124518f94ea3a 4,780 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.