Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

881 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,935 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 869 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,934 (820,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,119 89,119 0000000000102ddeea33743434495c530d264e70cb22e8ef1e80ce13348b7c6e 0.00 MB 1 0
89,118 89,118 0000000000068b083b988fe733b7e747cba4ee0b1bb6e9379975bd8a63900602 0.00 MB 2 0
89,117 89,117 00000000001050d99f6cf669c10205909804324efc17c63798775f0f2542d45d 0.00 MB 2 0
89,116 89,116 000000000009abf7a63dd474f47d05617ac910360aeff607009110c81a6b5680 0.00 MB 4 0
89,115 89,115 00000000000363c23082876cf8c22d1984e8a9a6006a73d757a7efc5f8dd4e18 0.00 MB 1 0
89,114 89,114 000000000001e5f481147da3a766e1f1b6d30ac66f72dfd1a10db025b4ce35f0 0.00 MB 1 0
89,113 89,113 000000000001ff80148d4c3756ec50bea7f5a6f81afd9b6283f6dc7cd19692a5 0.00 MB 1 0
89,112 89,112 0000000000025328d73d4117c0d36d2c22d3978317c7b1a99e663f8aa8bb62f5 0.00 MB 1 0
89,111 89,111 00000000000e3959cca6837ec34db19a18ed5faa8ccfc3e8f80478cf70f3a3a0 0.00 MB 2 0
89,110 89,110 00000000000846fbff94b1c3d4ecd7e5b5a4883a702b2610dce39549186429bb 0.00 MB 2 0
89,109 89,109 000000000010b91fc6e29c48b35030734e3a1e82882600913a79d8f2426f9166 0.00 MB 2 0
89,108 89,108 00000000000677e01d0c4a207f1c4f1ab74fa82f36ccd11a743d7be751bf11ed 0.00 MB 1 0
89,107 89,107 000000000006436faacc19086841ca736364f6cb6a8b216065f96a81b15b4d6e 0.00 MB 2 0
89,106 89,106 0000000000119a292cd410cb1c2b5a28482a6b72cfa550dba11c6a40400f2e64 0.00 MB 1 0
89,105 89,105 000000000000e2bf3de0cb4cb61ff2d567d0af63a89050d7cbd07b1a2a09e03a 0.00 MB 1 0
89,104 89,104 00000000001194fa4ab7e6b867f18fc260a54e572c7c323c62b3cd799f3fed7d 0.00 MB 4 0
89,103 89,103 000000000002327be73d31f7c84c0d83f2d39e9f7d07f9895124a90f921a1654 0.00 MB 1 0
89,102 89,102 00000000000545028e8b9bfe7a64203fb270e33b1d4e869171b311e21a73a3c7 0.00 MB 1 0
89,101 89,101 00000000000c24a5a8955fd2b6383349ec923588e7d062eb226bad5af9b6004b 0.00 MB 2 0
89,100 89,100 00000000000760d0354522d5ba6f8d6eddadf4214b69b9fc24861ced8053a6ba 0.00 MB 1 0
89,099 89,099 00000000001252109afc281b3983799135a1bb99625f3f7fb7b31ec330dc9979 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.28 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,173.78 GB sent, 114.77 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.