Loading Tool

Explorer IconExplorer

Memory Pool

38,935 transactions
25.57 vMB
0.04892838 BTC
Random Selection Loading Transactions
Max Size: 132.61/200 MB

Candidate Block

Mining Attempt 0d7302f1039747938cdeae3fbc0eba362df5039fbcb63f5175350ded1aee7cd2
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root d387037d8bc6d46b78ac9a09ebf302f4d18da5655864f4c03f2ca67653779a10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00279717 BTC
Feerates: 5.71 > 0.28 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (414,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,246 500,246 0000000000000000006572c58778f1fdfe4c9da82f514f45719fb5cc8a3d90ca 2,480 1.00/1.00 vMB 634
500,245 500,245 0000000000000000007e1d5afd1f1b39bb940e3d2f525a586caa17df126e844c 2,416 1.00/1.00 vMB 485
500,244 500,244 00000000000000000090302176cd4110ca86adf6780601f25aec11344f75fbd0 2,228 1.00/1.00 vMB 589
500,243 500,243 0000000000000000000328868c3f941b9cbb4b5c52ead18fd3ff9387b367ce35 2,225 1.00/1.00 vMB 690
500,242 500,242 0000000000000000009564e9a0b0d3e4e9ab3ac5e3b5acdb7fa34551c1766450 2,735 1.00/1.00 vMB 696
500,241 500,241 00000000000000000018deedff3cf4be7d2347db9c02cbc78a8bf5344a1e7d6c 2,663 1.00/1.00 vMB 710
500,240 500,240 00000000000000000017f82be0ef611373a088a51549b6443de18371be5ea5eb 2,472 1.00/1.00 vMB 505
500,239 500,239 0000000000000000004859b91259a19c721420fbc383924a28c86235afabc031 2,540 1.00/1.00 vMB 564
500,238 500,238 00000000000000000006dd1f8e925162062952798d47237efaef8a2c7e846859 2,544 1.00/1.00 vMB 537
500,237 500,237 000000000000000000222507cf11b62c40bda4ea9ed1c8edd5c7d2d7bdde6e15 2,404 1.00/1.00 vMB 637
500,236 500,236 00000000000000000054e4f5894974937d267e9f53541845f29fcd37cf0518d8 2,987 1.00/1.00 vMB 663
500,235 500,235 0000000000000000009036dc3fd3645bf5d39000d5e8ecb888fae6186a2c4a81 2,511 1.00/1.00 vMB 711
500,234 500,234 00000000000000000050953820a58b40326cedc5ff91ab6d4c450744a7670537 1,925 1.00/1.00 vMB 590
500,233 500,233 000000000000000000894acf8a3d39744bdefb68a76c6c72e0596391254eb115 2,604 1.00/1.00 vMB 633
500,232 500,232 0000000000000000005a17a5fa210b320f15683d689a85b01971899c35bdb104 2,835 1.00/1.00 vMB 695
500,231 500,231 0000000000000000008fceb0c1e53dd0a321b2cd2a4020779dc37b4d3569808b 2,430 1.00/1.00 vMB 727
500,230 500,230 000000000000000000084305f0cfd18322c193873e77c4caa3bcfa0b46c94a46 2,473 1.00/1.00 vMB 739
500,229 500,229 0000000000000000001f0f7436914cd363736b8137d220e3c58dc72f1c360c5d 2,884 1.00/1.00 vMB 624
500,228 500,228 0000000000000000008f2e0efd290ef14279b817b20635cb3a05448ab4852d7a 2,744 1.00/1.00 vMB 722
500,227 500,227 000000000000000000122b92f9215ab59d280fcfa1248f4f2d893ac22999e6dc 2,703 1.00/1.00 vMB 643
500,226 500,226 000000000000000000357acc11e6e75a2a131622b447ec78eba3b7aff0c3f13e 2,925 1.00/1.00 vMB 671
Previous 10 blocks ↓
Total Size: 781.96 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: 647.59 GB
    • Received: 12.95 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.