Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

558 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,282 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 546 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,281 (883,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,716 27,716 000000006798d2727758c633be974afebfe445975fdcc8fd89078d267d1d3a29 0.00 MB 1 0
27,715 27,715 00000000fe92675adb003f1a93d64115dd9934c6dc7e685b09b7d5cfff9dbb53 0.00 MB 1 0
27,714 27,714 00000000a66df241f782c676c69d74f9f8a67b8ba9a433e122896e6341a8f89e 0.00 MB 1 0
27,713 27,713 00000000459e9cfb6f9f297e08103b496244078642b13863141b92b8f7f2e3b5 0.00 MB 1 0
27,712 27,712 00000000321d38a40be7e830e6bc614edbb481fbd7c76d6357156b461189f621 0.00 MB 1 0
27,711 27,711 00000000113eab6d9bf2359723eaf04e56c7eb0166a228196fa8cbe0568db2f7 0.00 MB 1 0
27,710 27,710 000000005a3aefce245e91ea539d111984423f53bfce55834d025b1032e09bfa 0.00 MB 1 0
27,709 27,709 00000000b49bf095dab451af9ed8d6cc8fd199a4a115a2730e416e7835edeb0a 0.00 MB 1 0
27,708 27,708 0000000097b4bd434838d157a55ec9ab83f5c927d10ee1476bf280f7b188df4e 0.00 MB 1 0
27,707 27,707 000000001d0f596ecc5b1561082e81b20417ee1cb9d75e0d1f377f37cf8c6f87 0.00 MB 1 0
27,706 27,706 00000000ad6edaa3e6e7375e5a254fac4e32152ba03113875d9e66f957c0e7a5 0.00 MB 1 0
27,705 27,705 00000000a2c742e1f9aabe3f0781df0efa407905c1d68265b66dc21caee7e3e4 0.00 MB 1 0
27,704 27,704 00000000be29146290e0d019d6bb88695d070449b50bea4c360a9cac6cd2b3b9 0.00 MB 1 0
27,703 27,703 000000002d6e9b10538ca711f6548c751f0f9226ea9eeff3370d3a9c15cf0fc4 0.00 MB 1 0
27,702 27,702 000000008abb409a96b9fdd427354a4894e084d4b2673014652e01a44f2e1d61 0.00 MB 1 0
27,701 27,701 000000004fbb75af7fe1ad4fd865dd39e6eb736120987a989f80628e89d9bd5f 0.00 MB 1 0
27,700 27,700 00000000ca22f224d5d5de7cda6bc4763785a4088b85099a0f8055918a21dfc6 0.00 MB 1 0
27,699 27,699 0000000029a59785c6eb128f0ff283e8cf758faaef75ec04006d00cb24c3ccbf 0.00 MB 1 0
27,698 27,698 00000000af3be5e7a48ea37048e32bd77650effb2719fb365675a0c95b566292 0.00 MB 1 0
27,697 27,697 0000000010ad54cfef60b5a71734ea29e64efb471d12a876d6b30d93ef7b65bb 0.00 MB 1 0
27,696 27,696 000000007ef79bc53453b4c2391f232f8e812241d0ba151e89556bd58708b96f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.76 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,393.88 GB sent, 127.67 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.