Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

335 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,791 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,790 (60,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,322 851,322 000000000000000000035765d922ae2fab73b16f26561cdd6a649a50befbe68e 1.84 MB 3,365 8
851,321 851,321 0000000000000000000069f1af4f27fa639299591514fc42310912ba7c35c433 1.64 MB 5,678 7
851,320 851,320 000000000000000000027aba91079971987d694ac9f69380936c257cfe475eb5 1.62 MB 4,095 9
851,319 851,319 00000000000000000000233d47f002ffb0897b5e6ebfa4734763894a30f37c6a 1.48 MB 3,440 8
851,318 851,318 000000000000000000037ff651608959506ff68437b9a29b50b0a16f9a7f815d 1.63 MB 4,686 5
851,317 851,317 00000000000000000001bded40172d269e54490efbb7042311b65acafc9f951e 1.59 MB 7,699 5
851,316 851,316 000000000000000000035b09511ee2e9ec9d62697289e4606c0a9790dcaa167c 1.77 MB 5,035 7
851,315 851,315 0000000000000000000260c98c2e0204f50f3eee622ec2df76d4ddd152773585 1.53 MB 2,514 8
851,314 851,314 00000000000000000002e0c6309c122627530698e0ec841e84c54edf430b57d7 1.66 MB 3,264 9
851,313 851,313 0000000000000000000186df9d931d01d46d450582f22711796209a3378199b7 1.56 MB 3,014 10
851,312 851,312 00000000000000000002a34c0a46b5279cbe7b526cf662d85366794e845874e2 1.46 MB 2,338 14
851,311 851,311 00000000000000000002b6b0e4a418a1c0addda40681e5591d1d4f35eedc8fa8 1.60 MB 2,513 16
851,310 851,310 00000000000000000000051df67c124751497d164dfd8f09d9f7ca2efe897600 1.58 MB 6,454 6
851,309 851,309 00000000000000000003558b0030523e8760f186727e2cde1c35b85495a6ae97 1.60 MB 7,466 5
851,308 851,308 000000000000000000035b3806eaa2ff96de06fd9021f764f3ea4f09b89a5d62 1.55 MB 6,405 9
851,307 851,307 000000000000000000005c1e5acab003d932260662c54389900afba4a931f8e6 1.88 MB 3,727 7
851,306 851,306 000000000000000000001c1004ec4ab18e6d03c9545f22dabbe3eb496b98b9a7 1.62 MB 3,012 11
851,305 851,305 00000000000000000000648de8898771db19340888b6ad297222e602d91543d6 1.91 MB 2,479 5
851,304 851,304 0000000000000000000224ba2ee689f4f653e262ad7f6172c4dfcf0db302d675 1.63 MB 2,717 11
851,303 851,303 00000000000000000000f3214de53d653f496e6e4e98eced99ff7be5cc02dd3f 1.91 MB 2,366 6
851,302 851,302 0000000000000000000142022bbfd617141b0f8e30a8cf719476b4c6f2e03089 1.53 MB 2,947 9
Previous 10 blocks ↓
Total Size: 776.70 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,442.70 GB sent, 132.04 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.