Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,336 transactions (3.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,682 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,021 (857,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,652 52,652 0000000001ef61d7fddee2cc56eaca7a775bb5f1ba884d11d79c596cd42e97f2 0.00 MB 1 0
52,651 52,651 000000001078d4b3533e932a7e8f43dc2dcbd707343fee787e237c5634d0d6c9 0.00 MB 1 0
52,650 52,650 000000000b57e1073076c27d034be64831574e6a0ae060de05a89c513267635c 0.00 MB 1 0
52,649 52,649 0000000014c8ee22fa0e327e4dc6714bef60c0d5314ca23a3accd0bd32cadc84 0.00 MB 1 0
52,648 52,648 00000000005ffe84117103f8197a1663ae3604052f07f9fa81fe9b57f893365e 0.00 MB 1 0
52,647 52,647 000000000ffd8cbcdb5b26b324b3285ca98ad83ce9efedd53d98773918e6ac32 0.00 MB 2 0
52,646 52,646 000000000a3f80938aa874df3a3199398d8ffcd765184834a5f07d3af9a6c2ad 0.00 MB 1 0
52,645 52,645 0000000010c3c5b6b9815ffb3949a5b4f1801d091ad0d39a2d8a0ecbdaafe0e0 0.00 MB 1 0
52,644 52,644 0000000003a8fbb12cc39e85470c69388b7ec732da178889bfebcbd148a1971e 0.00 MB 1 0
52,643 52,643 00000000027b544f8a2739cd4401909ba76d5e6d07a715a7d24dbb3ab04cae3b 0.00 MB 1 0
52,642 52,642 0000000009b710a2d1b42e80df792cfb8000ce0ce5b0ede9b7d92af29ef556f6 0.00 MB 1 0
52,641 52,641 000000000d21e2a30e9e578c34a9edbe549e47de27e77af69444aabde45fe8d1 0.00 MB 1 0
52,640 52,640 00000000131677614ac6534f0f7364dece6c9d5a0a7a5e2fc849e79d948382f7 0.00 MB 1 0
52,639 52,639 000000001509fc085d2de398eb8897101e57665fe5caea240eb8b4ea6f35e1c6 0.00 MB 1 0
52,638 52,638 0000000015ae90bb3b0b5a0a5e2af69212c8856e88647b8c1eaeba286556a563 0.00 MB 1 0
52,637 52,637 000000000ad61e17208dd26c70af36f4401dcf23aa4a9e6b9f40b6b06386fb26 0.00 MB 1 0
52,636 52,636 0000000015b84618b1f2b2bcfd8f1a59d3993cc08e1f341f1d5fe1c0722d123f 0.00 MB 1 0
52,635 52,635 0000000011549b0f79ede2f0339bcea3df880c3872c749cfaa0e22c7e45ebf07 0.00 MB 1 0
52,634 52,634 000000000a97651477a0c9d37b101ca8202fd38f05c086a0658e258d2621a6e7 0.00 MB 1 0
52,633 52,633 000000001276c3dd5e0077fd576360ed34c9253d5abe37b21cca3497ce493841 0.00 MB 3 0
52,632 52,632 0000000004b6c5ccedc642897343aba2a6aaf1827b512275ba6e5a1f90028c21 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.43 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,185.23 GB sent, 115.50 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.