Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,542 transactions (2.80 vMB)

Priority:

  • 1 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,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,163 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,213 910,213 00000000000000000002216ad629daf5de0836da541ec494a9ae5dcc343da163 1.47 MB 2,778 4
910,212 910,212 00000000000000000001d06bfec204f19f90c3769c5bbbaa73eb8c21c908504f 1.56 MB 4,058 5
910,211 910,211 00000000000000000000aa07da8998ecf547be6795004e0b271081a60cadb0b6 1.58 MB 4,534 5
910,210 910,210 000000000000000000022a7d57ca06faf6add3a6174e07f228961e9d07bea2d3 1.48 MB 3,747 6
910,209 910,209 00000000000000000000571e674d11b2ee12f648cd235c7e4ae91204e4540c50 1.52 MB 3,993 6
910,208 910,208 00000000000000000000a735ccf601ca055124f9cc7265130bf3fde7082645a3 1.82 MB 3,257 1
910,207 910,207 00000000000000000001c80052eadc32a249565f7569d9a108dd379c5373050e 1.52 MB 2,039 1
910,206 910,206 0000000000000000000144a0d1cea65561c399149ef7f838bacf435b9301cd80 1.65 MB 3,147 3
910,205 910,205 000000000000000000006c46ca7122367813f408a1d51722dfb1ff82145fda4b 1.57 MB 2,779 3
910,204 910,204 000000000000000000019cfdd265442ddf3ec8172b3b7902a0263e3b85aa333e 1.56 MB 2,859 3
910,203 910,203 00000000000000000000eafa8dbef764c0c7ce2d573adfbc6400f44799ea0052 1.58 MB 3,914 5
910,202 910,202 00000000000000000001f5c47b9d23f924cab62b5adc2427f7f93b803faa710b 1.89 MB 3,138 1
910,201 910,201 000000000000000000014dfbf08735f96f07096aa07e38759262d17c3cf1fbd3 1.53 MB 1,805 1
910,200 910,200 00000000000000000001ad1a0d517fb1a91ce4e4f13a4e5a76e8bdbf20ce1c94 1.56 MB 2,241 2
910,199 910,199 00000000000000000001431dc1b87a7f7b309e737deb1d09b8a84d00dc50ecbf 1.60 MB 3,878 5
910,198 910,198 00000000000000000000fd8e23429c23eff640c3b8478fa8e6e6c95a0947a230 1.60 MB 4,346 4
910,197 910,197 000000000000000000008ea9c743fbb560b2ead29a8badb25897a6f04a47b62b 1.57 MB 3,918 6
910,196 910,196 000000000000000000013ecce10d7780ed7e40763949455e3786e398647848a2 1.54 MB 3,367 3
910,195 910,195 000000000000000000014a98a5f7b5208ceb65e07087503080b4dccffed369e7 1.66 MB 4,083 1
910,194 910,194 00000000000000000000ef92d1cd45ae7527b76c985786cb6ee69b621ded65a6 1.74 MB 4,989 0
910,193 910,193 0000000000000000000042a091508da25365a9b72b74b910f6ff908b369ea558 1.59 MB 3,331 1
Previous 10 blocks ↓
Total Size: 774.53 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,259.25 GB sent, 121.20 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.