Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,318 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,775 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,774 (35,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,693 876,693 00000000000000000001404746fbea99377fae0d5444a3cec1d47817c274dcee 1.61 MB 3,488 5
876,692 876,692 0000000000000000000069999b7f6450aaa79cf4afdc9f933a771a84454ed9a7 1.33 MB 2,010 4
876,691 876,691 000000000000000000016ffcd974463574dd97f7249495abd20dcde93913bc36 2.69 MB 1,645 3
876,690 876,690 000000000000000000016fa14d9bb8fa17c5de29e8aaa053bdceb76b697abc9d 1.76 MB 4,100 1
876,689 876,689 000000000000000000028312a27c441953af886dc2e00837609108d0298c5c8d 1.35 MB 3,815 2
876,688 876,688 000000000000000000017ad0254009e6c43a7fd54cbe92eb4da04d0ce8806593 2.80 MB 1,298 2
876,687 876,687 00000000000000000001448e83ccd21aec501bb60cb3786d3012fa0d242c1b87 1.62 MB 1,859 3
876,686 876,686 0000000000000000000192f9b2502e6e85754cadc3097d7732ad91333048b3fd 1.84 MB 2,327 2
876,685 876,685 0000000000000000000040a12d17fe3d0cf77534022d1aa1fc89b2a0740907bc 1.93 MB 1,052 2
876,684 876,684 000000000000000000025a42945627631aa69f403dbd29576533929ffe12f9e6 1.76 MB 1,373 2
876,683 876,683 00000000000000000000e8ca9824303b673b02a1e374bcf630ba5a7affb37014 2.04 MB 749 1
876,682 876,682 00000000000000000000c07ef68583b3f90b8cfdb0b56b6fdeddb2a4bd9ef47e 1.65 MB 2,373 3
876,681 876,681 0000000000000000000249881c12218ec0f560c89fb44606e38d364dda74d500 1.79 MB 243 1
876,680 876,680 000000000000000000012d702477970333c445303c63ee5938072466b618c1d3 1.58 MB 2,091 3
876,679 876,679 00000000000000000000b5f0d678a3188415b1d1226264e4cce15aada69e206f 1.32 MB 1,160 3
876,678 876,678 00000000000000000000057164a66dbf54e062b117b20bc5dbb8da6fe86046b7 1.42 MB 2,478 4
876,677 876,677 00000000000000000000ef98ba01c7ff1004605d7e95f50d5cd4817380c957b6 1.52 MB 3,584 6
876,676 876,676 0000000000000000000042bd4a59fd1d403812b2c9fec00ed4c8f3f27770e573 1.49 MB 2,412 4
876,675 876,675 0000000000000000000250fbe3d56eb7cfd0773370d354e5a078306970f98053 1.41 MB 2,167 4
876,674 876,674 000000000000000000026482c5cc5f0e53e44abbc9fd92d3733a7dce3862f76b 1.47 MB 2,501 5
876,673 876,673 000000000000000000010092f570ddca34436d3ec63b1579237f2eaaa6a3ea5d 1.50 MB 1,443 2
Previous 10 blocks ↓
Total Size: 776.66 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,435.94 GB sent, 131.90 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.