Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,129 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,722 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,104 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,721 (826,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,781 82,781 0000000000082ea74396f3387b454dc6e0eec60228fd366c927ad8304d4a5b39 0.00 MB 7 0
82,780 82,780 0000000000050a3f3b7877ee019f4ef972805fa75fd94c09a192dea7e9fc3392 0.00 MB 6 0
82,779 82,779 00000000002b735d5be2a735f471d37905718d6d69744ea9c758c5e6c1861751 0.00 MB 3 0
82,778 82,778 000000000007dd88ec086c1ce1477ce15e37e9eb865467047e895b2dfe7f50fe 0.00 MB 1 0
82,777 82,777 0000000000164e9786211b3c983d503a74bb6e7648fc3d217d2ba03a37055546 0.00 MB 2 0
82,776 82,776 0000000000260307c8c951ba38aa9d46dd82d8c3182a72bd2cbbb37dfa4da041 0.00 MB 1 0
82,775 82,775 0000000000150a90e11786d9b8f117e41799602a4854ce18f763a153fbbc2f4a 0.00 MB 3 0
82,774 82,774 00000000000eaabb76d19885452af88e49522fca84b6b2504ca549c881c634bf 0.00 MB 1 0
82,773 82,773 00000000002cf012669d7552edfb2f1c5028f60954748155969ba579ba119550 0.01 MB 4 0
82,772 82,772 00000000001d2c976ba125ede268b486b47b5e289b0071cdde4f3c6d75488af7 0.00 MB 1 0
82,771 82,771 000000000026111e331c5cb7b12a4ba40208c7b94da223f76ef8bff2ac4a1008 0.01 MB 25 0
82,770 82,770 00000000001380d51cc657f9feeb3bbb60d5dd1cfe829ad949cb8328c6187488 0.00 MB 4 0
82,769 82,769 0000000000068be0e4c9b8d39277b20be769d35d14420ecc45e62eb84207f61c 0.00 MB 11 0
82,768 82,768 0000000000270b5cb00177151c90c160c022af7dd44086e71cbbae2459014733 0.00 MB 8 0
82,767 82,767 00000000001bdd757259360f4c9f9310ab300f72c4864be185e8eb397e0d2c98 0.00 MB 3 0
82,766 82,766 00000000002a2f3cec8f2c91a965afa510b6ebb387313fd0fbe8326e51d9727e 0.01 MB 25 0
82,765 82,765 00000000002039e13ca2133277d272a2fc1c49ce4793b9c8dc18ff0a06479aad 0.00 MB 9 0
82,764 82,764 0000000000223b0cae8ff95d2495c774b10035c1fd17b1f3458303983a4b2d6e 0.00 MB 1 0
82,763 82,763 000000000009f9cb3f2a7bb5efd997dd632611042281abc7748dbfc304051328 0.00 MB 7 0
82,762 82,762 000000000019895f954956e352804519acc17dbc79daee8050231b3ed172078e 0.00 MB 11 0
82,761 82,761 00000000002aaaea28ebbb03fbff8e38b02c39b703b8ab9c2f37166bde6b42a7 0.01 MB 12 0
Previous 10 blocks ↓
Total Size: 772.89 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,157.74 GB sent, 112.83 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.