Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,061 transactions (1.51 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 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
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,756 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,190 910,190 00000000000000000000a11e102c78d1e2b508fa394c9dff5fea276638457b4a 2.25 MB 3,908 0
910,189 910,189 0000000000000000000190b502d0bb2445d9d450c015f8d9db13f6b05305854c 1.84 MB 4,228 1
910,188 910,188 0000000000000000000010eea9dd5662e706a62c258c4806564ff7275f30c053 1.88 MB 2,036 1
910,187 910,187 00000000000000000001631f7201583c208cef5c49ef3a42bbdab93a8d725429 1.72 MB 2,433 2
910,186 910,186 000000000000000000008f7a0077aada1caf44c068ee22ef94704de9abcf3475 1.76 MB 2,078 1
910,185 910,185 00000000000000000002248d74fe0e7c3a7595c8c4294334e7c37740db2d4353 1.61 MB 2,370 2
910,184 910,184 0000000000000000000121452370028916dfc1f0bcd374432cb08f0526af8393 1.54 MB 4,157 5
910,183 910,183 00000000000000000001ca5128fdad8dc6a56895d48cd604b54d52070ed29c2b 1.45 MB 1,993 3
910,182 910,182 00000000000000000000d384ec2b74fa5981813181e37bd18ee0940583c154bc 1.52 MB 2,406 3
910,181 910,181 000000000000000000020321d00ad23be1734229444fdcdd20978573486a68e5 1.62 MB 3,840 5
910,180 910,180 00000000000000000001c6b1ea0409d689de1501c0f5002d521233220cf25bca 1.70 MB 3,266 5
910,179 910,179 0000000000000000000087d62338fdb925fa675255c3d6d3e57c56ace1630d41 1.62 MB 1,944 2
910,178 910,178 0000000000000000000088bc08d078d29a0c78431ade73445774f99d59cde1a8 1.60 MB 3,717 5
910,177 910,177 000000000000000000022c32348b608a08923f818048a29c939c651def549d29 1.74 MB 2,988 3
910,176 910,176 00000000000000000000a71350a6be6a85c2f0ce7ea781f1d75f301d8ad75eca 1.62 MB 3,671 4
910,175 910,175 0000000000000000000010b6ce0bdfedeeedfb28ce6a2cac078792bc9891ed38 1.53 MB 3,916 6
910,174 910,174 00000000000000000001c37939e91fe6e9edea67a112de3ed27676b490258dad 1.55 MB 4,242 5
910,173 910,173 00000000000000000001f960b965e70b59cf776ab7967521000c192872ca6da2 1.64 MB 3,916 5
910,172 910,172 000000000000000000014e394b3d690810bd74e251417c0adc4e7e42299db30b 1.57 MB 4,058 6
910,171 910,171 000000000000000000022acb215234cbce7c32e9e76ee12844b9321ee5f37202 1.44 MB 3,112 3
910,170 910,170 00000000000000000000d5972a179c09cff955b4682533d8980a1b1a7eea31f5 1.85 MB 2,760 1
Previous 10 blocks ↓
Total Size: 774.59 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,281.24 GB sent, 121.57 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.