Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

849 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (831,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,120 80,120 00000000004a54f357c3e6f6bebdd74e771ced006a0ec1fb2a0a6e6df3ff6b69 0.00 MB 3 0
80,119 80,119 000000000040d980ed70542e762e55ec3a9b0d9ebe345b9f4d5aa4a0c070ad03 0.00 MB 1 0
80,118 80,118 0000000000097bdd6085e5875701996d2d69fc4a168fc73a2cba781cb2f52f45 0.00 MB 2 0
80,117 80,117 000000000027af6a570a5312f060c6e1abbe7018984d2a8a453578e04174a98c 0.00 MB 2 0
80,116 80,116 00000000002e07d7e810283fcd159a1aeed9521b8ee0e9d953547b92565b06b0 0.00 MB 1 0
80,115 80,115 000000000049d7d217a8842e457bea6886fd1a35eeeba5a0b40fd9913d09ea96 0.00 MB 3 0
80,114 80,114 00000000002c2bc654a7de1b5236a5dc2eb32f2a94b9cb72625f1f7016b26eed 0.00 MB 2 0
80,113 80,113 00000000003db47288451bed5cb75f32e615cf309b549dc8a461c5259ffe1a05 0.00 MB 2 0
80,112 80,112 00000000005635deadf0c9a53402062c0445f1fd3c427e6fe512712bda6208ea 0.00 MB 1 0
80,111 80,111 00000000004a320362c5d19c668ce729e2390858160c2ec902a209b92b3db913 0.00 MB 1 0
80,110 80,110 00000000000629d53a871db22310c70e3850ff7a41214c887978b135bd698f9b 0.00 MB 2 0
80,109 80,109 000000000051efe74787b95a242a84fd9f2df134bd47a3ba38418c68fe524b79 0.00 MB 5 0
80,108 80,108 0000000000184933a53b19d892fae3fea96d0c4ad82e9a4e943b507273a1c71b 0.00 MB 2 0
80,107 80,107 00000000003ddfa9627f3ab80c30050f88e0d556567b8ce2e63b8d873cd6104b 0.00 MB 3 0
80,106 80,106 00000000001acd060880701a1c0f13d3ab31c258e581bd05f3e620496d331289 0.00 MB 1 0
80,105 80,105 0000000000523fcff11ab1d23496bbca962ea5aae9f1763d23c169ae56a3a86d 0.00 MB 1 0
80,104 80,104 0000000000412c269f30b88c0037bcc31db2aede0c25b5e3174be50dacd1baec 0.00 MB 1 0
80,103 80,103 000000000022c2a18f85e4072f64201d28960e51f3b6c6f55845090490cccb26 0.00 MB 5 0
80,102 80,102 0000000000381749a8159f109beb65b668f663a5bf9dd2a12e7482ce44ffee78 0.00 MB 4 0
80,101 80,101 000000000047663a91c7558bd52897f6628e63df81ad737450a75afe4a00fdc0 0.00 MB 1 0
80,100 80,100 000000000011ba1a6aa8ff940840013c4ab79f18d6e550ae1a1b761199959288 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.85 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,399.73 GB sent, 128.06 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.