Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,362 transactions (2.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,030 (864,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,276 45,276 0000000008b1102a3a6af9bb6c3d3d6d84d858c02f77e19c4727a541bd359cd9 0.00 MB 1 0
45,275 45,275 000000000276c44584ca408ace57bb68c3370e6a38df2e7d4d81a4feb0f5e99d 0.00 MB 1 0
45,274 45,274 000000002edf33f4d993eac7eb6adbaa8219de81b7fa4bef07d8f838ae1abd39 0.00 MB 1 0
45,273 45,273 000000000ef714af43524a7bb40e6e6da173b70ee38c5aa9570f61839f5049b9 0.00 MB 1 0
45,272 45,272 000000002139ca119620ee5fd45c443667aa9c71d9f7562acd246254eae7f6f2 0.00 MB 1 0
45,271 45,271 000000002e3da3194a2568117b652e05ca6c60f44ef2dc112363546a4ac79620 0.00 MB 1 0
45,270 45,270 00000000101d0a901e79dd1e77cb50bc94d4d045321cb1b8761fee92ac23f172 0.00 MB 1 0
45,269 45,269 0000000023d0f85a9a8a28c0636a52cfad3679df02bf20ffd04715da4e1732a3 0.00 MB 1 0
45,268 45,268 000000002bef0a83afd9db5721f65a2725a402f12550f8bac53ce68bc5e017dd 0.00 MB 1 0
45,267 45,267 0000000008eb0811b96a35060e8ed5a8eb6a82fdbd89ec40bc54c54925117b4c 0.00 MB 1 0
45,266 45,266 000000000e9fda2310b820f25b4aba98649f348f21d6a73c25939e13fc5f56aa 0.00 MB 1 0
45,265 45,265 0000000012742353207473549d8ce73a2e27fb5b9f2206638573eb4643442858 0.00 MB 1 0
45,264 45,264 000000000dea986929e27fea06a55dc251c31de545f4863054635df43446ac7b 0.00 MB 1 0
45,263 45,263 000000003665d7ee1c169a45bcd1ea0e0675399739845d23c1d648e2dd90e0f8 0.00 MB 1 0
45,262 45,262 0000000019e6db4636d954c262f0c29079857f7cb9cb47dc2cfd93ab029ad23c 0.00 MB 1 0
45,261 45,261 000000002f237434fbe33d5bc7a243d83d7011889016876725b0aef50696b236 0.00 MB 1 0
45,260 45,260 0000000000a7fb3ebe4315634afc3fa8fe44942e881fb874b1b2ebe2448c1ff8 0.00 MB 1 0
45,259 45,259 00000000355b1a300ad897df33e1044c98c1dcfc59eeaad42c3c82b52ccd3dcf 0.00 MB 1 0
45,258 45,258 000000002955fda36a9255feb604b4784ae607af0f33d83b637c6080c160ece7 0.00 MB 1 0
45,257 45,257 000000003679696373bd12077a7780edb8b7292775a712d70d53298981a216f8 0.00 MB 1 0
45,256 45,256 000000001d158ef0e01cf5dc60dbe9900a4b565a260c289950a926f15a8217fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.