Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,995 transactions (2.84 vMB)

Priority:

  • 1 sats/vbyte = (4 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
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,590 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (68 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,557 909,557 000000000000000000000c99abf64f97b1dbdfc8976218c8791c9eaaf0f88d62 1.58 MB 2,943 3
909,556 909,556 000000000000000000018599a208b4c785563c47009c083161ab70bec9359164 1.36 MB 5,473 0
909,555 909,555 00000000000000000002193776ca0db53e04ef8070ee11866eb2a0092101e088 1.98 MB 4,418 0
909,554 909,554 0000000000000000000213c20b7f5689ab51a4afcc44fa3720577849d04ec905 1.67 MB 2,651 2
909,553 909,553 00000000000000000000b4c98d4bc9cdb00ff842542d93e7f4a27c137831690c 1.81 MB 4,122 0
909,552 909,552 000000000000000000004254a1e891b2815772ea618ceafd6d75271bf0a9f664 1.48 MB 3,307 2
909,551 909,551 00000000000000000000bdf974bf38ab45ccc7c4ff33ed4533034fad52be28fc 1.38 MB 3,158 1
909,550 909,550 00000000000000000000829938e0dee63bc8e85c15de3964c5307cf16234ecda 1.80 MB 2,705 4
909,549 909,549 0000000000000000000044b6db9fecf524a5efa63c57319c93363d5b4956d623 1.82 MB 3,594 0
909,548 909,548 00000000000000000000eea0b6bf54dea147eecfc3ce2c617fd413d4aea8483f 1.62 MB 2,868 2
909,547 909,547 000000000000000000002771f66f6dffcac03e974cdb9bba35c7c5ebf7393028 1.68 MB 4,505 1
909,546 909,546 000000000000000000010996bccd2b8f037f8cdea74d2ff238a3d000d6493bde 1.70 MB 3,139 2
909,545 909,545 00000000000000000000a487b96ed4505fae92bf8c866fa1674974589e23947a 1.74 MB 4,283 1
909,544 909,544 00000000000000000001fa8b29ee7c19e87c0c37aab307eb866ec5fa553b298b 1.72 MB 3,144 3
909,543 909,543 000000000000000000008a3ecd821aa33a1778ce8c649734b272312cea1ab2d8 1.68 MB 2,844 3
909,542 909,542 00000000000000000000fb87edcb66b36a0c8d020e716ea536e18c561dc7a673 1.77 MB 4,540 1
909,541 909,541 000000000000000000012d703896602ac5cb9edede7334bd4910f58efc61b996 1.58 MB 2,862 2
909,540 909,540 00000000000000000001446b08123d13f6bbd00d26309c1ee7d712766ad6a659 1.96 MB 1,277 1
909,539 909,539 000000000000000000010b16a01c160756ef4e06630b861d956c7685bd5a11ef 1.77 MB 4,228 1
909,538 909,538 00000000000000000001159ad0bcb02bc521f1697c47a15a8db2991b72f598c1 0.00 MB 1 0
909,537 909,537 0000000000000000000215a8669da0ee078f36d177c2c0d06407c056f25f9c65 2.08 MB 2,732 1
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,107.02 GB sent, 111.89 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.