Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,977 transactions (1.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,910 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,227 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (851,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,699 58,699 0000000000b4fa8c52bb87fab14130b5f6a53d2c3954dcb35568c1d51c9cd7c1 0.00 MB 1 0
58,698 58,698 0000000002198232a6f90d4fa023f96ea7c36ea56864b3c3662270ebb22364a3 0.00 MB 2 0
58,697 58,697 000000000962588292d5df507bc819983f4eb0a5c51a8f67f253e7761e373847 0.00 MB 1 0
58,696 58,696 0000000004c7d00549fc83c1a3eeb4f25d13b2052419798658997cb2a5be7632 0.00 MB 1 0
58,695 58,695 000000000aa0c98835b27bb691c8460c1755b34a640f53c63282fe9579cc3ce9 0.00 MB 1 0
58,694 58,694 00000000079ecb85a426eb81a0193dbbb4cdc49b82c4ce256facd20958a0989b 0.00 MB 1 0
58,693 58,693 0000000001e3bbbc867407a392bba00575f40dcb580d8cf62f427dcec046ddff 0.00 MB 1 0
58,692 58,692 000000000095a6745aecd06fb2c73185583c040f0c4fb081c3277394e7a998ec 0.00 MB 1 0
58,691 58,691 00000000068eea1395267f6263079a7a6abf39a474efc449a5378306a0a6996d 0.00 MB 2 0
58,690 58,690 0000000003ff925e165e36374cea4d9a16d0b8ff7cad9367bb74478a94ea11bd 0.00 MB 2 0
58,689 58,689 000000000caf72ab2148fc3af698c8f3a70d96da2cc260ab46d9ee12c7f2d084 0.00 MB 1 0
58,688 58,688 0000000005a78f3163a1463a9dc8ddcb603f3836d3db40cc3e60393543de7f7b 0.00 MB 1 0
58,687 58,687 00000000070a8738fffa9280bc43f2c42928b75202931586db13c629c7a38a0d 0.00 MB 2 0
58,686 58,686 000000000e64c4b4c74669340fc4c9a844a2705fd271af2f2ee5aa7ca121eb92 0.00 MB 2 0
58,685 58,685 00000000036eb3945363709ceb57198dc569ca6077ddcc0ae523362dc4d5e7c8 0.00 MB 1 0
58,684 58,684 0000000002174ddba304e6b0e459663fde3859f357f79e86db2bb2c4ba595333 0.00 MB 2 0
58,683 58,683 0000000008e20031df4afcf45c9c71b13b663008236accc63d2f68cd899b295d 0.00 MB 1 0
58,682 58,682 000000000322e2f43ab804da63c9316a94b9a36976eab66d6409d4a932e67a57 0.00 MB 1 0
58,681 58,681 000000000a506d9fd1b8f087ae13951400eaa3eb0e3686b93affcc022de02821 0.00 MB 1 0
58,680 58,680 000000000065fcf1ae66c847404948afcb1bca0c8c7b14d0cb63887e478604af 0.00 MB 2 0
58,679 58,679 0000000004fc7920997d7c3801d08e461b4a5fae8fb1570175fe6cb230c9b4fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.54 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.