Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,664 transactions (1.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,858 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,233 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,857 (883,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
26,595 26,595 00000000c8e65b40365d65e57e048f78ae30ef3d8361ce9e812388d0afbb5bff 0.00 MB 1 0
26,594 26,594 000000006381a4f917bd2aa9d0680d82cc9b03aeff63cd485a21306562aae937 0.00 MB 1 0
26,593 26,593 0000000011e0fbc3e55c9be17d63f5b33b6a9ea8df4aaf754da03a154346c213 0.00 MB 1 0
26,592 26,592 00000000ccc7fa500ba0bee4bb6042a8e3be724d691cec8872a570289d2d592a 0.00 MB 1 0
26,591 26,591 000000006a31e7e5864dd4be100ebc9ca2ef8b22e6d009363ee6146963224fd7 0.00 MB 1 0
26,590 26,590 000000000bfa2591634e6fda8d218774c1e338734f2f83d89675df3068e3d715 0.00 MB 1 0
26,589 26,589 000000006f09253bde39e402fc4e17217f8e2fce2243792cedbe4d856f706b73 0.00 MB 1 0
26,588 26,588 000000008f67708152c67881010260ad61178d57ca62e148221fc8e40ca6c0d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.13 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,167.20 GB sent, 113.96 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.