Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,329 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,270 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,328 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,269 (840,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,589 69,589 0000000000f8f6958bf03a45d898f4e6e827db8c7e487b0d0575cf9b3c9d6e7b 0.00 MB 2 0
69,588 69,588 00000000005f6e9c1d8a08643b20f6971aa432a36d158c7dc9acf6e208449afb 0.00 MB 2 0
69,587 69,587 0000000000d4c99e202c8da531412386828f0681df7ae260f53bf895736d749c 0.00 MB 1 0
69,586 69,586 00000000008e8451b1d18488423fea0a92e3942e40301eb23d3a4796c2ad3fa6 0.00 MB 1 0
69,585 69,585 00000000016437b26e71e904ab26a575cd6848b20a16dd3c024b876c8e1481c0 0.00 MB 2 0
69,584 69,584 0000000000d09c21bd887f42972660b75747943d2589b1e8d7a223623a8b0968 0.00 MB 1 0
69,583 69,583 0000000001527bdb47bd8f45c3465ac32afbe5576059b2b65755b610564ff30f 0.00 MB 1 0
69,582 69,582 00000000012c8d1a01d70afada4474f59ad857ae542d25c532f206823d032254 0.00 MB 2 0
69,581 69,581 00000000011fcdcb4915353e7c10396e5d6e7c66fec1b5725110623672bc6208 0.00 MB 1 0
69,580 69,580 00000000002ec75f3cd845ae080b8765b7c726923d670fbc60b86ba1abd42ad9 0.00 MB 1 0
69,579 69,579 0000000000beb159f563cffe50cc3a093e736bc3ce291e00694945867aadb11c 0.00 MB 5 0
69,578 69,578 00000000004bfee2d4691fc911fc33eae171959427dfb331f8f4d1774306eb1a 0.00 MB 1 0
69,577 69,577 00000000001d918906f2f1f1d519727966e3594f2bca27ed3c75d423b1c882e9 0.00 MB 1 0
69,576 69,576 00000000013f19576a2d623621d3cf249db801fcc2b740e92ee0639ee333f3ba 0.00 MB 1 0
69,575 69,575 00000000011ab88bcd21c6e27c5a3ad2091746f26bf0c69fc46b2c27b21cedb4 0.00 MB 1 0
69,574 69,574 0000000000c14a632b398c02ce258fac9533221fee095c0c8d26b14ce0c570df 0.00 MB 2 0
69,573 69,573 00000000006cad480015d288098dd17637e88635360515997c10aec030837a48 0.00 MB 1 0
69,572 69,572 00000000004e230e8072debdf241fc5a287af508191f6c4c96e67c0fcacbe651 0.00 MB 1 0
69,571 69,571 0000000000601f041105944247bee8141bb3bef1cb62a2c7eb09a9c8172e6be6 0.00 MB 4 0
69,570 69,570 000000000054ee62fbd77dc93907168137451740b669b7c03ecf3bc096a00cb6 0.00 MB 1 0
69,569 69,569 0000000000f68d15d5f198b36e8c74680888f259a6766d670c7968ec803f4bfd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.90 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,225.00 GB sent, 118.06 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.