Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,575 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,651 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,558 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,650 (840,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,789 69,789 000000000048b58983d9afec388214149e061032c46c6d451a802754e04f1094 0.00 MB 2 0
69,788 69,788 000000000115924edb103e167d0dafceff28e97c0e392d69d5e0bd1e1d42b366 0.00 MB 4 0
69,787 69,787 000000000055161b0bd4930acdaf0580075ce945ca6cf91fb5ce0cb74371ebad 0.00 MB 1 0
69,786 69,786 0000000000df6b43e7c71440fe085ae2c38f1de0c2de77084cf0bf6e2186d738 0.00 MB 1 0
69,785 69,785 0000000000293b78a2833b45d78e97625f6484ddd1accbe0067c2b8f98b57995 0.00 MB 1 0
69,784 69,784 000000000089e95325412f1700a2c52c4bbba98b6bb14bf846fda0e22ec11f08 0.00 MB 1 0
69,783 69,783 00000000009eb34011607c43c19ccad38b19d62a5724ffb4aa2013364eef61a4 0.00 MB 2 0
69,782 69,782 00000000000b662c770092599a667ed1f312942d228604017b4d8edff50dd1eb 0.00 MB 1 0
69,781 69,781 00000000014d4bcbdff17faea4296f125035fa9ad82b92d949ba611de8a3a1a4 0.00 MB 2 0
69,780 69,780 00000000003a30e5b90872844d7d2fb0ab40e5b9e279bcec8cc491872db39140 0.00 MB 1 0
69,779 69,779 000000000096569637137ad990231ff67b19e99e4ae370e7bb312400658fd10c 0.00 MB 1 0
69,778 69,778 000000000103d04e748d233d0c43d7346a91575d499e87c2eebe5fcf38cb141c 0.00 MB 2 0
69,777 69,777 0000000000a9dc5c20a8d0f6bd1565eba78f94d5482ff8e775d3a22706cd53fd 0.00 MB 2 0
69,776 69,776 0000000000717b65b96f855ac09b0b93e0f249627b8186f76297a1fef96f28f7 0.00 MB 1 0
69,775 69,775 00000000013f8f5c438458d8351eefb6c6e9c61418283167f99687cf4543541f 0.00 MB 1 0
69,774 69,774 0000000000dd4132279387b55011f842445bde63bcf480071cafaca325db606a 0.00 MB 2 0
69,773 69,773 00000000016094e08e5887c7c47b72958605aa58ea09fb51c7af0c4f8f40deee 0.00 MB 1 0
69,772 69,772 0000000001632ce648d5bf5087d79ce3c4bd116a069a534e351426e5158b0fd8 0.00 MB 1 0
69,771 69,771 00000000004ce2376b433a531e897de3f5b46dc877c8c07faf442d3f4d17aad4 0.00 MB 1 0
69,770 69,770 0000000000d6ca56a6c957f6b7c64d4598ffe70ce918ac04fc0832ec988c3bce 0.00 MB 2 0
69,769 69,769 00000000007f19d6b372d72aa996d1f0cd906064c11e7cd8de9d190e902fddd9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 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,279.84 GB sent, 121.48 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.