Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,724 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (50 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,980 910,980 00000000000000000002102aeed670df8b942caedf9d89f3904bce109cb1ba9f 1.82 MB 2,403 2
910,979 910,979 0000000000000000000149356c39c49d2916d994f82df99c8894d403a84f287b 1.53 MB 3,676 3
910,978 910,978 00000000000000000000aeb10849eac6b821b5686db5d652c993d22fdeb16545 1.36 MB 2,138 2
910,977 910,977 000000000000000000022bc952c3528b330a03d5493a1041e91f2283fd8db726 1.10 MB 1,692 2
910,976 910,976 000000000000000000008d36c08bc8925de68e118818d105fdcda2a8a60fff44 2.04 MB 2,194 1
910,975 910,975 000000000000000000001ad37b27940cd6ee9c71dac2c09cf642e352c6b5a583 2.06 MB 2,083 1
910,974 910,974 00000000000000000000c0de989c5a0f07b337e19aacf7dce2cd4db6bcbb7ccb 2.06 MB 1,326 1
910,973 910,973 000000000000000000019050be1608fd49bd0bca811ea566573fa72dcb423a86 1.68 MB 3,001 3
910,972 910,972 000000000000000000019a2f26d69b79eabbf8dea37e444143dd8ab249ccc123 1.43 MB 2,654 3
910,971 910,971 0000000000000000000028bdde473ed33231bbddef94b8156da9677f8f2ca36f 1.80 MB 2,140 2
910,970 910,970 00000000000000000001a75e8ab316dd4fc97ea43e85f15193506e106d984923 2.28 MB 848 1
910,969 910,969 00000000000000000001552918e341971dd35ffcb5c20c97f45478052c87414c 1.67 MB 3,259 3
910,968 910,968 0000000000000000000224c4058a28ff4af0965a23ef8cf69daaa60ce5f4a8ac 2.00 MB 1,750 1
910,967 910,967 000000000000000000005134ed1b71e0ec284853a5af92e29dbf50b44dac63b4 1.78 MB 3,006 2
910,966 910,966 0000000000000000000011c818d50acc70e48dff4a03ef57e1e78c72f6ffff42 1.65 MB 4,478 1
910,965 910,965 000000000000000000013e595ca6ad24574c39ae285a96fba8392f5caa0a96f7 0.66 MB 1,017 2
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
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.26 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.