Loading Tool

Explorer IconExplorer

Memory Pool

76,591 transactions
27.66 vMB
0.07835131 BTC
Random Selection Loading Transactions
Max Size: 168.86/200 MB

Candidate Block

Mining Attempt ffe8b3825a73d21f7421ba2ea44c08ef13d86464c1507dd606b1792b915de5e7
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root b45ab421eade1cda73cdf3ebe6a0830826f98cccd3b4ef26392585f6c9bdef61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.01926319 BTC
Feerates: 402.60 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (906,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,664 8,664 00000000b3032886a7355c6c264a8de8d4a0699fe6a1ac1cb38365c7117e19f4 1 0.00/1.00 vMB 0
8,663 8,663 000000009a735f0487773c10335e1f28b7b60fd8ce6b0787117713f2ba75b35c 1 0.00/1.00 vMB 0
8,662 8,662 00000000bcf48730b0a0fc4b1fb6cba5b6ee87fcf583b96f11bec70e25c0f9cc 1 0.00/1.00 vMB 0
8,661 8,661 000000009cab60c85f4a391a5854bcf53ea52cb47d1e3173d190ebb9029a2f19 1 0.00/1.00 vMB 0
8,660 8,660 000000008f7e87c8897a365abbcaf5936bf4d7b5ab434794644de3d32a5666aa 1 0.00/1.00 vMB 0
8,659 8,659 00000000f027fe41b775800b11935115fe4889a786e83c19654e459e6b8446d1 1 0.00/1.00 vMB 0
8,658 8,658 00000000310584baf587dfd0c615c3301d8a065a81bb1097d14e65098a985760 1 0.00/1.00 vMB 0
8,657 8,657 00000000b3d0e74a3b0ae2884470820910ee4109601cdb372c80a635958ee883 1 0.00/1.00 vMB 0
8,656 8,656 00000000e135705408a52b677d6bf64555dd605338c6e15e61bec0685c6c59e9 1 0.00/1.00 vMB 0
8,655 8,655 0000000019351928bfd8bcb76287ef80e8a5b3571ef5db9b76fc28bc3b27e9ba 1 0.00/1.00 vMB 0
8,654 8,654 00000000fd2887deb85e1410acf3043e2079638c17083c179beb96dcde6ee013 1 0.00/1.00 vMB 0
8,653 8,653 00000000fb39895963d4284cf0f59e0ada8ffc2d05e81297966d4b13fdff4fc1 1 0.00/1.00 vMB 0
8,652 8,652 000000005be793d6abe489bbc81103a5fd676d6fbb484d9b51cfb37a59fe6f13 1 0.00/1.00 vMB 0
8,651 8,651 000000007b9530183fd2eb3a949c84b166973f33e38bd8112a36f598514e36a5 1 0.00/1.00 vMB 0
8,650 8,650 00000000a0105b1f82c00525f8c881ff1ce768df7ebbb86e72e8ed402b8211fc 1 0.00/1.00 vMB 0
8,649 8,649 000000005b6abccbbf6253cdefbcdf5a19b5a166b8f4c730ad8ce1bd7fa519d1 1 0.00/1.00 vMB 0
8,648 8,648 000000007657a18a75c64b29fded5a0dd0471dcbadcde48e7df423886bc8a291 1 0.00/1.00 vMB 0
8,647 8,647 0000000012315d69b55d7daa1402d06a889f37ddd2072602b94db208e108317b 1 0.00/1.00 vMB 0
8,646 8,646 0000000039e31db42fa143ce5476777676a9673712fb72f0070f08e9d195a0a4 1 0.00/1.00 vMB 0
8,645 8,645 000000007c7f3e6a937d1fdb6124550f92f6a1e0ee4642ba830ea83ebe727872 1 0.00/1.00 vMB 0
8,644 8,644 00000000c14e61b3119b529b1a97ab7d8cde929ade02ac8ebdf1b44ea1c92f7c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.