Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,855 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,479 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,478 (839,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,827 70,827 0000000000a7c635f979197c91d3201dd3d23517ad5da938b5cd81b2ab2e83dc 0.00 MB 4 0
70,826 70,826 00000000000a0d7524d6349a6ed6e9e5b96bb95533e329cbef7276e03fe9455f 0.00 MB 3 0
70,825 70,825 000000000089638f78c36f95abf60f2557e43fea8f07b6ce581bd3b51e09a17e 0.00 MB 1 0
70,824 70,824 0000000000823917d78c246dc8cf7c3c04d5d85e9783e5fceec4ed83468b3f4c 0.01 MB 4 0
70,823 70,823 00000000000a0505160f7855ba2b4ec6edab83a6b88b87d0a2e68ae8b9d21c45 0.00 MB 1 0
70,822 70,822 000000000099947ebba162f3547a220a4b63f05e945273c820237ed835f2d100 0.00 MB 1 0
70,821 70,821 0000000001007e6f699ec2b39b7d784adf68a16050e77ba2888ef42176dd0a75 0.00 MB 3 0
70,820 70,820 0000000000a7e8a556b2e52575188b6c9e5cfb6e5d68f1e162810a870ccd48bd 0.00 MB 1 0
70,819 70,819 0000000000ad6559fbd003eff225e56f680e6e7e7054ee2062dd550a7e56ab5f 0.00 MB 4 0
70,818 70,818 00000000004888424a811b33f340ef82ee2032e0f5a7387b8379b32b22cc87c9 0.00 MB 1 0
70,817 70,817 000000000109391f8a9f7b72fbf363bb431222a12d8d56750449c8d9b5f1a86e 0.00 MB 1 0
70,816 70,816 000000000064a432848ebf70935c4da32a4895d7b4831e80a06627d45847f544 0.00 MB 1 0
70,815 70,815 00000000004fb2cb0bb8ceb0b1b19b5e1a17e65280800d5bf4c34103454f00ab 0.00 MB 5 0
70,814 70,814 00000000001c6ea7cb7e3646a0fa9f86b968616133aecae084c4be731fca18d9 0.00 MB 1 0
70,813 70,813 00000000001c3d492c63c37457d3e3bf95b11e6137adaea61ba1e9eae63fed44 0.00 MB 1 0
70,812 70,812 000000000048828deb9ec3512a796ca93314309dcdf415bf321ab6c3009f535f 0.00 MB 1 0
70,811 70,811 0000000000c3929a0b0a2ff2fdc4fe5a26969fb1d781d3f9b640a96781bf56b5 0.00 MB 2 0
70,810 70,810 000000000109ef59d4e61a5d5074d01422f43736632ecf11ca535af39f45c854 0.00 MB 1 0
70,809 70,809 0000000000c9cd7958ac277cbe35c76bdb043663946a73781a29c905e89888b5 0.00 MB 1 0
70,808 70,808 0000000000acca219d90f09660ccea2a68a8c597c00a448739c7e684a11fa5df 0.00 MB 1 0
70,807 70,807 00000000008cdab39b76a8170c6d9d30b5d184fb76c8fb9cb5eb040e16c2f218 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.72 GB sent, 119.91 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.