Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,182 transactions (2.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,210 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,174 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,209 (883,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,616 26,616 000000009fe8530ee0062712bfd93841b392f31dccdab9655e89039fb83ca2f7 0.00 MB 1 0
26,615 26,615 00000000df77d28d175b12237674668ba290cc19ae42efc1fb4cc2054e8c7b61 0.00 MB 1 0
26,614 26,614 00000000c88b637442e776bee2bad3bff54a50faed9dfc43dd3145025979433a 0.00 MB 1 0
26,613 26,613 00000000f053b1bd0df19e14a2135472cfcdaad15d1ea966323a207f05606abe 0.00 MB 1 0
26,612 26,612 00000000da5dffff7dd76077c964c1276ba28e021ff3c94e0047665e191dd3f8 0.00 MB 1 0
26,611 26,611 0000000075686cda0e1aec9ac89930ac0e4b852ec0378f95afa3de89cbccb527 0.00 MB 1 0
26,610 26,610 000000005a531ce0387180ab00ea0e28a4d94f23820faa415f86a9ac39b115fa 0.00 MB 1 0
26,609 26,609 00000000965ef532c2e9adc0c12e2ec75bfe867efaacde03960da8ad30c4e7d7 0.00 MB 1 0
26,608 26,608 00000000096a3119183d1e6b60bd2b7c914d867fdb7f237295c5ecd47b07321f 0.00 MB 1 0
26,607 26,607 00000000c94f74ab16090afacf480c4de39345da1018d6c55d73a602f7ac4984 0.00 MB 1 0
26,606 26,606 000000002c5e23005bca8774ecb80beaebeb6b61974720063d8cda76f886d4af 0.00 MB 1 0
26,605 26,605 000000007b7482a65ee92a577dfa9814238cc9f6846ee81cfd011728dce5793e 0.00 MB 1 0
26,604 26,604 00000000735b5b8ddc80f790d906e773b1f02863a3b6134ead648494946b55a6 0.00 MB 1 0
26,603 26,603 000000006dc12b14b6db58557b919bc96af8dc8031131cf5c9bdcc5327869773 0.00 MB 1 0
26,602 26,602 00000000e3bd955c073bb95558243ca2206d2c9ecac5802499661d017aebeb4d 0.00 MB 1 0
26,601 26,601 000000001fd1eee68389493636d865ed985c82488af96622e3727856aa9df422 0.00 MB 1 0
26,600 26,600 00000000ccaf846a8e8f0dc1ab38bbfe1a6183d69e0fd733fdae3af6c37963d0 0.00 MB 1 0
26,599 26,599 0000000081b81d8cfbbc1d29212ac66037711321034771fbbfa412c1ae48edf4 0.00 MB 1 0
26,598 26,598 0000000036933faf8743675078a5e576e6c771d7fe0d406dc57118b9cb817c8c 0.00 MB 1 0
26,597 26,597 0000000006d99de6823db06c3b43db787673e81f6f72ba52fc7cab2f3d7b9046 0.00 MB 1 0
26,596 26,596 00000000b5f410eb60fa451d892d3312074f7087236f5e4f8bfa2ccee10ad813 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.78 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,196.28 GB sent, 117.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.