Loading Tool

Explorer IconExplorer

Memory Pool

88,290 transactions
32.17 vMB
0.13701336 BTC
Random Selection Loading Transactions
Max Size: 194.94/200 MB

Candidate Block

Mining Attempt dbf127735d76571889831df6fab5cef671548e48c183bc9a79c17a67b3845e7a
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 315ba9bc9a51f0064699b86b718a77df3e3d38012a8876e4d3d2814bc382c4d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.05089147 BTC
Feerates: 101.65 > 5.10 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (109,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,000 806,000 000000000000000000047c45fecacb5b55d47a589ce0725d6363bb1ed3ec5798 6,207 1.00/1.00 vMB 10
805,999 805,999 00000000000000000001346a1f949530641faace55501b32ac789cb587adf3d4 2,071 1.00/1.00 vMB 12
805,998 805,998 00000000000000000004009f07587f76bf521541baa0b5402a4a55bce443bd50 4,629 1.00/1.00 vMB 10
805,997 805,997 000000000000000000007f2040f1cfbe4f20ff5926b2311a029db22358c58d48 6,417 1.00/1.00 vMB 10
805,996 805,996 0000000000000000000379c814b0e28482fd19e3d2dca83101edaa4d5cea2f9d 2,689 1.00/1.00 vMB 12
805,995 805,995 00000000000000000004c493f7ba9ae068ffc7f4947e4aef341ecfa6f9b07e09 3,621 1.00/1.00 vMB 9
805,994 805,994 000000000000000000011e036cfaca337646cb29fb512602b7d57d0307e8c23a 5,754 1.00/1.00 vMB 10
805,993 805,993 00000000000000000002dfb56c2148d35c1cdd5a75b03af9af7cd97b65cedc0d 4,985 1.00/1.00 vMB 11
805,992 805,992 000000000000000000005bfcfd0caedd9f3117136a9de80e55bb710a0dd1541f 4,619 1.00/1.00 vMB 11
805,991 805,991 000000000000000000036f5e958bb2b84db4592a0a9e33a78b4939393c6a22f9 5,697 1.00/1.00 vMB 9
805,990 805,990 000000000000000000015e0ffdc378afdf8360d7e543d312e9cce9e1bebc1272 3,649 1.00/1.00 vMB 11
805,989 805,989 0000000000000000000347cf2b7e162c93924dc7223b4b1390c438848657870c 2,378 1.00/1.00 vMB 12
805,988 805,988 00000000000000000004873bbfcec02cba0515793727a6171221a8c72dfc2a18 2,486 1.00/1.00 vMB 17
805,987 805,987 00000000000000000004065c1c78a5bb648c6d7504517574aceb1deed8a9ca0c 4,918 1.00/1.00 vMB 9
805,986 805,986 00000000000000000004100792d8f6349d663752a2384d1bce67bf6e28a80ce3 2,472 1.00/1.00 vMB 12
805,985 805,985 000000000000000000021f9697b7bfdb13b4e41d8b44680a65c2f0e9606e1e63 4,118 1.00/1.00 vMB 11
805,984 805,984 000000000000000000031813b9da1d6c857cc4f2588c7ea14b1c8bba606a8f93 5,542 1.00/1.00 vMB 8
805,983 805,983 00000000000000000004e59487a52fa5b7ece31a2905fcf868bf429ef6dfbe71 3,685 1.00/1.00 vMB 9
805,982 805,982 000000000000000000046b3c0d0c3a9e1c297990d34269ed750d6624c5c4d120 3,930 1.00/1.00 vMB 10
805,981 805,981 00000000000000000000494b142fa54979b958b7b9d8863e97f12b7ab70b2b02 4,192 1.00/1.00 vMB 10
805,980 805,980 000000000000000000042d999921e4fb13ca6c4e3d947cf6bfb2a46206470759 6,058 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.91 GB
    • Received: 15.64 GB
  • Uptime:

Notes

  • 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.