Loading Tool

Explorer IconExplorer

Memory Pool

46,956 transactions
28.85 vMB
0.10945467 BTC
Random Selection Loading Transactions
Max Size: 149.99/200 MB

Candidate Block

Mining Attempt 801831dac375f32b20f3ee8a6ccd06b9fbf22102dfb341420860cf0a1b114be1
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root ddcee16f3c45a7f0939cd7267a8387d5c5234c0276e51f34605b7acda4b39dff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,117
Size: 1.00 vMB
Total Fees: 0.04282454 BTC
Feerates: 444.31 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (120,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,435 794,435 0000000000000000000263e95b67b15cc5a1666dd30f454af614c0988095f9ba 2,793 1.00/1.00 vMB 16
794,434 794,434 00000000000000000003120e6b632d29d4178e84791c04c9b95a5cc80cdd9144 2,938 1.00/1.00 vMB 38
794,433 794,433 000000000000000000032cba6789d803d7821e6c07db99659da45cbd03fec173 2,017 1.00/1.00 vMB 25
794,432 794,432 00000000000000000000614ed2b6f82c5dde0d9463cade37fce1395121e531e5 2,700 1.00/1.00 vMB 31
794,431 794,431 000000000000000000053a6dc1b0ae3e77786ae32a3aef7734c9dfe22ea9b4b6 3,390 1.00/1.00 vMB 47
794,430 794,430 00000000000000000004fdbe7f455311ba3cf5a61ac1dc9e0eee65cf551a3144 4,307 1.00/1.00 vMB 15
794,429 794,429 000000000000000000031d45abd9abad4bfd69dec7dacf6f3fc2080535c2d6c4 2,822 1.00/1.00 vMB 10
794,428 794,428 00000000000000000004fcabc1be75882c0cbd651a6254025b6ef258b463b99c 1,444 1.00/1.00 vMB 31
794,427 794,427 0000000000000000000000ba72a3d45f86691ecd753cd76e9f5fe76d6aa0016a 2,641 1.00/1.00 vMB 30
794,426 794,426 00000000000000000003bf5b3483338e63a5321151f381f11b6c6eedd9677f57 2,561 1.00/1.00 vMB 16
794,425 794,425 00000000000000000003790060a5f205be7092f4ead0c3732eba9abb2b8110f5 3,411 1.00/1.00 vMB 25
794,424 794,424 00000000000000000004e586eca70eb86a274afcad0dfe9227a52887f5dafe55 3,300 1.00/1.00 vMB 24
794,423 794,423 00000000000000000000e4e326908adf4020cc03e81b2be53919101f70506755 3,372 1.00/1.00 vMB 27
794,422 794,422 0000000000000000000436bb036d092006c51d5937762b88de22e885a25ad7af 4,851 1.00/1.00 vMB 10
794,421 794,421 00000000000000000000b60a8fed6fe13a839f72cd3d9455603afa0db0c107cc 4,032 1.00/1.00 vMB 10
794,420 794,420 0000000000000000000052274a47a3b5246649d6781eb42798fed9aa7edbcec7 4,345 1.00/1.00 vMB 12
794,419 794,419 0000000000000000000123d146c67c599d23a7b8c0adec92591e2ad8d3ed7c36 4,287 1.00/1.00 vMB 19
794,418 794,418 0000000000000000000307d55337fe75d1c31f437b186cd3c9ae5642fa561e5d 4,291 1.00/1.00 vMB 20
794,417 794,417 00000000000000000003a042b637688156e39d2f6314ecfab39f5a35618d8535 4,648 1.00/1.00 vMB 12
794,416 794,416 000000000000000000044c8bed553ada211deb15c8c665dda64dec071bca1b3b 1,852 1.00/1.00 vMB 21
794,415 794,415 000000000000000000047bfad4581702e700808a529485ec514732bcf4e2e2b8 5,387 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.25 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: 655.41 GB
    • Received: 14.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.