Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,561 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,128 000000000000000000022cb30000000000000000000000000000000000000000 0.63 vMB 1,549 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,127 (864,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,224 45,224 000000001552db0103560cafdba74a94f5b2cbbc926cc4eea0782e8b264bb6a2 0.00 MB 1 0
45,223 45,223 000000003330637d46e28568ba454ba7c1cb082a2a1dda0ef9437ab0ba08ca26 0.00 MB 1 0
45,222 45,222 000000000617bde1d0219773b9a9fc4dc7193d9fc7d1a0615f55e046f37f515c 0.00 MB 1 0
45,221 45,221 000000000d27a1fc43e98c958a05444b7d236f4f529863ede72d9067ae9fe3ae 0.00 MB 1 0
45,220 45,220 000000002ab6a01fa5a10f6cdc333f2e11c8d55fb7066ae492214ac7d8c330cc 0.00 MB 1 0
45,219 45,219 000000000d5c35efa463a30d82b17da62fba14dab4b1525c8e4b396d67fce925 0.00 MB 1 0
45,218 45,218 000000000578cb4b065d2a562b336c3326f3305080a16918ea62de9e854570a6 0.00 MB 1 0
45,217 45,217 000000002f3645ab8725ab2b457a55fceb5f721f8aa7f414d394f77caedf793a 0.00 MB 1 0
45,216 45,216 000000003831bbf414636d666087316edd7bfa4690f604efe7f6971eb0f40ec3 0.00 MB 1 0
45,215 45,215 0000000018216042b3783a86e1451a7060939d2b8d6f41ccaa23056aef29bf94 0.00 MB 1 0
45,214 45,214 0000000002705fb7521248c9f16d3fc3b9f488973f9b3a02b793f72297da8a1f 0.00 MB 1 0
45,213 45,213 0000000016a6157c5315fe2ad735191b44d074d82f54daadfcf7bcc90d51de16 0.00 MB 1 0
45,212 45,212 000000002602d09d0df1ce6ff5d2720a004b4f1af1bbb67f8ad536966bb95a48 0.00 MB 1 0
45,211 45,211 0000000024278808b3471fe3b1e54677903d34863f92aa2693ab4c2a0ff0adad 0.00 MB 1 0
45,210 45,210 00000000011d927aec554da76505143537c071e870d1f6a4b410d593e3370d32 0.00 MB 1 0
45,209 45,209 0000000003ee4c66c46c72b5f392fa2a61f0edd36dc10589b50d421860eef0fc 0.00 MB 1 0
45,208 45,208 0000000028bdb3f69d18951ccc52fd7e85e018dfb2642c2649bd52fe777a3ac3 0.00 MB 1 0
45,207 45,207 0000000027e87f7f2802211d3176c76c65f80a61a4f14438609028b4fbef85d5 0.00 MB 1 0
45,206 45,206 000000001ac9dbc7a9a71d75e9d698192692e8bd71c76d397ba3961d7311039e 0.00 MB 1 0
45,205 45,205 0000000003d5401cf53cbde7768898cb45a12368d9048b83e972b99ad0811858 0.00 MB 1 0
45,204 45,204 000000002bfd231bca8aa0b0d35bf381bdfc06a5f9d2e7c10fb8f5aec6b39408 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,192.02 GB sent, 116.62 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.