Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,129 transactions (1.25 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
911,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,125 (853,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,776 57,776 000000000cb32fce87e67e2b22ccae4cf960d7ddfb8303caa102db9d80ed3688 0.00 MB 1 0
57,775 57,775 000000001587f5769a4d1fe538bb52ab5905c909ddca261103e984a2a85f3aa0 0.00 MB 1 0
57,774 57,774 0000000012f3863aa5beff8f284b1e1823f82c4e7d345be85ca277f6bd57808e 0.00 MB 1 0
57,773 57,773 00000000078f6c5fc2463cdadfc3e064d098a0d47943b3a88ffdcea14b18c9f6 0.00 MB 1 0
57,772 57,772 000000000674cae5d40b2885c4b2fcb15d8b1895a7f7eed1f57ecf93abbdb84c 0.00 MB 2 0
57,771 57,771 000000001179b0a964a1bd80d9ffe99f6b515aaef8761dc3f1ab42cda77e1cab 0.00 MB 1 0
57,770 57,770 0000000011f12d8153b12b709ae9655b946fda73ff91851ed060300ff171c87d 0.00 MB 3 0
57,769 57,769 000000000869bff559c27f59af1d69f84fe539e4ced2dd4ecc86f88a4b89a7f1 0.00 MB 3 0
57,768 57,768 00000000132961e74a788ac69e22affe0b466a79478dd186eb22659f2e5c1f95 0.00 MB 1 0
57,767 57,767 0000000012799552eaea4d924a23616fa6061422e7d5ca8fa03cab73d921a9b9 0.00 MB 1 0
57,766 57,766 000000001251b10f51f3a84bd2acc4b50563f750096e6ebdd24c486190fcde48 0.00 MB 1 0
57,765 57,765 0000000005ab3b436f090e9385fd3a208fd8eb5d2542cc79a6c7d99e9ab6b317 0.00 MB 1 0
57,764 57,764 0000000012cf37eda496b2cf987143dd0623106695e0afabc9c386dca6d0e694 0.00 MB 1 0
57,763 57,763 00000000121e7004356da10d84f83498edc06ff383177a3e9bdeacf8db7b8c3a 0.00 MB 1 0
57,762 57,762 0000000011b003f6b24af912c0d0b3bda8948d6666a01c904426ccd410d5b051 0.00 MB 1 0
57,761 57,761 000000000649d84e809bef855780e7afd560aa7868e0c3f16b6378a80d595925 0.00 MB 2 0
57,760 57,760 00000000017822728661a1c1400fb50ed8f0c59bc2bc1498ff692633fc467083 0.00 MB 2 0
57,759 57,759 0000000007bef04a0e93ea79cc5b563d2fe5b879d66e4763762dc05e0d8700e2 0.00 MB 1 0
57,758 57,758 000000000fc021b4c618d93eeb080f9f9298d82fd4929695fcfe20dea527c5ed 0.00 MB 1 0
57,757 57,757 000000000acbbfc6df4898dfd5e0928da376635dd326b89d7a2363783f1919c4 0.00 MB 1 0
57,756 57,756 0000000008328d5ed919dcf89f1c788d159b011be017d2398e97a31617166807 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.48 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,370.47 GB sent, 126.13 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.