Loading Tool

Explorer IconExplorer

Memory Pool

81,233 transactions
29.85 vMB
0.10546227 BTC
Random Selection Loading Transactions
Max Size: 180.50/200 MB

Candidate Block

Mining Attempt 758a921ac4d721faa5867ee81c357e511f7363323c968ca84ed3657450bbc2cf
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root fdc4c9765c6df2224ad640d5a0b1a9b1a57c727dc54fa0fdd9cacb34905f3a21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.03989209 BTC
Feerates: 146.36 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (587,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,378 327,378 00000000000000000e7fde31f30ee5c52c9d5474a818c8a7ac7ed9948e1d14a6 1,414 0.75/1.00 vMB 26
327,377 327,377 000000000000000003f6a2dfba8e3959183a8f84ed30300d95c0419dd397bc74 366 0.27/1.00 vMB 28
327,376 327,376 00000000000000000b1d5343cf20541d47d3cc4e349fc60cfef167a0c3319aeb 469 0.24/1.00 vMB 30
327,375 327,375 00000000000000001e466e9b92ca8b297062e910b400f39be7a346d573c0f13a 32 0.01/1.00 vMB 15
327,374 327,374 000000000000000011eb4744c76822d8b01db3a0041316b59fb988cc85d2a9f4 898 0.46/1.00 vMB 28
327,373 327,373 0000000000000000103d879cc863d881ac97b1a0351e47a1611565272f74f60f 471 0.31/1.00 vMB 24
327,372 327,372 000000000000000005853024bd0fa8bfc5e0df62ebf64dfbf13ba90692868e19 560 0.41/1.00 vMB 18
327,371 327,371 0000000000000000151ed7f65c21ec546fbad349d6dbb0eb1eccaee2be7fa41f 512 0.16/1.00 vMB 41
327,370 327,370 0000000000000000059013e5966fc7c5a5db48446a9f428984670183d42c0f0c 81 0.08/1.00 vMB 18
327,369 327,369 0000000000000000064715c1706f1ece5d2798b0c757fdb2cdca928f92dc01e8 1,254 0.90/1.00 vMB 22
327,368 327,368 00000000000000000c23bb9f9464fe87bc77cdb80b5f82de18caff2bd451b68b 735 0.50/1.00 vMB 21
327,367 327,367 00000000000000000a1658bf48feb064ad5716a2f0b0bd1e142f9c1087cacf60 2,274 0.75/1.00 vMB 42
327,366 327,366 000000000000000018f4b93257867665aa7e1aa28fc3bbdedc4a383aff3eb80c 755 0.53/1.00 vMB 21
327,365 327,365 0000000000000000028adf7825da49aefa6a05ebeabc8f0d2c55aaf289019117 53 0.06/1.00 vMB 3
327,364 327,364 0000000000000000077262b5391b884d2b4165b78f83cd06fff1a7f8b2a01e07 877 0.43/1.00 vMB 30
327,363 327,363 00000000000000001e2c2be434deef76976044119c6a3c18f8b10b3a7901e14e 122 0.10/1.00 vMB 13
327,362 327,362 00000000000000000255e34f999f89e49e1f3295822eee1523b5044142d9c4da 1,438 0.74/1.00 vMB 28
327,361 327,361 00000000000000000094a05b4bb6ef341169ab377ce3660083a7a9d7178c8e72 331 0.14/1.00 vMB 31
327,360 327,360 000000000000000018a4476b5294a4cfd41f9ce2b84302fc8154fec80ae320b0 259 0.17/1.00 vMB 18
327,359 327,359 00000000000000000edd4ca8b7e8adb1282eca48e32932eac25642e5c1a47bef 875 0.45/1.00 vMB 27
327,358 327,358 000000000000000013d0d368b91eaecf6f36f1a4eda1909dc1011ba53627e4a1 128 0.10/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.