Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,722 transactions (0.57 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (845,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,053 65,053 00000000067f8a30b0a6c259bf71659f5223436263d94a397be1bf04e2e8d811 0.00 MB 1 0
65,052 65,052 000000000842adfa2a4e8f69af2c101410ea760a98e7a84f3c8db98ecaedb06e 0.00 MB 2 0
65,051 65,051 00000000088d6ae520323b03f647bd5d3c0c911e92b079cf62fec96da8ecfdf0 0.00 MB 1 0
65,050 65,050 0000000006c5b614bcd51706b0da6681c89047939fe45e8d668bd59fa1ea244d 0.00 MB 1 0
65,049 65,049 0000000000ae189246dcc4b3dc6d3f1192fb662955b048e5645dc38ff97ffc2c 0.00 MB 1 0
65,048 65,048 0000000003ab9698dc75d1c24d8ed4a86fd3f0b687f7eacfcf3a5916db0029f6 0.00 MB 1 0
65,047 65,047 00000000037f78d6c96f8715342190b34be70c5ec50adb75ad699d6eb6203b48 0.00 MB 1 0
65,046 65,046 0000000002b549020114795b8982e29ef98ffb4d0f44a3c13e1e6d546cdb9ee3 0.00 MB 1 0
65,045 65,045 0000000006b2aca0a46ac9971f60027eb98afde7880a726484cf20f09db21ce5 0.00 MB 1 0
65,044 65,044 0000000004806071cb570b47bdccbc6f906399287e5e4f220abaca84023795cc 0.00 MB 2 0
65,043 65,043 0000000006f95179a1ee5012895ae0afaf47063cdde671e1685f7bce424ea352 0.00 MB 2 0
65,042 65,042 0000000000039765ea3b5104bec0d34ec4bd1c4405652a6584d92360b55b3dd9 0.00 MB 1 0
65,041 65,041 000000000a3a004aa936c6b91e2867fb54258cf4ac43994ef35d055f563336d6 0.00 MB 1 0
65,040 65,040 000000000269126270be594ee08d0ebc208d0efebdf6849a98d8687f9ddc4865 0.00 MB 2 0
65,039 65,039 00000000051f068f565081656899d1f56d7302fcb8c75b237fe8514adf72208c 0.00 MB 2 0
65,038 65,038 00000000045b9ffefb9205cb5575454bb46666f9223432b8c2512820fef4ffc5 0.00 MB 1 0
65,037 65,037 0000000000f13627a20f2131997fe36d33d81508c91cb1568a9dde54edc0c6af 0.00 MB 2 0
65,036 65,036 0000000002a5db6be8a5fdd41faba0b5fab3f0dcbfdb8456a9cc7aa651700780 0.00 MB 4 0
65,035 65,035 00000000037d32ca7c11b6ed352a7fa0d869a94dba7691b232651e2b2f06a39e 0.00 MB 1 0
65,034 65,034 0000000008c6aa629c2ba8f3a26d07f012e85085cb6ecca47658c9f85355950d 0.00 MB 1 0
65,033 65,033 0000000006c216d05ff69d80cfb34c0452aa92385a723da5d66005990df568eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,242.68 GB sent, 119.88 GB received

Notes

  • This page updates every 5 seconds.
  • 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.