Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,173 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,644 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.76 vMB 2,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,643 (821,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,701 87,701 000000000007c781c543bfcb609a7954f7d8a63d6cae16844fbc9f0333653377 0.00 MB 2 0
87,700 87,700 00000000000a4e76f88562305f1b68f5e8565564f4c402a7f64fc8e6ade23447 0.00 MB 1 0
87,699 87,699 0000000000017354f688c0504d1c01e5fdfc0b40e8e066ac95f1bfdd19a12c0d 0.00 MB 2 0
87,698 87,698 000000000003a43a684a18c33ec58f06cdfcbc1cce9b6e2ed00d1e41afec356b 0.00 MB 5 0
87,697 87,697 00000000001730c7934cdd98a716e9c5b05ae0203306aa6661bb139e6584e548 0.01 MB 6 0
87,696 87,696 0000000000094132f41c0c009679a9776177583aeeddf15f78a40113a29af024 0.00 MB 5 0
87,695 87,695 00000000001cb9878ee830b0c5c493b888127b1b859b3a25479d956cdc38c13c 0.00 MB 2 0
87,694 87,694 0000000000111cfa8579673090ba6af98e090c5281ce98b95485eb91b8b982ec 0.00 MB 2 0
87,693 87,693 0000000000195e0f5221a17d7a342672e6078550ef99b2aee63a7693424078ee 0.00 MB 1 0
87,692 87,692 000000000012399aa8e5fff69464c5faeba46f8663b7dcbecad83e37beb3ec63 0.00 MB 1 0
87,691 87,691 00000000000bdaa9ea34c31697f2786891cc1559b811c24c2040053f17f7c1a9 0.00 MB 2 0
87,690 87,690 00000000001929f7a1dfa282f4041b1cfcb16c4158498d46364a60c579e7dd2d 0.00 MB 2 0
87,689 87,689 00000000000fe3d195a1c5f88b7d393694ee24367d559d580cca50dcf012c57b 0.00 MB 1 0
87,688 87,688 000000000018d1a2a9050e5fe8f112d092c555592f7d5bff4a2204a9a5061840 0.00 MB 2 0
87,687 87,687 00000000001a976084fd1ceaa8b979dc397b46bca4a72bdf2a17eb8e275f62b7 0.00 MB 1 0
87,686 87,686 00000000001401267d3bf2e81eb4326528f5d900a4113de397aac43ba635ecc1 0.00 MB 6 0
87,685 87,685 00000000000a02b44138852077bd64623590ad87104f68eef2c0b445d6ca0e3f 0.00 MB 3 0
87,684 87,684 000000000017910ad7391512633cd242818225f01540ae0938584922b9f0ecb0 0.00 MB 3 0
87,683 87,683 000000000015dbc7c36801cefd3124d73a3f99274a799a1bfa3a371f3d6b88fc 0.00 MB 1 0
87,682 87,682 0000000000027df5505960876e78324b73f32605a1bcc405ad5d198de3b0b602 0.00 MB 3 0
87,681 87,681 00000000001510ecc142e46a9cfa50a475d65c988462bd18dc9b6911ffc621b9 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 772.75 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,118.53 GB sent, 112.05 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.