Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,982 transactions (1.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,765 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,764 (839,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,621 71,621 0000000000b0304d82fb5f76aa17bd094900a16b5614c4936996bdb541e60ab5 0.00 MB 2 0
71,620 71,620 000000000107642fbf5217ac4a491cf71a1b48f85fe671bfcd6f97271152ab3e 0.00 MB 1 0
71,619 71,619 0000000000aac73cf4319c78dafa0ce2be3cc8a3248514282abd000dbe4f12cf 0.00 MB 1 0
71,618 71,618 0000000000d7a35cf5acf44d570cf90cfc78260a5eead39fe9ca7efc6b5a143b 0.00 MB 1 0
71,617 71,617 00000000000a684ef74511927971a8e79452278e1cd243eb4edb409e96024579 0.00 MB 1 0
71,616 71,616 000000000062148af9d3f2a1e4d2c817c4554b1b9872a97fa5d5742992f63734 0.00 MB 3 3,875
71,615 71,615 00000000001157ae283d80b06c9e2adaa64a6a075077601a8c64c3a9dd2e7976 0.00 MB 3 3,868
71,614 71,614 0000000000d17a66a7abbde85f08bf9480cd91616738d2e39566678d8b03481b 0.00 MB 1 0
71,613 71,613 0000000000a9290fdbc2fa983c74f8e05c4b87b4dee608e6bb26c8464ea61a9a 0.00 MB 1 0
71,612 71,612 00000000000595e7251085dc08c9aadfae600c2a8d2b80104d8db2f32b8aad2f 0.00 MB 2 3,891
71,611 71,611 000000000040a9fc4091365b77fd19055333a60ee5efebe0580cec75aa66964d 0.00 MB 3 2,183
71,610 71,610 0000000000af397c5299f553adb81d9782c60a841bed337327b62c10cdcdf173 0.00 MB 1 0
71,609 71,609 000000000092ce2d33b38fb80f3aad04e91b1d1889da3a40e01f4b75d26ed71f 0.00 MB 1 0
71,608 71,608 0000000000e1d698379cd5683d9d7f538c1f220019b54b4810b3016f77966c98 0.00 MB 1 0
71,607 71,607 000000000068af379f383e88478432335ba320cf302e43a32bb0497f7160e343 0.00 MB 1 0
71,606 71,606 0000000000225d5f631217d0b79bc8e191fbca2bff3fb9d87d6311e6714671d8 0.01 MB 2 0
71,605 71,605 0000000000e987d462109d64eb3282467d89bfc76e4e5ab9c096363b2db3ecea 0.00 MB 2 0
71,604 71,604 00000000005d25db2d666b4753eca453fa75f68dccee298b57e677ec2ea400be 0.00 MB 1 0
71,603 71,603 0000000000957e1f8538797b10d71d125fe326a54070017160ba8d4936e32417 0.00 MB 1 0
71,602 71,602 0000000000624bdaf30f692bfff8456271dbfc7d54b44365d9dbd5b0b4d744a0 0.00 MB 2 0
71,601 71,601 00000000004b160c5a614139438ecde2c453cc893ff401081c9850e3aefd6aaf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.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,294.82 GB sent, 122.64 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.