Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

818 transactions (0.32 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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,098 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 804 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,097 (865,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,096 45,096 0000000022b01e8cdd5f06e188537947bcbef35f871f435c52d1098ba0d62090 0.00 MB 1 0
45,095 45,095 00000000386060b6894c730dc54ee778764e03944bc06649c10705869a9fe4c1 0.00 MB 1 0
45,094 45,094 0000000006a54932da58c54548ce814d6ab39d08ac9c167ff806541c1c04c7d6 0.00 MB 1 0
45,093 45,093 000000001983ed82e06e4155bb45e6db94716bbaa504762d2e3d44047d166f74 0.00 MB 1 0
45,092 45,092 000000000406f36391f77359b1f825b8eb4fb3f8f6e538d6557c6c7297f28a9f 0.00 MB 1 0
45,091 45,091 000000001b1fca21a0941fff6051107ea71575e73d575bce2b9433a3efa78217 0.00 MB 1 0
45,090 45,090 000000001650b414a4d7e785633a3982000d9d31f57fd37cb28d0729c4fb7428 0.00 MB 1 0
45,089 45,089 0000000010dfedaea3691b516b87253478dcca0bc904b2ccf1967cd56eec00fc 0.00 MB 1 0
45,088 45,088 0000000003a91759516d88058a45ec2c8cde6da6cc5b1e9954aab2f9115a735e 0.00 MB 1 0
45,087 45,087 0000000011e2191a0b85f2ef9866b7258c26902f0af93d9f0cd53f3c080bff78 0.00 MB 1 0
45,086 45,086 0000000027b743905db019ab6cf0d41265afa17375776831064e435571a9982c 0.00 MB 1 0
45,085 45,085 0000000009b0c9ea7a87c72d5819e29019688320244c443c5b1c3592873adc8c 0.00 MB 1 0
45,084 45,084 000000001cd7e15e71116756a096e12a975be5be40046a71bee506f1e30286a2 0.00 MB 1 0
45,083 45,083 000000002c785e793a21cff2c69bf1e1e762d78ca65c9c8390fc93cfc31ddbd1 0.00 MB 1 0
45,082 45,082 0000000028679d5eab8d72ca75f6a4baf7ebee13df55718fbe5824a8cea4bba7 0.00 MB 1 0
45,081 45,081 000000001bbeafb57202027818fdcb74b3ffd5ffb7cb6e1312922e3f4426f515 0.00 MB 1 0
45,080 45,080 000000000f1ec05b9dd53b69140785f7ea8ca88b42314372e62acbfcc7c0342a 0.00 MB 1 0
45,079 45,079 000000000227e75bdc903de1a65944d9b2039379771c482cad64caf0fa9648ef 0.00 MB 1 0
45,078 45,078 000000003133340418965f768bb69d4580345d3cb7b655d2737acf3d9793e6e2 0.00 MB 1 0
45,077 45,077 00000000308530165b8f4eba6c8bac940534a33541d37ecc671c1f4b2126b0ab 0.00 MB 1 0
45,076 45,076 00000000134e1391ebc1ff5aa0e8cce6837ecbec48a86ebd750d641d7d7f4f7c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.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,188.20 GB sent, 116.33 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.