Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

980 transactions (0.27 vMB)

Priority:

  • 1 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
909,841 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,840 (889,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,457 20,457 000000006453965f80665c6b1a101f9ae35946aa7d41bd5882285c65ecedd5bc 0.00 MB 1 0
20,456 20,456 0000000097d40caf589d8b95deaf0a03d408d51564e6877bbd128f2e427b387c 0.00 MB 1 0
20,455 20,455 00000000fc05df0f546814f359fb4c28f49f9af7b6c7b79aabeed7755ec2c280 0.00 MB 1 0
20,454 20,454 00000000146965734010e43c5f06f3ebdaf904c2b7408b9afb3361cdeb753528 0.00 MB 1 0
20,453 20,453 0000000072ec08ee7409f7bf0316d9101a8eac2742cc7aabfc22a334c75f3b4b 0.00 MB 1 0
20,452 20,452 00000000041ff8e3cbb319549bf411a472fe1abcf8b2fe17f5d1c29d3648a4b7 0.00 MB 1 0
20,451 20,451 00000000a2d74a660019e7efba4abeacddfcb2bdefe69c45fe6620a1064f3568 0.00 MB 1 0
20,450 20,450 0000000073789cbb842439141b6741ecd4e9443dbf5af46cb9bc415331cc1acb 0.00 MB 1 0
20,449 20,449 00000000f58399d6c123a653cb068cab13dc97f967f0ffbbfb5b68e4a0d1be92 0.00 MB 1 0
20,448 20,448 00000000d19d7f0e36763f170b05f63199cf73d979455fdeefd4cfbef1a75a4d 0.00 MB 1 0
20,447 20,447 00000000e96994af16f529f2d5632a787c7aacde65f5b685040d761610473e7b 0.00 MB 1 0
20,446 20,446 00000000a3c39d18bc921e6cc64b64e2e8a8a3e6d6cdf8f95d48ab569d993ac7 0.00 MB 1 0
20,445 20,445 0000000076b620dd4c58d6750d881a177c34f971af902a5546410b9f7ef2f462 0.00 MB 1 0
20,444 20,444 000000006f9037afeb1ae13e34e0fdd695937f5193dff2cad960b43aa1ca43f0 0.00 MB 1 0
20,443 20,443 000000009fec1d88773a9ef6bf3e7a8a745d894f34ab79043943af3d493d6641 0.00 MB 1 0
20,442 20,442 0000000080c4ccd9fc2b23a96d36f5de27576c18792a0c92177dfa4ecc187ab8 0.00 MB 1 0
20,441 20,441 0000000055fca679ff92380ebf4655129a1b421e272950e27983e84ab02f5d3c 0.00 MB 1 0
20,440 20,440 0000000094522fd8b2d5bec5817363c7ed6432a765078f8d07e65e6fce398d7e 0.00 MB 1 0
20,439 20,439 000000005900fd3ea9d2798d73c82fb994f15ca4819569ffa8bd1ec23a8f002f 0.00 MB 1 0
20,438 20,438 00000000199ddfb75856a000afa29279e1fc6d438d853ad5baeb1b1d012bf861 0.00 MB 1 0
20,437 20,437 0000000031b01e7813d17569ad5963043584e2f72c9537a5875142d7ec2b5861 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.10 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,166.46 GB sent, 113.78 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.