Loading Tool

Explorer IconExplorer

Memory Pool

76,130 transactions
28.41 vMB
0.06920861 BTC
Random Selection Loading Transactions
Max Size: 172.09/200 MB

Candidate Block

Mining Attempt 1caa3655b7c24a6e377ecedfd3968c9dd22147ebc6c39c75ee3e165fad667493
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 9e88e2921f6d0761d53ebf7b6aee6eccfc9d2cc0e813743838f8391c7ed79399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01021682 BTC
Feerates: 178.73 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (243,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,208 671,208 00000000000000000002f1837ce2e65a95c66f6fa3e6caafa10741995a2dff13 2,151 1.00/1.00 vMB 102
671,207 671,207 0000000000000000000a3d595444d9fef017eca0d65fe6c652f18bcef251425b 3,304 1.00/1.00 vMB 79
671,206 671,206 0000000000000000000929a6e41ef49ed11f2a76d8d0e3a14f4fd91500624a69 1,932 1.00/1.00 vMB 106
671,205 671,205 000000000000000000075ac9273f47b42197e6ffc41654af768069a3c9f40987 1,651 1.00/1.00 vMB 96
671,204 671,204 00000000000000000005a9054171e247c950684faa8f1334c43939f7bf129d75 1,427 1.00/1.00 vMB 123
671,203 671,203 000000000000000000018cbbabf06aa4ee0e1d16bca63b8d4cfdc271f825e498 2,520 1.00/1.00 vMB 128
671,202 671,202 000000000000000000009da3c945227ab081f8654e4d0fb747e985cefcafe4a1 1,253 1.00/1.00 vMB 117
671,201 671,201 0000000000000000000caf1b7513f9a38d0fb13554ad9a7410a38c171d5cdc89 2,215 1.00/1.00 vMB 120
671,200 671,200 00000000000000000007851da5915ac842b402d8dd0851f5375b2aed567b1ad1 2,253 1.00/1.00 vMB 132
671,199 671,199 00000000000000000000d78d3e3cbc7deeb4cf09371121fc4c8012a6a275c842 3,101 1.00/1.00 vMB 134
671,198 671,198 00000000000000000009a938506341e8d93a09f90e56edeb0eb439aa3dfc596d 2,348 1.00/1.00 vMB 90
671,197 671,197 000000000000000000005979cc4118d9a0f361e9f7e6acc857faf94341a67146 2,648 1.00/1.00 vMB 73
671,196 671,196 00000000000000000002882fb0ea0d614768eb35e429c51ee85eddf946287ef8 2,364 1.00/1.00 vMB 97
671,195 671,195 0000000000000000000273b2febde1eee2127222cc79ea8a545cdd666f7aa7b5 1,659 1.00/1.00 vMB 91
671,194 671,194 000000000000000000092c9a30f86841c3a84800e61a58d3c8514bc2a09da5b5 2,744 1.00/1.00 vMB 95
671,193 671,193 00000000000000000008fb0492a2d355bfecd7bcf0d038dcce38e465be514bcf 2,154 1.00/1.00 vMB 93
671,192 671,192 000000000000000000008f847d9e4597ab861f0f9f8b42dbc05af00e34f746b8 1,652 1.00/1.00 vMB 113
671,191 671,191 0000000000000000000a40accc796162370c19bca7de76faf238dcfc58e6ffc8 1,927 1.00/1.00 vMB 119
671,190 671,190 00000000000000000003dab429f8764d8770507472ede770755e5ce532f3b7f5 2,564 1.00/1.00 vMB 102
671,189 671,189 00000000000000000003f863ec2e180045df70c2c283370ae5cda037c7c6754f 969 1.00/1.00 vMB 111
671,188 671,188 00000000000000000004aae3451786e2edf0f9fdbb02a48095172b44dd873559 2,277 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.63 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.10 GB
    • Received: 16.14 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.