Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,840 transactions (1.87 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,387 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (820,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
89,098 89,098 00000000000b89c3852a248463eabf747b3bc7b1099a18729ad42d0caebd605e 0.00 MB 1 0
89,097 89,097 0000000000108bbcdaa50d36e310c5c9684acd5044bbaa266ba84f3dba36ef86 0.00 MB 3 0
89,096 89,096 00000000001410932c3ed0b8c3f87d8349db1c49218cbe6ad0a78304e8a1874a 0.00 MB 2 0
89,095 89,095 0000000000145c66385ad228330b750f23c896ca5cbc8a6facd0d14b1d3b6c20 0.00 MB 1 0
89,094 89,094 000000000011565591309bdb914f531915cfe0bf2fec0717210863c40075f6a2 0.00 MB 1 0
89,093 89,093 00000000000dc3d70d50502b438eb691773e3ea29233a8c08601ac0abaf7c65c 0.00 MB 1 0
89,092 89,092 00000000000fc24289065358f622ba846c2748b7753d2bfbd469b8020a270737 0.00 MB 1 0
89,091 89,091 000000000007947b75266876992e49f4dcbf607743988f331762305d546da064 0.00 MB 1 0
89,090 89,090 00000000000df62aa8f037ed3b28c0336871e42612be7548815af1caab62bb1f 0.00 MB 1 0
89,089 89,089 0000000000033e936ff8535fc5fbd2e0eaee3a3f013b9823564efc0d4ebc9ab6 0.00 MB 1 0
89,088 89,088 00000000000acd874f4ab9578a144a4ae294ba0c355d635cf65cd826b9036c72 0.00 MB 1 0
89,087 89,087 00000000000ea85e8fe85227896453bef1a08a5f5b03ba6eaac156fd6da797cc 0.00 MB 1 0
89,086 89,086 000000000012ba5f9c381c166530855ac32ab22c16cb846ced54302d5dad03d2 0.00 MB 2 0
89,085 89,085 00000000000cc4a3537cf0f4cf32a1030d62ff88bc7a4e8f5d401fc0f168fce9 0.00 MB 1 0
89,084 89,084 000000000014ecc2d680233fdd107659335928e7380c8924de5487b4d489d655 0.00 MB 1 0
89,083 89,083 000000000014dd283e3ff7279a27ec86e2bfb2204f0e59d18b715df5452ba03c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.49 GB sent, 112.52 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.