Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,771 transactions (2.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,531 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (876,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,092 33,092 0000000056d351829643476f7daac5449453b31de13ad9ac5961352c294ee422 0.00 MB 1 0
33,091 33,091 00000000bc3e60ccc8d01fa0008fde5650cc95f06ad0858baea534fa14a26ba7 0.00 MB 1 0
33,090 33,090 00000000c9f62c65380fe35e48c58071b4f519e5d133f08a5d7e36d69de984e3 0.00 MB 1 0
33,089 33,089 0000000054f77e5a1b80da2d0b4b22aa29328a981c0115dfff461ba0ee6bbe77 0.00 MB 1 0
33,088 33,088 00000000563312dd8645c5378ab3a8741d555be850e4ebd2ddf7ff0aab82aa69 0.00 MB 1 0
33,087 33,087 00000000922f2f430a388fe020bb48e55808c84574ab9d44f770c4abe9d72d3c 0.00 MB 1 0
33,086 33,086 000000005898988a408140d28e238e9dbcb582777155ae6fabdf184c3ddbb05e 0.00 MB 1 0
33,085 33,085 0000000029ecfbf35064559a62143f09ada971fbe3ef43530aeff619dd6c5616 0.00 MB 1 0
33,084 33,084 000000000c42f1e9c5fadf25220aa8a2c02d7e6dde46e5e26d05e4f8b3c621e3 0.00 MB 1 0
33,083 33,083 0000000041940534447386f2c052b75d7181f5a1b82d5df317a946acb169d44e 0.00 MB 1 0
33,082 33,082 000000006d71cab334ad0c90d2cf2844e8f0486e4e0f49da1671c5c3f38d2f95 0.00 MB 1 0
33,081 33,081 00000000039222169016f19ed333525d6898692adadaed837b69c1f764777083 0.00 MB 1 0
33,080 33,080 0000000081607305e14792b891341d7d1cf92d0eb737cf815f206d5a7b08404c 0.00 MB 1 0
33,079 33,079 00000000627002b821ab6b7f782ff7e17ab04405d8cd3bfc2bb88bf506a0302f 0.00 MB 1 0
33,078 33,078 000000000c940c5de9b915817898e252bb06fc888baf2fbf0db23ec0cf974024 0.00 MB 1 0
33,077 33,077 00000000a70e349cdbbfad81e9c9e14b4837b065f74f06504bf80ddc193cc444 0.00 MB 1 0
33,076 33,076 000000008fb1498f4b763711f0ede3e1d3223bcf849e797fbb14fd0536e559f0 0.00 MB 1 0
33,075 33,075 00000000d7fb95d749683daa9992dd42d65cec72c89f53ab6d109f4338b82b3c 0.00 MB 1 0
33,074 33,074 000000008d02530953cd2bcc9729d5d6700cc4c353085f74409995fd9ad13298 0.00 MB 1 0
33,073 33,073 000000004f7ee1ef30b753fb082b1abf66b4c12d6c06e0fc95df5b63fa19d848 0.00 MB 1 0
33,072 33,072 000000002076b9d1339c4f9dcce651d5312595c077a7d55002a2301d75346cd9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,106.47 GB sent, 111.88 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.