Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,508 transactions (2.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 866 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,245 (829,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,409 80,409 00000000004183c7fba19981ce8e7aba97ccb958942756ff54cc4203c2300ba2 0.00 MB 2 0
80,408 80,408 00000000003d95c1621c282d5680bf25c958785aca485efc2e9070ae4f287d3f 0.00 MB 1 0
80,407 80,407 00000000000fb6675e1fae27c46bc8bb68ff40396c412e46fa960f3fe67ff276 0.00 MB 4 0
80,406 80,406 000000000017d490ddb74814d01612a0c987eba834e40f88c0ba0a259a92d4cb 0.00 MB 1 0
80,405 80,405 000000000019857c273271295399d2a6012ef01be2b3998996502a68acb48d2b 0.00 MB 2 0
80,404 80,404 00000000002eba20e060df0868560d8f678af811c7b9f17284b35770c413d305 0.00 MB 3 0
80,403 80,403 00000000004fc8618599c06d7191c49c3667d6082a5038ad25bd6e02ade203ec 0.00 MB 3 0
80,402 80,402 00000000000d65416a0d05c888e5566805b909fa59cc1ed10f465b37345379b3 0.00 MB 1 0
80,401 80,401 00000000001791b92eec53bc6c9ac48366dcc2b945a0e446f622cac9c24b28b3 0.00 MB 2 0
80,400 80,400 000000000000b83eb92d83c2cfa886af313d16066edc15cfd497eb9d7cfa50a5 0.00 MB 1 0
80,399 80,399 00000000001db7ff2a689a2d32a3b21435b53443539fc3bc1825644b3755fbf7 0.00 MB 1 0
80,398 80,398 000000000041acd47e85257113eae6bc90faf843bfbfc50518ba667bfa8ed0f4 0.00 MB 3 0
80,397 80,397 00000000002ba6bdefcde564d8b27c103f56f2a26c4f917ccb68d814d2b5c640 0.00 MB 1 0
80,396 80,396 00000000001bfa912100b1813c19e1e9632d835e5ec8e1688be99d4392773e01 0.00 MB 1 0
80,395 80,395 000000000005578f7ed1b8215eb039d6ec7ef9dd4a717be3d6000a34a998f00c 0.00 MB 1 0
80,394 80,394 000000000009f5ae32859f3b1badf8ffe25f0f76c931fbca6cdc86437b1bebe9 0.00 MB 1 0
80,393 80,393 00000000002acc08df5218da04ec1d00aececbc582d52b6fde3ab55b18944487 0.00 MB 1 0
80,392 80,392 00000000001384215eea9d272c1daa97e5c29959f37c87f02e06b54446ba7925 0.00 MB 2 0
80,391 80,391 00000000004b9ef6c40855a0a3d72c49dc6111225ccef9a2c02e466e1711b3e2 0.00 MB 1 0
80,390 80,390 000000000030fbcf58d9858279d124428d55f585eea6439085a25ea59b123f31 0.00 MB 2 6,693
80,389 80,389 00000000004387293055004b1e6aa98efeeded4697761404cc078049b09aa4ce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,213.31 GB sent, 117.87 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.