Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,734 transactions (0.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,020 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.90 vMB 3,724 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,019 (106,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,513 804,513 00000000000000000001ebf43306bb70b5b6401f54b08fda7aef018ccaa9cfae 1.58 MB 3,491 10
804,512 804,512 00000000000000000002076c46f0f4f08d49d307d0a339dd61062cb127c31ebe 1.68 MB 4,202 6
804,511 804,511 0000000000000000000424d05c40a2724c40afbf6996d7054fb3a67fb42f0b3a 1.90 MB 5,496 7
804,510 804,510 00000000000000000004f3bc175aa9bd94e4cf9e6fce5e558bcff0b93cc84f87 1.43 MB 2,541 11
804,509 804,509 00000000000000000003844208e0d85617e5ecce9f6d5685b87c6ab0fc76190a 2.07 MB 5,838 7
804,508 804,508 00000000000000000003b63f45d8a400f0d73c8f840d47a086624a13ce788b1c 1.92 MB 5,560 7
804,507 804,507 00000000000000000003cd85ed3eb2b3e820a9516c6c695331c9bbe2a7499226 2.06 MB 5,824 8
804,506 804,506 0000000000000000000240240fa3cdc572cdcf4e53962321c3f867c9af2c4de9 1.79 MB 4,303 7
804,505 804,505 00000000000000000004ae8fa2d3e495a09aac3815a6af99853ce7d3cb515bae 1.66 MB 3,171 8
804,504 804,504 000000000000000000033c0c347e2cccc3043a92f5799927554724493d4ba50f 1.57 MB 3,457 18
804,503 804,503 00000000000000000004cb26d504d5a5c631114e5bdbd262ef21e594641d63b1 1.57 MB 2,681 11
804,502 804,502 00000000000000000000ca0c75e4a226168d8bb00763aad7360e9ba5dadd210b 1.94 MB 4,788 7
804,501 804,501 000000000000000000007b2476941b51a947f9c8a1d9fc73382a0a1e71f1877b 1.55 MB 1,053 9
804,500 804,500 000000000000000000021f850589e6001cdab27ca0c24d7bd8895f59ae7eba87 1.55 MB 2,818 19
804,499 804,499 000000000000000000048329ed4c847d8362f998a7aaa0ec82374ce01cb5be48 1.69 MB 2,966 7
804,498 804,498 00000000000000000003eef8477ac41707df31bebe92e9e8b8c29c1c0c61ef59 1.73 MB 2,729 13
804,497 804,497 00000000000000000004feeaf916b412c6d37654dec3ea2195ec7bd08f74ef93 1.53 MB 3,581 23
804,496 804,496 00000000000000000001b05cd92e8a25d48c13549df0cfb585c173694bfa38f4 1.78 MB 2,414 11
804,495 804,495 0000000000000000000161827e841f9c73b9a8f280484acf43aa211f7f915744 1.80 MB 628 13
804,494 804,494 000000000000000000028bd7215febdb4351d771cef73ff2468d943cd16669aa 1.76 MB 4,555 10
804,493 804,493 00000000000000000003d37f2cc77088575819e59fff765eeef21eef9a14e651 1.99 MB 6,165 7
Previous 10 blocks ↓
Total Size: 775.28 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,360.23 GB sent, 125.14 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.