Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

405 transactions (0.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,542 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 405 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,541 (60,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,755 850,755 00000000000000000001237338d1bafe37b391debf408e0ef5aaedaee0c4e1ad 1.53 MB 7,624 6
850,754 850,754 00000000000000000002ba17936b87a4561dc289c3b840bb69c277d46a30af42 1.62 MB 5,327 8
850,753 850,753 00000000000000000000b9a3c7ccdfc90074189beb5cc7081e77a5b5d03487fd 1.56 MB 1,815 11
850,752 850,752 0000000000000000000144e2d9d01feafa3e2518a2a2a509cd86673e21c9ba60 1.65 MB 2,871 12
850,751 850,751 000000000000000000016e792fc3bd650030e9acd074a910c7905bbe9bb79899 1.51 MB 2,738 8
850,750 850,750 00000000000000000000e0d9e05fe7ed8e2741a490dd8c01a9ed4118e9939f0f 1.57 MB 2,898 18
850,749 850,749 00000000000000000002d0a0b85126374a63312d2fa98913421ec03cbeba40f5 1.60 MB 4,534 9
850,748 850,748 00000000000000000001d0f2772209e551330878ca02b2af5cd58909ffa4615c 1.59 MB 5,852 7
850,747 850,747 0000000000000000000087dad4e11de4e83cd2ea54bd5417c25f17e864edc511 1.57 MB 7,650 6
850,746 850,746 00000000000000000002b698f7ebe6345c5241e13543bb0bd02244609fb27a88 1.63 MB 6,496 7
850,745 850,745 000000000000000000002aeb2dace1bebd2d0eca44444bb0b3614e1d6f3d075d 1.61 MB 5,989 8
850,744 850,744 0000000000000000000160b1f0be416fcbfb5617994cb1f4401c149aec69fd11 1.63 MB 7,202 6
850,743 850,743 00000000000000000002d3a9942cc12aaef6defde5639b0bf574950df179c1a3 1.09 MB 899 6
850,742 850,742 00000000000000000002333d41bfd7278d776522f6f5d311d16041ae89711ae8 1.31 MB 1,965 10
850,741 850,741 00000000000000000000a75fd3533eb026cfc8c825315ae592bf1410556a9a33 1.36 MB 1,799 9
850,740 850,740 000000000000000000001a67415bb3854d5e3483929a0a7af6b125fd448431fc 1.50 MB 2,821 9
850,739 850,739 00000000000000000000729ef62b8fb4c764aa12b0149cab7246b52f89a31661 1.42 MB 2,290 14
850,738 850,738 000000000000000000013d46f875197c29ff627625dc8080fced45a5d585c9e0 1.71 MB 2,408 11
850,737 850,737 00000000000000000000de82cd8ee28b44aa47fb53c787a46aeac1f2371ffbdc 1.60 MB 6,591 7
850,736 850,736 0000000000000000000101bf81b878c10514d79383825385ea1a10b0741699dd 1.72 MB 4,614 9
850,735 850,735 00000000000000000002e2bf3366078a03e9e9c86a16f53e60f7a18c4253a38c 1.65 MB 2,448 10
Previous 10 blocks ↓
Total Size: 776.24 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,413.74 GB sent, 129.85 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.