Loading Tool

Explorer IconExplorer

Memory Pool

35,437 transactions
28.80 vMB
0.12095805 BTC
Random Selection Loading Transactions
Max Size: 143.18/200 MB

Candidate Block

Mining Attempt 9103ead5f791e5be86fbf6b4f7ba2b17887fce70c97ecfa32218b23c76d37560
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 4e784dab9b910b7b4667f3b39e42e9b697a2bae9e83d1b9356a484b4dcbd08c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.06295177 BTC
Feerates: 208.44 > 6.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (816,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,448 98,448 000000000004a91dd333bc0d4a31dc7069c4cacd042719097e2efab761d67231 9 0.00/1.00 vMB 0
98,447 98,447 0000000000007578f4856f4bf5e5de63393372f11dbe345ef1cd5483062ed0ae 5 0.00/1.00 vMB 0
98,446 98,446 000000000002d577860af992fb93b8b461b398dfb72e08fdc1b2d8c730226a8c 4 0.00/1.00 vMB 0
98,445 98,445 000000000000a0f073de80781f0d2d03a400f7bae5541e0210ed960c9a961013 2 0.00/1.00 vMB 0
98,444 98,444 0000000000042cb98e1a9b29a93c16896255013dee8d73046ab1194696274c13 2 0.00/1.00 vMB 0
98,443 98,443 0000000000028afa08b20b5ca92b9c8ab76ef35614fbee142071d8c6ef114216 2 0.00/1.00 vMB 0
98,442 98,442 000000000000a8e28c6ef8a3d3861ae04a1c4250c0d68e36de2bff0cfc01c9d0 4 0.00/1.00 vMB 0
98,441 98,441 000000000004ca33748d9f868763e109e08847b22ca30386995db36867626256 2 0.00/1.00 vMB 0
98,440 98,440 00000000000276787c83c6f94687481f2204cedfe1e347db05036ee4f98b61cd 1 0.00/1.00 vMB 0
98,439 98,439 0000000000050dd3333451d6e82b4a629eacdbe5fb3d939bf92e954b2a8f10c3 6 0.00/1.00 vMB 0
98,438 98,438 000000000003bf3939f5c240d883774c2a740477fd3237ae49bc6437176c46be 3 0.00/1.00 vMB 0
98,437 98,437 000000000004821de8d27bf7e5348d94f067599f523680145442d45d44a24105 1 0.00/1.00 vMB 0
98,436 98,436 00000000000227a4d69b344c97ae9f3f5cb7a08da524d8484e3108b9ec3c7583 5 0.00/1.00 vMB 0
98,435 98,435 00000000000096164957cc9d9b2770660d907030ab37956da54b038659b0c577 8 0.00/1.00 vMB 861
98,434 98,434 000000000001b884469f0997151404b646f635dce7e23b9f2bb3cabb8f87a3e7 1 0.00/1.00 vMB 0
98,433 98,433 000000000002412c2a21ea940cebd5933490a7ce7628229eec3897e2bcd5b73c 13 0.00/1.00 vMB 0
98,432 98,432 000000000002a3dbabbe6d5b4f13902a5bd5676e7afd41c308429caaaca501d1 3 0.00/1.00 vMB 0
98,431 98,431 0000000000031c84bcb304a35e5a61e9bb647f25db8b802ef698f6a20bcd2d98 1 0.00/1.00 vMB 0
98,430 98,430 000000000004df2b3ce9d35e286e29997fc4e1bbd944ab094b601b12b5f2e67e 7 0.00/1.00 vMB 0
98,429 98,429 0000000000038fc01b16cc88f3e3f2fa1a121221b013a38edcfe0380331ec9a0 1 0.00/1.00 vMB 0
98,428 98,428 0000000000030339fda986d49bc8494425ff6d219bf43951c88e4450d5cb546b 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.93 GB
    • Received: 11.10 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.