Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,813 transactions (1.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,801 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (869,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,682 40,682 000000005887f81f75360454dc3529b209df6ef144c1ab93fb60f30a1136bfc5 0.00 MB 1 0
40,681 40,681 0000000011518e2010c478a4e438c6ce11d2a192020322c0748d610a67a9ec7a 0.00 MB 1 0
40,680 40,680 000000005805041ca7c73b87590bc3102ed4b8f5247c45e06af4dd0e68061d03 0.00 MB 1 0
40,679 40,679 000000005fd11f3edef56735894dd29b67f61ccdb0ff6a0535db74db373b0ecb 0.00 MB 1 0
40,678 40,678 0000000005e331598e12c8b85841759b1dba71bf648ac89fbbb643c660822bf8 0.00 MB 1 0
40,677 40,677 0000000006c5fd7a3b0f7874594553f40bde87a9583c3c0dfdd694fad7d368af 0.00 MB 1 0
40,676 40,676 00000000085971ffe44882148518669b281cbc845d7645eb4ba5d0112fb43a9a 0.00 MB 1 0
40,675 40,675 000000003cfa77aefe3b3be6b9eb9af419de4b093738c8108ce89b4dd443d46e 0.00 MB 1 0
40,674 40,674 00000000245d1ea4b599bd14e04f729c7357f9fc4c0dce0eb5bfc12e01ecd5ba 0.00 MB 1 0
40,673 40,673 0000000061cefd2199220eec2f2ea49691fb13d6daf04ea6650bf0b6c8ccd4b2 0.00 MB 1 0
40,672 40,672 000000002b88594639656651fb0799e3da7229b08984816119b25fc650e36be5 0.00 MB 1 0
40,671 40,671 00000000602492a93d91b7b1fcb1f8d4f4ef73a8922995707d48d5e8aca02301 0.00 MB 1 0
40,670 40,670 00000000104f134700cd960fc249981ebf6039cd0f025d05080a88fc584d8ee3 0.00 MB 1 0
40,669 40,669 00000000545ac8241dd7810dc094c7e989e59618b8858f1ce76772fe883f59fc 0.00 MB 1 0
40,668 40,668 0000000054ff756018c27a257085b5144bfe3e44db63ce6ee445c442fb05c10b 0.00 MB 1 0
40,667 40,667 0000000060d7452835fe395c11bbbea17968214ff94dc11843823084bbfb56a4 0.00 MB 1 0
40,666 40,666 000000001342cbfd49fb37ffbb3ac6fb52b97c455d8be1660f42025e8bc11d51 0.00 MB 1 0
40,665 40,665 000000002b66c2966863513552c1363f53ce84af22fb0ed053e750e44e55be13 0.00 MB 1 0
40,664 40,664 0000000009b2a78025063791e6292a08c4d31d78966af9c0e99eb7311b4440e2 0.00 MB 1 0
40,663 40,663 00000000105d5ac8aebb09c449ae11ef7a1a68d76f8127828248184740c956e6 0.00 MB 1 0
40,662 40,662 00000000287c37b87b5121bd3bc1c4cf9c0b645bdc5d1f2796ec6fbb58d88fd0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.93 GB sent, 121.17 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.