Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,131 transactions (4.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,194 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (828,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,775 80,775 0000000000348893340147755a28283ba5b357a684753004ea74365f9e2c5a55 0.00 MB 1 0
80,774 80,774 0000000000111e8ed32234560ea993cff20f3a8b3b44eaaff2f4086cfdf02323 0.00 MB 1 0
80,773 80,773 00000000001479c73b32934d53dd405ef05b3fce105b5c29d6357badac3549a7 0.00 MB 1 0
80,772 80,772 000000000023438cfa0517bc9767405b1e5bf6783f4aa3d9fe94cd492486ef6f 0.00 MB 1 0
80,771 80,771 000000000038e13c9a7b4aad469ed23ff12a72ba66c4d52088b316dbf04b98c8 0.00 MB 3 0
80,770 80,770 00000000000bef1201572d126e18d21a14175fe4b693fdcde98e9af8eeeabf6b 0.00 MB 1 0
80,769 80,769 0000000000286281a61d81710d2e3f3398e0d55661c2ef9fe429a1bd8be8e2de 0.00 MB 3 0
80,768 80,768 00000000002f0a6bcdfca37ccd8d651e212928398e28932e4f2cdd2b42298248 0.00 MB 1 0
80,767 80,767 000000000008aa17cc05f21901c5e092fbd7fe3ca72088cf78b7a140e237d954 0.00 MB 1 0
80,766 80,766 000000000035b52928c756c522c3e64d073e966cd2e36b5ba8ad2c1a900e94cc 0.00 MB 2 0
80,765 80,765 000000000034edffbc788bc6f6dbdb8f504b40a00271f615a13499114e2912dd 0.00 MB 2 0
80,764 80,764 00000000002476450e40a686936c8a7845a86cb120c5f3e338e8029d8494bfbd 0.00 MB 1 0
80,763 80,763 00000000002dcbd4eba1c967a80cbfc9ccd1bb0ab5852e9e10a3462fcbe01061 0.00 MB 1 0
80,762 80,762 000000000013b4e57f327080a46182146bc4ac342b7c46b2693ecb694e2a3cc3 0.00 MB 1 0
80,761 80,761 00000000000aea50bacb1a39f900b24e530cece688722f26d8394906953cbc07 0.00 MB 5 0
80,760 80,760 0000000000058c3d47d1410caad22f5266e617ce1fdcd739fa0e20574318d2f4 0.00 MB 6 0
80,759 80,759 0000000000189ff509c58ae6479b76b3d8037c3413e0fcfce9c2fd708fb9a656 0.00 MB 3 0
80,758 80,758 0000000000057d1e8322b8f0b5f16913a11e9d41ec249b03f934508fd1043e33 0.00 MB 1 0
80,757 80,757 00000000002a4073f8c2dc6c59144c9fc2e971b98106d4c551d5da9a056b7029 0.00 MB 1 0
80,756 80,756 00000000001f0b12e0db09c1a047ce14a607df17553fa3473a309b7181c25147 0.00 MB 1 0
80,755 80,755 000000000046468b2a24f9fc922fe961221828f63a8c93fde06aba7ef748d823 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,153.43 GB sent, 112.56 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.