Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,140 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,853 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 1,131 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,852 (447,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,747 464,747 0000000000000000008b7bbc0131170ae2420a0b205dd25adc40ac39a0281690 1.00 MB 2,131 171
464,746 464,746 00000000000000000177361f3a0cb81fe20c20fe7130b2b79688c9d95a47db98 0.93 MB 1,491 166
464,745 464,745 000000000000000000a20de73c35cff9797b3d6c6523bafea2d1aee5783712fb 1.00 MB 1,298 141
464,744 464,744 0000000000000000005154effa0c0c67a8c5cf23bfe521fbe42278065d91ff85 1.00 MB 2,039 192
464,743 464,743 0000000000000000011988dc8b98eb3bcf6b562daa7654b24c24323f5373bca0 1.00 MB 1,800 175
464,742 464,742 000000000000000001e2d9123036aebd9048c6e27bbc1f0bb7236fca4a1a586f 1.00 MB 2,027 190
464,741 464,741 0000000000000000008bb862f6d149aee2919ceacc4d7b46339ca3c9a3ad0719 1.00 MB 1,978 173
464,740 464,740 000000000000000001544af3969c0cc2803184b3337dbfd3893f9a62a12bf15c 1.00 MB 2,787 198
464,739 464,739 00000000000000000045b5c804fee3ac3773fb6462c699e7b32cd518f84e9d8b 1.00 MB 2,482 223
464,738 464,738 00000000000000000086edb6c72b9b1e0dbd5d815c697bc98acc5887d4c3ff76 1.00 MB 2,411 259
464,737 464,737 0000000000000000006d69eb82ee43c331c5404afe08dc074024a490c1953d87 1.00 MB 1,580 148
464,736 464,736 000000000000000001a22e8f0a4b0cc86e6a301d3b0bbc6022a7d1a67139eb5c 1.00 MB 2,205 133
464,735 464,735 00000000000000000199da7b3bc799f1ade982c428d4d05a0d182a5701e38e19 1.00 MB 2,103 145
464,734 464,734 00000000000000000170509070e0536df449c5cc58305ec80ecd8744f9bab6f1 1.00 MB 1,808 152
464,733 464,733 000000000000000000272006bbe74560c262d6b27985902767b08fe174e27918 1.00 MB 2,025 146
464,732 464,732 000000000000000001d822cdcbd79dc37079c2f6353812518214b5c4dde02e8a 1.00 MB 1,131 166
464,731 464,731 0000000000000000018f58d1dcb4e3b25159a35464cf85d8232f77e1b03e82b9 0.92 MB 1,539 194
464,730 464,730 0000000000000000018b2c41fd3279d1135b0012671eaf790ba68cbeb0d08d75 1.00 MB 2,040 210
464,729 464,729 0000000000000000002147160731bcee247f352632c7a24e3788e2c6212862b0 1.00 MB 2,198 185
464,728 464,728 000000000000000001ba8568701949bab6f58a8c319f7c3f87741c006cfbd5ab 1.00 MB 2,690 208
464,727 464,727 000000000000000000f891ddc62aabc77c5ca1416d1dfbff8937169bf25a133b 1.00 MB 2,288 206
Previous 10 blocks ↓
Total Size: 776.82 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,469.11 GB sent, 132.62 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.