Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

249 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,127 000000000000000000022cb30000000000000000000000000000000000000000 0.05 vMB 243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (864,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,231 45,231 0000000038239540c2d3d9205e85064568f522f8c0624ad658acdb06850993ef 0.00 MB 1 0
45,230 45,230 000000001229dbcf0db7f971dc6a380e5219c4771e136ad107b09bbc806cc5f0 0.00 MB 1 0
45,229 45,229 0000000016c6a8396102414d4fb955cc1d572e31ecaf252988ce818ced56f4f9 0.00 MB 1 0
45,228 45,228 000000000d6096d33ca1ca2e5167ade6471fa4170cfbd2cec1b367f5d276fbc1 0.00 MB 1 0
45,227 45,227 000000001286493a424abeb897dbd5a007ce71ab0a91ce8c73e76745811a11a5 0.00 MB 1 0
45,226 45,226 000000002287401ddcb88b2ad0da991cd5ff66b82b2d7134132014689f75160c 0.00 MB 1 0
45,225 45,225 000000003461f7c2e5db715a0b97fe4bc5e7e94857f5cf97fd372be89d883b5c 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.62 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,191.22 GB sent, 116.60 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.