Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,363 transactions (1.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,510 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,872 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,509 (822,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,176 88,176 00000000001e5e4600e49ad780286419c92caa1b0659eaa2eac58b987180cbb8 0.00 MB 2 0
88,175 88,175 00000000000c972c431148fe671cbde141fc78fe0b848466a61b9a4fead463ba 0.00 MB 1 0
88,174 88,174 00000000000f55cc0db2b8ab01c8a3e00800d57dcdc849ec7a2094d4f953068d 0.00 MB 3 0
88,173 88,173 00000000000cc8f2d5f99a20b2be4168cb10ebecd274a61415a44263803a619d 0.00 MB 1 0
88,172 88,172 000000000014e380c7dfa6524fd803c02389c4cd7be52044c469eedb1953cc1a 0.00 MB 2 0
88,171 88,171 00000000000f207f3430bba6b7850df3fb95e731b208719fae100d6600a5e8c4 0.00 MB 1 0
88,170 88,170 0000000000173e57ca649c3da7f999d51e828cee403ac73fdcbefa73bb689efb 0.00 MB 2 0
88,169 88,169 00000000000f13a03d48b5785a07c5ed6cdd5cc360fb0e6afc77bc93b7fcd012 0.00 MB 1 0
88,168 88,168 0000000000012d730ff38990e78dc0e1028652fb00e33e21ec8e27bcc9a8f4ce 0.00 MB 2 0
88,167 88,167 00000000000d03d6d149b6a0cd3e4c99f19198b4f2b98bdbade70cddf8397bdd 0.00 MB 3 0
88,166 88,166 0000000000118d5e019034a72376842ec5357ab5c21798038cc6a0c70775c85d 0.00 MB 1 0
88,165 88,165 00000000000f39bb5955e1a40404845afbacace516294f0f582b5804872dfbfa 0.00 MB 1 0
88,164 88,164 00000000000d3c63f9812e43d9ee90d20f542fbaee7c4688634c836d41899c7d 0.00 MB 2 0
88,163 88,163 000000000017ab367284863e88faf6fbc9a2111018345ab9a27d60c2adae491a 0.00 MB 3 0
88,162 88,162 000000000002a7909a6b669f5a16063a3ff850a5e2855ef0202a49f598daf8c8 0.00 MB 1 0
88,161 88,161 000000000000760760a8a9d4763972c5f5028f4eb5e06e10dd39d0772595dfcc 0.00 MB 4 0
88,160 88,160 0000000000147e85f01bb7958b73f7af8e61a368bbd8dcf9644255bcd9de2153 0.00 MB 3 0
88,159 88,159 0000000000136c83adb0b695acb2c8851ef56b5939a51f604e939053bcff963a 0.00 MB 1 0
88,158 88,158 0000000000045ac2f11bbd5dc2d6f936565960d5a8eed2a8ea86dae5cc441757 0.00 MB 1 0
88,157 88,157 00000000001169a453c9578f52c38d96e774474aae551658daf83673aaf9fa7a 0.00 MB 1 0
88,156 88,156 000000000005541793e55d3e2c76097239381ef6e5abfc6f7c8cb219a9b68d44 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.57 GB sent, 120.21 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.