Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,406 transactions (2.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,210 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,902 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,209 (866,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,061 44,061 000000002e06a7a517bf2178db532af8b9c1ee6c2304832c896c66401759e7e6 0.00 MB 1 0
44,060 44,060 000000000f5c822e20abce4a73722ffc29420ff8d773ec2b2cdcbd83a7c1cf6a 0.00 MB 1 0
44,059 44,059 0000000013babfa5a016ef6bdb69f78997bff5b2dd66579f807a9511ab4c0b65 0.00 MB 1 0
44,058 44,058 0000000025bf189a0b8cc87eb21de18e8cbe741b886eac1939f4b17655a26556 0.00 MB 1 0
44,057 44,057 000000002c7359a3a5925369b1cf7bc85b5ed83d9f20b4d09ae0b49a55661577 0.00 MB 1 0
44,056 44,056 00000000166374c456d61b895dafe836585da8eeed5f23f8792c59017a158619 0.00 MB 1 0
44,055 44,055 00000000059cc3c69f6b923b52e066e8783ebfa545bf44010f48900eaf79b49c 0.00 MB 1 0
44,054 44,054 00000000172760de5884eb33ce076964ed932b38ef81094ab7da1e174de64757 0.00 MB 1 0
44,053 44,053 0000000004865655468337af1f261183bae852f4404f5f82631fa6637b2091fe 0.00 MB 1 0
44,052 44,052 000000002a5b74b7e69a947b33dd939f3affcdcd3cf24885f0587ef144eb22e2 0.00 MB 1 0
44,051 44,051 000000002ae25fd2ae6471a4d5dd0caf034604e5c65ce1faeaa57e02297797b8 0.00 MB 1 0
44,050 44,050 00000000336a689b61a39658fc924fd5aa6238f4959e2c0932697264908b17b9 0.00 MB 1 0
44,049 44,049 000000000c4025ee61a37ac15ed36eeda22098b218b7a4a45460a8fa20bea58b 0.00 MB 1 0
44,048 44,048 00000000397fe3d5b10f649f1a4bbe7f3b1113546ed5dbd59f56e0497b1db534 0.00 MB 1 0
44,047 44,047 0000000029c350a27a5369ea104f0e25645eaf3010f3f2526a6e7f3c3f6399ff 0.00 MB 1 0
44,046 44,046 00000000272f4ca1e6d4fd56f96034f2469cf3e40988f953b8f5391ff9ccaec0 0.00 MB 1 0
44,045 44,045 0000000036b1e12c29aaba4f081cda2cabc0d51cffcc17e07dfbb4718e30456c 0.00 MB 1 0
44,044 44,044 000000003e5ceed41f39c75d98b8ef6df755e5a75f86934796b2777d318881b2 0.00 MB 1 0
44,043 44,043 0000000004f91793a27cd9419f845558e6366f9de5121a9c2f31bdc49a362bb4 0.00 MB 1 0
44,042 44,042 0000000016bad054d9f3e3bb8197d2977e66145caefcb626b07fc5c1c486b0eb 0.00 MB 1 0
44,041 44,041 0000000033d2d3b63640df7d24958c12465912d350ed45e65e73706386835b88 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.78 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,196.16 GB sent, 117.52 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.