Loading Tool

Explorer IconExplorer

Memory Pool

78,366 transactions
29.07 vMB
0.11560466 BTC
Random Selection Loading Transactions
Max Size: 175.38/200 MB

Candidate Block

Mining Attempt 650a37da193ae07f05d4a9a2adcb3a4a5e49fbc6bd6357746de20111c18b0322
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5d69b62a015a860339889862d2f9855eadedae370d2a501b437494bb40c5e0cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 1.00 vMB
Total Fees: 0.04136122 BTC
Feerates: 150.80 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (559,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,667 355,667 00000000000000000efc6523476854ec6c14e4018634a69083fbac847f7e1a7f 629 0.35/1.00 vMB 24
355,666 355,666 00000000000000000006bad68dc5e76c19934d25a106c09c84925c12563089a5 431 0.27/1.00 vMB 51
355,665 355,665 000000000000000016070f935fb3b20fc28e7272eb63127ea9aa023dbc2f145c 326 0.17/1.00 vMB 24
355,664 355,664 00000000000000000e47d571f1ec0e1d27ed11c39bb3d968f93afd8076b7b4e7 447 0.26/1.00 vMB 22
355,663 355,663 000000000000000000b0388c459b9aff8a93d02bbb87aac6d74b65e9faf7e4c9 1,246 0.70/1.00 vMB 21
355,662 355,662 00000000000000001023d3501accb665c158a92306c02b7f4d4dbe655573e5f5 512 0.49/1.00 vMB 11
355,661 355,661 00000000000000000783dac6be991cf6cf46ebacf417213a47c33b134b4ced8f 2 0.00/1.00 vMB 0
355,660 355,660 000000000000000000f8f4e691c3868596f95247f0a3ccb27e4d5ee4faea63ce 1,398 0.90/1.00 vMB 24
355,659 355,659 00000000000000000227b70950d583b502ddc29b9467c3cc35de13cab9036159 1,189 0.75/1.00 vMB 22
355,658 355,658 00000000000000000ae34c1f90f8f2d1d42837296033da6f43e51ec450345d65 2,435 0.75/1.00 vMB 46
355,657 355,657 000000000000000004236e59fe7403f702f9bbfd11303dad6e54bee27e15aabf 2 0.00/1.00 vMB 0
355,656 355,656 0000000000000000067e339c9ff4b17fc70fc83ad770787e772fd3840b4b2520 2,048 0.74/1.00 vMB 38
355,655 355,655 0000000000000000120e5fcffc61d46daba75c5a62ec0cb2358ddf3c37ebe469 902 0.49/1.00 vMB 25
355,654 355,654 000000000000000012b98457a695237a0134bc7ea10a5305da6ea87c5463e7fb 721 0.51/1.00 vMB 16
355,653 355,653 00000000000000000c06d479daa76bdce8ef6d11b4eff1c8d7d91dcaad266855 512 0.15/1.00 vMB 52
355,652 355,652 000000000000000013c9b6604e7472e51a62ede32b0e5d7572ca71a021e6be36 1,172 0.54/1.00 vMB 30
355,651 355,651 00000000000000000d751425d01e098c4617571ea58d3b704c4a49f3af54dfb8 137 0.11/1.00 vMB 16
355,650 355,650 00000000000000000fd87566bb5527cc1580f7c7c2afdde34797d3072f616d3e 873 0.52/1.00 vMB 27
355,649 355,649 000000000000000014cb2303bca0489a4cffc7683232ab9acc6716785ebe8c26 1,024 0.45/1.00 vMB 31
355,648 355,648 00000000000000001326330fe7e7f888b86e9a3c1c25aacf5a2d425dc3f0ad74 1,177 0.64/1.00 vMB 32
355,647 355,647 000000000000000000f471ffc9845a5b1d634a6c87f2e9a7e261425a0505feec 799 0.49/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.