Loading Tool

Explorer IconExplorer

Memory Pool

81,754 transactions
30.74 vMB
0.09853159 BTC
Random Selection Loading Transactions
Max Size: 187.73/200 MB

Candidate Block

Mining Attempt 1cc2edd6661f285ef3b641ce163d580d0c308d67c357adc09a3d8c0d5dde90f6
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 1cb164f2155c4a36e8bb88f6a0c4291207e3e7cba8c3ba77510acef8d76bebc1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02664167 BTC
Feerates: 301.60 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (18,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,215 897,215 00000000000000000000e62bdaaccccccc9a2ebcf010f8515353924a0126be58 4,578 1.00/1.00 vMB 1
897,214 897,214 0000000000000000000167b95be0fa76dab3c34ded1eda836bbb4212fc3c8628 4,545 1.00/1.00 vMB 1
897,213 897,213 0000000000000000000050f3ec50be3494da3b12bc662559100dcc9a343946ef 4,445 1.00/1.00 vMB 2
897,212 897,212 00000000000000000000b833a709a326cc58409373544b5e7d974234e0394ce8 2,802 1.00/1.00 vMB 3
897,211 897,211 00000000000000000000c53269860d5e301455c88e63ce2d21ac194b8bad9430 4,005 1.00/1.00 vMB 1
897,210 897,210 00000000000000000001f1ce527e545aa8f7d0bf7b17066bad0d6940d92bdc1e 4,352 1.00/1.00 vMB 2
897,209 897,209 0000000000000000000029bd92705a01eeacb85221fb390dabebecf6b9166a27 4,119 1.00/1.00 vMB 2
897,208 897,208 00000000000000000000e97010078da0ba213df20f52f99a15ab2fb6b6acd3c2 1,077 0.93/1.00 vMB 1
897,207 897,207 000000000000000000005d422359c6351b87537a45b22b575e30cfb3763a4caf 1,660 0.43/1.00 vMB 2
897,206 897,206 0000000000000000000179536af448f685d6d1d49b107293fe59813c5cea08be 2,842 0.95/1.00 vMB 2
897,205 897,205 000000000000000000022b1c403567ff772ea3375c0cc8dcaf8b5ae7019ffafc 2,330 0.86/1.00 vMB 1
897,204 897,204 000000000000000000008e10900992562678a9a94489f91cf5422185fe244aa6 1,703 0.49/1.00 vMB 2
897,203 897,203 000000000000000000021aa40403fd60a5437eaa62c4cc7ce844d4f791cbefa7 1,463 0.76/1.00 vMB 2
897,202 897,202 0000000000000000000059356feacffa1273fa7a656fa890dba71940c8bfb87c 1,073 0.31/1.00 vMB 2
897,201 897,201 00000000000000000000d34223c0b762bd4c5b5a5a3d9f0f7ebc09cbce81c6da 868 0.67/1.00 vMB 1
897,200 897,200 00000000000000000001a6fda47c6339b7b9abd28fb2d8b0ce5f021ad3e28269 1,765 0.99/1.00 vMB 1
897,199 897,199 00000000000000000001ebe3f0ce1831a6709c231fafaf9239a48fc09ac68823 2,536 1.00/1.00 vMB 1
897,198 897,198 00000000000000000001a6b8ec105616544f28c223bb9f531788d37f1a420369 1,742 1.00/1.00 vMB 1
897,197 897,197 00000000000000000001b6e9af3ad7e8748b510afbbdc2c6210fae6142b19a6a 4,007 1.00/1.00 vMB 3
897,196 897,196 000000000000000000020cba2401b232eb35c8cba207b87ca4a1e99628a7a03b 2,876 1.00/1.00 vMB 3
897,195 897,195 00000000000000000000d3bbae4dcab51ec67d4cf13359bf25da267360a62a00 3,360 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.