Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

592 transactions (0.15 vMB)

Priority:

  • 1 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
910,292 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 585 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,291 (877,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,953 32,953 000000003e12110d6bd5878bb37d8cc7046474e9ca8868da50bc3c02faf511a3 0.00 MB 1 0
32,952 32,952 00000000865fd6ba4165b262b9561ce8f5a522963979a04feac140f76d6f4faa 0.00 MB 1 0
32,951 32,951 000000008e622b03787db1060a4baf8030c0e32018bf815fb6b5cb7b0527cb36 0.00 MB 1 0
32,950 32,950 00000000b0629f7423959731401a10a5e93bacfccd2279c3a7ec9f22776bb769 0.00 MB 1 0
32,949 32,949 00000000705a378058302834d6d554ab08733d0df857c02e1af7a9a4524ecafc 0.00 MB 1 0
32,948 32,948 000000000af273f943e924f59d81bf28b7a949c2267485b3dc3c22a571637e26 0.00 MB 1 0
32,947 32,947 00000000479ff1f8087b110cf871ba0bd29dbefcf31314a84f5ec6bf05ef99b3 0.00 MB 1 0
32,946 32,946 00000000cd19e44a7197897e1cd325032b1b0db11657b0ac25efcabc9caa8ddc 0.00 MB 1 0
32,945 32,945 000000007544443c3fd18be5ceb182d8b69c4e25f72172baf30b556ee71c40a6 0.00 MB 1 0
32,944 32,944 000000001574d1a205ce03770c50bce55aeb234ef70653ed18ecf1db8f1a0dbd 0.00 MB 1 0
32,943 32,943 00000000a1764348dea41de5414216c5b8ba347dfa01b4c976cf72d43e8384a4 0.00 MB 1 0
32,942 32,942 000000003a9ae6c65b12fbcd9973c4635a3d85d39cbd5ea0e19b1cc79f1375a0 0.00 MB 1 0
32,941 32,941 000000007954720a00432cdfd61b175761a6c2ca8c5192574918476321774e06 0.00 MB 1 0
32,940 32,940 00000000632fd82c087ea1f6beda924d43752ec9bdbc338db3ec433bc2144f9b 0.00 MB 1 0
32,939 32,939 000000001f8f83d740d4ab21543b022f47ddf2d57f7a36d636777c631ed41a03 0.00 MB 1 0
32,938 32,938 0000000086377e401882d6e974ffe88962caacfa6371b8099118ba39222f7475 0.00 MB 1 0
32,937 32,937 000000005e085731145a931b49d6012fec86e9cb14c42b39201585178b1517fe 0.00 MB 1 0
32,936 32,936 000000001b1b7f1fbd061a6142a0b902d45fe9067aa4365c52b18648667e4ff4 0.00 MB 1 0
32,935 32,935 00000000b8cc505138a23e54e597755ea2cf9a5e9d5439110869e22801009189 0.00 MB 1 0
32,934 32,934 0000000008e58875c936d217ac799dbe821eb340e8b76ed922a47576c5188570 0.00 MB 1 0
32,933 32,933 00000000841693e9c264edc3d8302ebb107226db2d92c99c81cc9441dbd65bad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,229.65 GB sent, 118.25 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.