Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,273 transactions (2.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (832,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,843 77,843 000000000054bbd1efaf8181f21641cdd042d8fb76c28f1a7fa24a1dbbaa9bcf 0.00 MB 2 0
77,842 77,842 000000000017015727d675a656a282f56e4d49cae61ae456bd9c541660c292ea 0.00 MB 2 0
77,841 77,841 00000000001b5a7204be4dc0f1dc442ea1203325bb0c7dab0d00396c4d63fbc2 0.00 MB 2 0
77,840 77,840 00000000004786d9f59329f13fa6a57ff66e502f74771934c30b4649da0904a7 0.00 MB 1 0
77,839 77,839 000000000004dff1aa4489497ff672aade8e85f2d9c4ee495ed54ce7fb3fbf62 0.00 MB 2 0
77,838 77,838 0000000000679066c2559d65ad8fde80376562c25c8c28931d9feb3ffcc15b39 0.00 MB 1 0
77,837 77,837 0000000000250c80d330b47063e6be37deb655fbd34801a2f4fb91cc334533df 0.00 MB 1 0
77,836 77,836 00000000004c4a7c21c435aa687e6430987103283bb8e74ac43db1c70de4b128 0.00 MB 3 0
77,835 77,835 000000000050809c831aaefbd33a45adf58224eed9344da5a1612791eb534342 0.00 MB 1 0
77,834 77,834 0000000000295f10162805afa1b5479699b5a27c8e417483d39ec25f349959b2 0.00 MB 2 0
77,833 77,833 00000000002dc38a8cffa039e357255ce62750990b1091ddaddb17c40e2eee56 0.00 MB 4 0
77,832 77,832 00000000000c9fff5b3a3245366f85bd29bfee2ce1ab9dad04093cb7d2759c43 0.00 MB 1 0
77,831 77,831 000000000018ac379266acaded018ed620531410cf11d06cdbdac59e94e66fde 0.00 MB 1 0
77,830 77,830 00000000003d38027c59b5d20e6627b087cd7a49428da3282be5de27029ebe0e 0.00 MB 1 0
77,829 77,829 00000000004f30a6c17d9496137482faa0f8c493ae075d18a594df25fcd02e12 0.00 MB 3 0
77,828 77,828 0000000000471e6cceea4aeeb041170f8382a5be9c940185081c143449f23da5 0.00 MB 1 0
77,827 77,827 00000000002e9869e53e904935fecbd02aed8b4147d3a9d2eb01d4c97ba286a1 0.00 MB 1 0
77,826 77,826 000000000009503a0d6f3cbeff8807ccfb3de884695634ee2a59a7ae15441709 0.00 MB 1 0
77,825 77,825 00000000002b7b65cb790fff6fc3b6a59416ee7680472162d99914f7fef8c4b1 0.00 MB 1 0
77,824 77,824 00000000003db09197fdc8c1f665c2e4d9a8f56f435fb2b28f122161db6007b8 0.00 MB 1 0
77,823 77,823 000000000025fe8ffd97a5a25fd5a0b795ad67feaefa58a5eb4649d84ee7b74e 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.69 GB sent, 121.71 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.