Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,993 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.92 vMB 2,990 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (376,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,167 535,167 000000000000000000060f353c707958dd8318eb21dd0e47275724e09720ebb6 0.17 MB 259 10
535,166 535,166 0000000000000000000c57fde5e2943f3c36cad86eeef864a3c56c86bca3c102 0.85 MB 1,535 15
535,165 535,165 0000000000000000001f404f32c37397b74399db50724406fc69cc360363d043 0.20 MB 367 16
535,164 535,164 000000000000000000111793872a947ec1bc38e179c07b0f29b644392737e8d4 0.46 MB 740 19
535,163 535,163 00000000000000000000f92742206895cfcaff8603875caee841b6b496b2767a 0.36 MB 648 15
535,162 535,162 0000000000000000001299457f66872ba4f97fa3a57b946694bfe0b6ec29965f 0.02 MB 60 18
535,161 535,161 0000000000000000000e82e2ece9d2c02c47692b49fe69a27745834e9f6a7e49 0.47 MB 874 14
535,160 535,160 00000000000000000017858405180a2519047db0321bbca12861c80eead2c17a 0.83 MB 1,554 18
535,159 535,159 0000000000000000001a2638321c4a639200516ec156a31e80739a369b217ba5 0.30 MB 628 9
535,158 535,158 00000000000000000014f933e79e5993f2cb74985a0fc0e30b5fecbc914bba7c 1.15 MB 2,135 16
535,157 535,157 00000000000000000023c32bc2d69879252d5ab590edcd053055fa51567a76eb 1.10 MB 2,094 18
535,156 535,156 0000000000000000001378b714c298808050dbc5c3fd6c07b39a047119e611f7 0.23 MB 436 21
535,155 535,155 00000000000000000022617096a581ca4bf00df50bc7d152560acae467488b68 0.29 MB 662 14
535,154 535,154 0000000000000000001db9559ca7d65e5378d55806ee67b508362c4ca5ded6ee 0.42 MB 447 3
535,153 535,153 0000000000000000002c73d0c66958e4b993925dbe4102148ec8b2851fc4b821 1.14 MB 991 8
535,152 535,152 0000000000000000001b45d352f011738cc3de4e2e526fa69e52f3e5d33a2a6a 1.15 MB 1,561 11
535,151 535,151 0000000000000000000e4cca51a6eb20c339cc7565bbaca08557e6c24e097950 1.20 MB 1,351 21
535,150 535,150 0000000000000000002cc30cb05140c91a1f6291ed45ef5fb6580cb8d7ecf814 1.14 MB 1,682 13
535,149 535,149 0000000000000000001fccae58095b4f60b512a490f50365206a0a8c8c1b89d8 0.16 MB 27 1
535,148 535,148 00000000000000000002f78dbe1947745b6cad9fa6249ccc13438723c871c5b8 0.49 MB 991 15
535,147 535,147 0000000000000000000139489be680b9360f014000fd093fff0b784eb1b6cfbf 0.63 MB 1,242 19
Previous 10 blocks ↓
Total Size: 776.80 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,468.80 GB sent, 132.54 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.