Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,680 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,591 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,530 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,590 (819,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,278 90,278 00000000000e8a8d19a7de65666ec43877c9614eeddf9df6e5891c9e08e19ee6 0.00 MB 3 0
90,277 90,277 0000000000130d0f3fb14ed25f1efb9cc04d056faaa2305b0c392c67c69983db 0.00 MB 1 0
90,276 90,276 00000000000f85b5fd6b2ca5270897926de09c89dac59e708a5e92e205d9ebfc 0.00 MB 2 0
90,275 90,275 00000000001226865146444725524d97cf6fcfd8ea31b2523cfbaf64c14fce5f 0.00 MB 1 0
90,274 90,274 000000000001f8769aabf2088e67df56d518e5c706d174c96531f4ba90c393d9 0.00 MB 4 0
90,273 90,273 00000000000764face8f45194d6f3c393a656365d74f428d7ece09441127130d 0.00 MB 2 0
90,272 90,272 00000000000359f416f539fc6463676c778fa2e4cec81d3359835b5726750199 0.00 MB 1 0
90,271 90,271 00000000000f8c4b006f24aa864ddce7c7807ade634913035f36fa38599d6081 0.00 MB 1 0
90,270 90,270 00000000000470daaa10b0df8159ebdb6900b272a4545653b678ec48cf95b93d 0.00 MB 3 0
90,269 90,269 00000000000e8e06fdd7f37f040e367c4b83413415c8493448e4db1397b822d1 0.00 MB 3 0
90,268 90,268 0000000000149b83b921700c1bec05175e6bd1b1bc190ec5c661083ce538cba8 0.00 MB 1 0
90,267 90,267 0000000000150c1e2806c8947172f67d64087159abf17bc44a1bae025e3bddb7 0.00 MB 1 0
90,266 90,266 00000000000592072070f60f2d172b52f1ec71906cd3aae67bb31368f2e7fe58 0.00 MB 1 0
90,265 90,265 0000000000104397403d151d7600ac932a72da33e95be7a8e8f4b0b8695adaa4 0.00 MB 2 0
90,264 90,264 0000000000012a02006cbb03a7850e1243e7cc0aeba7d53cd2bf71865a7869ff 0.00 MB 1 0
90,263 90,263 00000000000f67ded28807099a81a3f2744e9edb84a1dc7674b394176d9074a0 0.00 MB 1 0
90,262 90,262 00000000000df5c613f841eec22c322982e3589e295f0343357d6cf498f86a34 0.00 MB 2 0
90,261 90,261 00000000000af07d378d73aeb4dfb2a5955dfb9dcb01eab10ecb3561cbe352d6 0.00 MB 2 0
90,260 90,260 00000000000002bf86e38fa4ec0f48d375b68cc251d2a125d816e96a0455e981 0.00 MB 1 0
90,259 90,259 00000000000f14e438ad31bc6c9a309be34e224d0f0079ff35d04348abf1bb32 0.00 MB 2 0
90,258 90,258 0000000000001a362a3d59047d5d8466269ae45435a3829b479da6bf2e2b7f1d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.78 GB sent, 111.56 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.