Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

964 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,761 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (17,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,754 894,754 000000000000000000008b2daba0831b4bdd227bbca58841f5bbe96777ec919a 1.52 MB 3,464 8
894,753 894,753 00000000000000000001a953265f2059d1c21aa63856c2ea9c687f0caaf51ae8 1.83 MB 1,773 4
894,752 894,752 000000000000000000011d91c068f3b83c15b0f64a9bb4d5ac1b9ebe8fb996eb 1.69 MB 2,383 3
894,751 894,751 00000000000000000001dcfaa3c39c51b85c6a1f91944178448684d065547200 2.00 MB 1,463 3
894,750 894,750 0000000000000000000194263954c5fea392009a0eb0727fb3c7afc4c9b08679 1.58 MB 2,106 4
894,749 894,749 000000000000000000001f19291b2730619b8e7208c1c325f82b31c6c08efa8d 1.59 MB 3,421 4
894,748 894,748 00000000000000000001bd6dc0a779aab73d76b7ababc11e64e67ba7f8b24567 1.61 MB 3,935 6
894,747 894,747 00000000000000000000ceadd4f9b31543baee9457b74c9c2e89f9573b9af489 1.53 MB 3,520 7
894,746 894,746 000000000000000000010159e90d820a39a8a1ba61d00dcd5968ab6a127bec68 1.53 MB 3,761 7
894,745 894,745 000000000000000000007ec3e41c9977d36c63db709bda8a5191cf8e7262df08 1.67 MB 2,784 7
894,744 894,744 000000000000000000015f30497892dd99a45c7ff157560803d7266ff673e2b4 1.17 MB 948 2
894,743 894,743 00000000000000000000410b373b6173b38e1d8d9f2a80aed672c0a9bf370eeb 1.69 MB 2,876 4
894,742 894,742 0000000000000000000217dbff7305f4175e052e092af37a70292ff96ff17888 1.38 MB 1,538 2
894,741 894,741 0000000000000000000244f781d114f4cb7345a5601e74219adc7c06a5bd6d6d 1.68 MB 3,536 3
894,740 894,740 000000000000000000007fbd62888da85c9c77642290cfef6da00b190403e50b 1.74 MB 3,023 3
894,739 894,739 0000000000000000000044bf435d250aefeca11a8972961346cf2d45ec95ec29 1.60 MB 3,699 6
894,738 894,738 000000000000000000014e936ba1ad84f3fb9f48eaab39e54af07c70c38ed9cb 1.62 MB 4,117 9
894,737 894,737 00000000000000000001129443be74240f97db8a735d6a6833b45526a9e91ee2 1.89 MB 3,733 3
894,736 894,736 00000000000000000000074fdc54b44c5d9e2cc18d8ef9f54e1e5a9598d9cabb 1.12 MB 633 2
894,735 894,735 000000000000000000005681b55c082dd7d6ac9acb82dc92b5608306ffe3bd9d 1.68 MB 3,356 2
894,734 894,734 00000000000000000001087dd7c11f3159f119a470084eb3470a337508d3b8d6 1.64 MB 3,845 8
Previous 10 blocks ↓
Total Size: 776.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,429.18 GB sent, 131.76 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.