Loading Tool

Explorer IconExplorer

Memory Pool

81,827 transactions
31.00 vMB
0.11623183 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt cc83eab0c1a5384394813c4973b5615ab8ef7a6131644f5a693226616d843f64
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 7ce37bc8bdcf19164b67b139ef3357a13d124b3c7e09f8c7f5f07f1c5fbe0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03328544 BTC
Feerates: 101.42 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (386,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,711 528,711 00000000000000000018e7db7d1a2ee0c0a09e39b8c0a1a99c949d44c386beb1 2,614 1.00/1.00 vMB 18
528,710 528,710 000000000000000000173f653540ff8b626cf3a7fc09d92a149da456ff02a99a 2,104 1.00/1.00 vMB 124
528,709 528,709 00000000000000000001fb531651b76bce1d9903ab1f39e156cd29ce8e6e4cd5 2,419 1.00/1.00 vMB 24
528,708 528,708 00000000000000000030df8354e4c868c6e7c616baef28d5cc13c2245ab32e47 2,316 1.00/1.00 vMB 48
528,707 528,707 00000000000000000000111c2fe2c1c676445b2e097f19d1e32575e857c154f7 2,201 1.00/1.00 vMB 112
528,706 528,706 00000000000000000001f8a4580fd7206ec8b41f30e3aad2443f3f2d783433cf 2,227 1.00/1.00 vMB 100
528,705 528,705 000000000000000000034e14858fe38d433b83905379aeaa695fee871822887d 2,687 1.00/1.00 vMB 116
528,704 528,704 000000000000000000359f050a2fbedea6b0f9ecf4c34e25e427dd813d84ceaa 2,051 1.00/1.00 vMB 65
528,703 528,703 000000000000000000222c3efad550836474f7bea3b5285a38cc6574c57d1069 1,600 1.00/1.00 vMB 84
528,702 528,702 00000000000000000034af6479338c7de872606c19b06278553d250ec67a13d8 495 1.00/1.00 vMB 46
528,701 528,701 000000000000000000312b1e374fbda5a43e837128d93187916cc620ee77ab18 1,095 1.00/1.00 vMB 56
528,700 528,700 00000000000000000019a91ccbbf952e06c9a32239d72cfbf48c0649dc3c2cd5 2,311 1.00/1.00 vMB 120
528,699 528,699 0000000000000000002b1e75072b6c4ddde0d6389990f16fc135db4a53a4ca72 695 1.00/1.00 vMB 63
528,698 528,698 0000000000000000000e71ce1e85d3ed16015b2779be8ecfd57d4f15a7ea30b7 410 1.00/1.00 vMB 59
528,697 528,697 0000000000000000001ffca719fa8e5f4a3d52c106505c05e01ed717d6de1f36 2,189 1.00/1.00 vMB 108
528,696 528,696 0000000000000000000910d8e5f3590a46dc241cd8dc8528006f269fa10d2d58 975 1.00/1.00 vMB 65
528,695 528,695 0000000000000000001b4c3b8013125ab5783a1bf2a28f9c79264be869caf90a 1,465 1.00/1.00 vMB 91
528,694 528,694 0000000000000000001d1e08ec6027df3d3cbfd1bc11d1c6884857cc9354adf0 1,076 1.00/1.00 vMB 39
528,693 528,693 000000000000000000029ad7221c4d0077dfbc455aecf1c0fd140856f7a8e506 868 1.00/1.00 vMB 48
528,692 528,692 00000000000000000025da5e83c196165f95070550c5ab3326c26ab2ce822210 1,939 1.00/1.00 vMB 59
528,691 528,691 0000000000000000001e6b22856b15745d10ecfe9165814442f9e3dab0fc49c5 2,517 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.