Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,786 transactions (0.76 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
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.75 vMB 1,778 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,371 910,371 00000000000000000001e18f8eb96f71aec14976a22e4a0d853bc5b8d56cc562 1.75 MB 2,389 1
910,370 910,370 0000000000000000000168cca2999ca60ca7bc21effc78acd79d418afcc55c86 1.54 MB 3,152 3
910,369 910,369 000000000000000000018f2496733b07694644237d2c7601160b1cd3608d3ed5 1.59 MB 3,518 2
910,368 910,368 00000000000000000002211229dfffba70038faf2bb77af7867ea2c39a694bf1 0.19 MB 460 2
910,367 910,367 000000000000000000019aaaf49ea05b6cdce0ef24f46d6b7cd7d31b7af30de3 2.30 MB 2,917 1
910,366 910,366 00000000000000000000f7450b25433f76b2983e0323efb71a47d5dbee6d31f8 0.48 MB 1,002 2
910,365 910,365 000000000000000000021b3ba8445afb1c6e22a16d7e646bc30d9196425d1066 0.05 MB 133 1
910,364 910,364 000000000000000000021f1c22b7fff1152f64a1013eb763bf3cd7e24d9acbe0 1.88 MB 3,447 0
910,363 910,363 00000000000000000001253543b9baafd70fde44c8edff2c848d41fa37468caf 2.19 MB 3,372 0
910,362 910,362 00000000000000000000d0a99a0e6c641223b9f2e6a41e0af171ae87283b4d0c 1.79 MB 2,880 1
910,361 910,361 000000000000000000011f59545bc00651697caaf95c97098d85c16346bd348a 1.54 MB 3,102 2
910,360 910,360 0000000000000000000110b161f1852e4b74e851c13d78b3da0abe5b2d4a770d 3.00 MB 1,276 0
910,359 910,359 000000000000000000021f100ff94cd8d0efbf6d29851aaf1f6261837d7c942f 2.63 MB 1,618 1
910,358 910,358 000000000000000000006708f059a49b7e4e04c59f3aa81b96156de667baebb7 0.73 MB 1,716 2
910,357 910,357 00000000000000000000dda52f8cf10ca7e9843596ddd20912ac476c32c83b29 1.96 MB 1,615 1
910,356 910,356 000000000000000000007122de7cd39bc4ac5d6fd7dc0e8c63674fdee8fa3349 2.08 MB 1,348 0
910,355 910,355 00000000000000000001dac6a44969251f8767f9b31dff254b061f63716583a4 1.63 MB 3,016 2
910,354 910,354 00000000000000000001e85c1650d9e1cd04f799299408426139f7dfc8ae3726 0.02 MB 51 4
910,353 910,353 000000000000000000012a23b96dd1c0cc4d583948a199c5ac35c3a213666b24 1.87 MB 1,794 1
910,352 910,352 00000000000000000000bc98f42d027583e348b4cde96b84618dbbe188a84257 1.60 MB 3,123 2
910,351 910,351 00000000000000000000fbb45edf2a337eb82878be0bead776655a6455980b9a 1.72 MB 3,210 4
Previous 10 blocks ↓
Total Size: 774.33 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,244.41 GB sent, 120.19 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.