Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,301 transactions (0.85 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (865,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,168 45,168 000000000500068c63bb4a3071f8cef395aa70f39209a92552f7041951e852b7 0.00 MB 1 0
45,167 45,167 0000000019ec2e0fcf75cf8a10f54ece1454b243a5e2dc7d98fc4c4d87e21bec 0.00 MB 1 0
45,166 45,166 0000000023a01ef5cc1378f05cb8563a617635f448e78b1a70267da4b64e7aff 0.00 MB 1 0
45,165 45,165 0000000007be4ef795e81309dcf7e98f6de7a6f45e1c56bd49f285c675d0914b 0.00 MB 1 0
45,164 45,164 0000000035ecc4cd6faf04f579a68eb482eb95169bbad28ef966393c86f8a416 0.00 MB 1 0
45,163 45,163 0000000028c21c0954e11e870cd15a41763d522181b87932b64d7eccda240a28 0.00 MB 1 0
45,162 45,162 000000001d18d2bea87b1b2ea599995961160f9780ae1a7b76077176c13cc66a 0.00 MB 1 0
45,161 45,161 00000000327cf01fc0e4a27167661a98bab16142b459543704c706c44c04f6a3 0.00 MB 1 0
45,160 45,160 000000001eb872bfeb22bef0fbea6afae0c574f236ce7ff158e3f54c1b398d8b 0.00 MB 1 0
45,159 45,159 000000001c20f7846b2f23137974b4757c7a924d77ae87df80a93a9ef5616a5a 0.00 MB 1 0
45,158 45,158 000000001b0e9ecc95481abb3ae9b9c77ddb904e3637adb931900f828eb88c2d 0.00 MB 1 0
45,157 45,157 0000000008ef50c9b1affc551f2d1176d3b5507b020bf7d60234b2386317667f 0.00 MB 1 0
45,156 45,156 000000002b5b1c56117d5e0304ba0d20ac37849e995f2feeb744f0500a09d70c 0.00 MB 1 0
45,155 45,155 0000000010c399e3e9e4afe4a3d3247d33afd48efce2d55e947ac5c34101319d 0.00 MB 1 0
45,154 45,154 00000000159685cb55ad816c513eaa549f56371ef76676d5af5e1737c52d7e1d 0.00 MB 1 0
45,153 45,153 0000000031fd7fc62e91343619de6e21f8b605028dee36cdd30244f503cc5457 0.00 MB 1 0
45,152 45,152 0000000028e3c20c708d3ea5eb2ad80ec3164fb42d8754c6b38cc4a3d05790b1 0.00 MB 1 0
45,151 45,151 00000000267a231edcaf576130236306fb90ed2f2229d150988d7f2794b9c33c 0.00 MB 1 0
45,150 45,150 0000000002bb467b31ea5208d4c503c8ab6bdbabf3f91ab4ac2f61d2008bf000 0.00 MB 1 0
45,149 45,149 000000001492be5f1128aedac551f93f049e9450859a75473976a84380cd00b6 0.00 MB 1 0
45,148 45,148 000000001677d569528c5108cb86bcf1b8bb10cbef86b7036bd1517eb61db83d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.21 GB sent, 118.91 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.