Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,994 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,026 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,988 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,025 (61 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,964 910,964 00000000000000000001cf8442367ce27c19eebd2b9ecc217d867459b8c85c0a 0.79 MB 1,753 2
910,963 910,963 000000000000000000018f1eb0105ed6b5013a0d34c91093dc4b7c2c5f319f79 1.69 MB 5,060 0
910,962 910,962 00000000000000000001ecee24dad437a675ead6024e6cf43abd37b29a5513a9 1.01 MB 2,452 2
910,961 910,961 00000000000000000001434b79d071f0e430a049a5397748d6b0aae4cd3932d8 1.72 MB 4,630 1
910,960 910,960 000000000000000000011de6f924c6a9623fbb9f419e04739b851e250feac0ff 2.28 MB 2,589 0
910,959 910,959 000000000000000000020b4abed912490d2f26fd7b66eac9f8711d06d270d715 1.75 MB 3,597 1
910,958 910,958 000000000000000000001274a3fbad905703e91b61a0ee9ba4bb919be9869de1 0.40 MB 649 2
910,957 910,957 0000000000000000000194a422f987459373653cdf648a725438d0d353072f9d 1.68 MB 4,027 1
910,956 910,956 00000000000000000001286a37346fa6885129894f4d6d5e7684956f9392bcbd 1.71 MB 3,042 2
910,955 910,955 00000000000000000001412cc31866fc3be0cd44bb8b58feb9c2d0c68c87e4a4 1.68 MB 3,645 1
910,954 910,954 000000000000000000022b9d9a01a351b481275aedb7057a6e4df2d98eb3a8a1 1.87 MB 3,235 1
910,953 910,953 0000000000000000000057161dc79787018f5111175013738eddfb08fa7ead88 1.97 MB 1,629 1
910,952 910,952 0000000000000000000048c33486ba30430fb6df4210c72f9872357ce082665c 1.57 MB 3,064 2
910,951 910,951 0000000000000000000028aab783d9b8222eb6c8923f8ef8e8ae259f4c9a3257 1.64 MB 2,181 2
910,950 910,950 00000000000000000001800392a0ff37df1f604fe2942054ee8a3dad04691f32 1.71 MB 3,496 3
910,949 910,949 00000000000000000000182b550f7c21357c8ea20c58b9fdbcd04da85b651aba 1.74 MB 2,234 4
910,948 910,948 000000000000000000020c540843f052d2aa0d118bc84ae3d614a8558e36e1eb 1.78 MB 2,133 4
910,947 910,947 00000000000000000001ba6d51f8e7117bfbec293b0f590e2c4fc5b85f5b2877 1.49 MB 3,985 7
910,946 910,946 00000000000000000000394ede09dabdbbca3a0528c7798d12b7f10a3116e049 1.53 MB 3,363 6
910,945 910,945 00000000000000000000d195295b5b25783ae899068a45928d6f2cd150b8c2a9 1.90 MB 2,633 0
910,944 910,944 0000000000000000000164cf08e7565c8ed401e67735343249b710ba6fdcdbb6 1.73 MB 1,936 2
Previous 10 blocks ↓
Total Size: 775.29 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,360.64 GB sent, 125.21 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.