Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,899 transactions (3.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,229 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,926 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,228 (897,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,466 12,466 00000000688612c899d734f2ef945b17422a9dc9c81843dc425c5ad1ea0ebf0e 0.00 MB 1 0
12,465 12,465 000000006001f78ac1c4f79fa28f4f456f343f6dfef364660d725c9ca70f42bf 0.00 MB 1 0
12,464 12,464 000000004cd008cb986935a21852e2011930f66c28deb9aba2d53667d754ac42 0.00 MB 1 0
12,463 12,463 00000000a213f79a410f55c7be9d37e97a23dfdf1253d65bbbf2f117893da1aa 0.00 MB 1 0
12,462 12,462 0000000028b53b9fab0a3af6547b0d318485ce371466bd5c93f28320d1e42f4f 0.00 MB 1 0
12,461 12,461 00000000ffd75a76e7fe0c04754f718ae5fddca404f42f60247ce454f025504e 0.00 MB 1 0
12,460 12,460 00000000a7e58db7fb740526acfab90eff61668047938356066540b2cf331645 0.00 MB 1 0
12,459 12,459 000000001a014a437df746528c7f7600f04f4db818a4529e8d17030416a750be 0.00 MB 1 0
12,458 12,458 00000000478f940edc0f8238324d243fbe1c159e0fd9a913c9d16e10fc7e4a09 0.00 MB 1 0
12,457 12,457 000000002d7304661bda83970b2df8afa1349258208883329fb77bc3d91b3608 0.00 MB 1 0
12,456 12,456 00000000f6737e06a1822d3e2a276a8a39d670f8278c0d04b826e6f72904f537 0.00 MB 1 0
12,455 12,455 000000009573b4b0b22f04c18caa5eb735b9417ee925e30bc7b22164ae4c3858 0.00 MB 1 0
12,454 12,454 0000000092fa45e89d049a7cff22665f50377d86f0bcc2a6ef4778b4d3267a62 0.00 MB 1 0
12,453 12,453 00000000233d66d384d4a99bf4b98c14f0deea6c59317654f532fe4de23500d2 0.00 MB 1 0
12,452 12,452 0000000043348c399ff0b0c511885e0bea4b3fde711ebc514033d07dbce740a0 0.00 MB 1 0
12,451 12,451 0000000012de2f0b703e1c004bd5d2c88214204fbc4c7af2c70ea02fe375ffd2 0.00 MB 1 0
12,450 12,450 00000000cda09906dc52da1c7f34b95456c76b31a452bd5505631c046e5caaeb 0.00 MB 1 0
12,449 12,449 00000000273a64393d76f666c9138b67c638e5c4c6429eff539f663062dcd84c 0.00 MB 1 0
12,448 12,448 000000008093f6db9c59deb51f399d2f6a1f2866336d6d7e6baf5de1d3cabfbb 0.00 MB 1 0
12,447 12,447 00000000a553822632c9c85d8138d3934b1c96cf1d14cf070877f778d3bc5127 0.00 MB 1 0
12,446 12,446 00000000343f1519686d37ffc2989c2522362acbe2f2b85419987e8f86937a43 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.82 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,202.88 GB sent, 117.72 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.