Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,687 transactions (1.41 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
911,928 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,927 (318,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
593,672 593,672 0000000000000000000dfa1d711d4dfe8fd402e49d739dd68524ea09747dadb7 1.09 MB 2,236 6
593,671 593,671 00000000000000000013d358e144014acbf79bd3bc7457dc73aef4d0e4639385 1.28 MB 2,765 33
593,670 593,670 0000000000000000000140372698cfed845b4d94160ad31286a5f40b4801f67d 1.33 MB 2,465 1
593,669 593,669 000000000000000000104969e38f02102ee1eccdd2f2a6901f24d58e81df48d2 1.23 MB 2,784 20
593,668 593,668 000000000000000000111fba5d0133dfbbd4ad986c10ce642dc87d2a1b21b6a8 1.30 MB 2,693 24
593,667 593,667 00000000000000000005b1de2444d499839dcde492fcb00f2b3390da50fc752b 1.20 MB 2,620 40
593,666 593,666 0000000000000000000991739a50c479755f65ce33fb73e7a76ec86b555a9431 1.14 MB 3,230 8
593,665 593,665 00000000000000000005ef0bbb3d2f70ae6150cddf41679c63a6d2f5d6d2ea48 1.28 MB 2,447 32
593,664 593,664 000000000000000000001ee89ab024cf3ef7769c1458de99df1f49d032a40fc1 1.27 MB 2,937 28
593,663 593,663 000000000000000000174bc9afea2933b313134c3153a2a34d6a4ba79d2056e6 1.23 MB 2,989 23
593,662 593,662 0000000000000000000def588a75c29c8c95cb6b0e0b1b694b18c522a9411674 0.50 MB 1,414 20
593,661 593,661 000000000000000000107cec181e8d7ba53001413c6fb1a503c1967a8a778696 0.25 MB 563 32
593,660 593,660 00000000000000000012dd6372d22bdb2680e3435238592181ec5e08c66d6e55 0.80 MB 1,864 2
593,659 593,659 000000000000000000161156dd16ec92dadaf0ad7f9f2674ce58b9472a4cfae4 1.22 MB 3,043 26
593,658 593,658 00000000000000000011b665a0289788ab6947d19d08a8d4c83197c59d5237aa 1.20 MB 2,665 20
593,657 593,657 0000000000000000000ad772bf40201d4884173b9fbc525dc4c258174c735cd4 1.18 MB 2,278 15
593,656 593,656 00000000000000000000f86d904b8dd7d5c876c58ae743e8a6a7d07d31b13634 1.20 MB 2,149 33
593,655 593,655 0000000000000000000656ada1903f093ed2ba6ebbb05c84c9ec96e7991581d1 1.15 MB 1,932 21
593,654 593,654 00000000000000000007396a31880cbc52bb98842788bf43cc1d42fea1b8ccdd 1.23 MB 3,019 44
593,653 593,653 0000000000000000000cc2844e12d9ff4fc657a40c07f05745497e1031d25650 0.69 MB 1,795 23
593,652 593,652 0000000000000000000d36a42939b71de3777a774be0e7a783350c46c9d02eb3 0.61 MB 1,650 24
Previous 10 blocks ↓
Total Size: 776.95 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,491.13 GB sent, 133.22 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.