Loading Tool

Explorer IconExplorer

Memory Pool

82,530 transactions
31.86 vMB
0.11161498 BTC
Random Selection Loading Transactions
Max Size: 191.04/200 MB

Candidate Block

Mining Attempt d9b7100b20fb287d990cfceb8dda34bc21abc761ae4d96f89a13dec76a0d3179
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 35b72987f0c1203e09ff762f5b6e87577de4aa6c24c8eab7a327920f5b41ce03
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.02584692 BTC
Feerates: 99.50 > 2.59 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (124,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,204 791,204 00000000000000000001bb5b93d0842b94d1d5cd46093e40d67c4bf724836c4e 3,068 1.00/1.00 vMB 45
791,203 791,203 00000000000000000002292e17ca461b5dbafabdc095ec1dafd001ea0f09d67b 2,836 1.00/1.00 vMB 51
791,202 791,202 0000000000000000000146205aac7bce7a0bcb6ef1e0e9a4b5cb0061b37bb1ba 2,218 1.00/1.00 vMB 59
791,201 791,201 0000000000000000000396f190928ba469f7f1802e5d23177911d900399967c7 2,674 1.00/1.00 vMB 53
791,200 791,200 00000000000000000001f7e1efcf9f99744c491868eaf2600a8460220b775ed9 2,931 1.00/1.00 vMB 59
791,199 791,199 000000000000000000032ed6aa515be8ab9e49baedef0371280e38cc13c07a69 3,019 1.00/1.00 vMB 66
791,198 791,198 00000000000000000003ed7eeec3c05dba017b0dec28c77051e602321ccce8d1 3,054 1.00/1.00 vMB 71
791,197 791,197 00000000000000000003ea77232dd7676c5a2f4feaa9a05cd7741047919708c7 2,925 1.00/1.00 vMB 81
791,196 791,196 000000000000000000047074800d0db96ab0c5859758ce4b1c3bf6bf544379ed 3,259 1.00/1.00 vMB 44
791,195 791,195 000000000000000000022fe63bfec08df6e5def001480c2455b16f8ce2b6a65a 2,161 1.00/1.00 vMB 56
791,194 791,194 00000000000000000003aa6fbbcc50224e0fdc34a6d353350f588e93eba1c673 2,794 1.00/1.00 vMB 70
791,193 791,193 000000000000000000031f341fd80d6c6603daaabb2c0aa86883898030f2f57b 3,043 1.00/1.00 vMB 84
791,192 791,192 0000000000000000000572aaea5c1ed3ee146c305d013653057b0b5f18cb1880 2,289 1.00/1.00 vMB 35
791,191 791,191 0000000000000000000511029a32a71fe902bc09dc43de10fc2f55f06febe43c 2,505 1.00/1.00 vMB 50
791,190 791,190 000000000000000000014b7a7e8c0a1d5ea96e4a6202b69a311ef40c7cd2b976 1,845 1.00/1.00 vMB 58
791,189 791,189 0000000000000000000461959b12e97bab418c88dfd59bf747e597cedb1d81d8 3,406 1.00/1.00 vMB 68
791,188 791,188 000000000000000000036ee60fda7a458a6a204cc86d1920e3bb07d4c7c5f23d 2,558 1.00/1.00 vMB 39
791,187 791,187 000000000000000000028e785e64d7e5a8cab3fb6807485e46db843dcdf024ca 2,470 1.00/1.00 vMB 59
791,186 791,186 00000000000000000000a41dccd3d0c645576069dffe289fcca0cf83bf3d3d7e 3,065 1.00/1.00 vMB 62
791,185 791,185 000000000000000000044cbb9673067b437370a99440eace5d4f81ba9a2f5491 3,202 1.00/1.00 vMB 49
791,184 791,184 0000000000000000000274b95dd7b967519a2622b1f49f79bca7d7a0e3789699 2,858 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.04 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.41 GB
    • Received: 18.16 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.