Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,189 transactions (1.60 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,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,704 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (878,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,837 31,837 000000002b3850deb548d4fd230d6607a01813aea3aaf74bd98e40cc317b0e80 0.00 MB 1 0
31,836 31,836 0000000092f2ded54064e7ab9d128ccd11920e1dbc51c5cca33a30fbaa024733 0.00 MB 1 0
31,835 31,835 0000000074d644be6b9513970bae12114c3501130ae30056f556647bde06d15c 0.00 MB 1 0
31,834 31,834 00000000bef53fb454820d8c45d94aa071b055353d3bcb43b4794c53fb954f3b 0.00 MB 1 0
31,833 31,833 00000000f3344b221b27525788b82d2f46d0cac4e96cca9d84e59c4851d1a205 0.00 MB 1 0
31,832 31,832 000000005db8958848b71b2ca663dfc5d4577e2ec07cee9a6574f9cce6cedb6d 0.00 MB 1 0
31,831 31,831 0000000085161a14d6a17e408aef85c788bd68848ae3cccc7cf5b144f2436474 0.00 MB 1 0
31,830 31,830 00000000b69be346ede7e15557d4715d9c3f4cc90c1ed22f439744c974d7bade 0.00 MB 1 0
31,829 31,829 00000000618da342e2305be21da8408eb2e1e9271bad491f3a4e6fee5353bc4e 0.00 MB 1 0
31,828 31,828 000000002e599a35f7d82b391e6d1e0fd7ef7a51e4b35450dc0a90c90552e0f4 0.00 MB 1 0
31,827 31,827 0000000056bed3495f81410404b8b6cfcec01b833ee6e434df9b3c9d61a12286 0.00 MB 1 0
31,826 31,826 00000000d2b4c16ba67147d4fc3f12dd57ab3ccedc9f5a1ef42391dff84d27d9 0.00 MB 1 0
31,825 31,825 00000000ad234fa73959a2381d15aad852e6d5d8713e3d3f1b37dbfa0f6d3500 0.00 MB 1 0
31,824 31,824 00000000a96b99af51dfc3cfc970fcc88144b781dcac8b4312837ad4a664e405 0.00 MB 1 0
31,823 31,823 000000002746f79b4b9297a878ed4af1b996340fdcfd994d0df634e44f7f5b51 0.00 MB 1 0
31,822 31,822 000000008ff4ec1bfa73d4f82fe183b03d1769c6835e61c3ade19fc2275cca55 0.00 MB 1 0
31,821 31,821 00000000d037ef9b6a5de63362e0b612297e265a3db207d672fa679ceb4c8a9b 0.00 MB 1 0
31,820 31,820 00000000c78e76e0371ed5b693ba49afb059e3adf4632959aaa63d7665d7a15c 0.00 MB 1 0
31,819 31,819 000000000b36ea8246baf3924b46a8ed2e7365d6a780469dac7894c4abd0bfb6 0.00 MB 1 0
31,818 31,818 000000004b21627d24ed82b0315918f8132be48ae4fcf14a0a81cc550a349087 0.00 MB 1 0
31,817 31,817 0000000006efd8491c1ad54fce34baeb479217091774534957cd7dfadd36c558 0.00 MB 1 0
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: 11 outgoing, 113 incoming
  • Data Transfer: 2,281.08 GB sent, 121.56 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.