Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

253 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,722 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 230 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,721 (872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,849 909,849 000000000000000000019aeae44563a7a4fa8c0493021b508f9961cebc70e777 1.61 MB 2,846 3
909,848 909,848 0000000000000000000196b87b597841b4fa56c291e1cf4ea0700d129016850e 1.60 MB 2,973 2
909,847 909,847 00000000000000000002007d263620a5d74a2502f3ba8d6da6bea18d8dd4c8ed 1.62 MB 2,940 3
909,846 909,846 000000000000000000015e683d89805189f66a0d1697d1ebc2639faeb13409eb 1.69 MB 2,796 6
909,845 909,845 000000000000000000004c299679b61b105b65bdc1cb9d5a47c16a5ba59c79f2 1.57 MB 3,432 5
909,844 909,844 000000000000000000006fcf69b2fde87584e568e4d51e5e14f0cc2679266d3b 2.05 MB 844 1
909,843 909,843 0000000000000000000003dbc7df59fb186bdfea488e5b5855af9d465b7c62ae 1.90 MB 1,909 1
909,842 909,842 000000000000000000015833bf057c3ca8dc9f04c6bcac02cebf11290d997741 0.11 MB 124 2
909,841 909,841 0000000000000000000077304cff439fd9edda8f7cb2b55ed765fab4fb2d1409 1.96 MB 1,382 1
909,840 909,840 0000000000000000000173cab696b94b8086ba0906db07856930e05bd402f624 0.63 MB 1,706 3
909,839 909,839 00000000000000000001a2ee174b17c134518074c4cb51e0f0e9ee3fb5a6db7d 1.85 MB 1,728 1
909,838 909,838 000000000000000000008362f584d34bfddddd6043d0fa61d47183c8adef9969 1.77 MB 3,109 2
909,837 909,837 00000000000000000000da72e5016d00a29457864a44b01fd9868987d57368b4 1.61 MB 2,895 4
909,836 909,836 0000000000000000000115da58252b2c02a4c49c1d94a483c2608fd0c87caf36 2.07 MB 796 0
909,835 909,835 0000000000000000000057cd4139552d3a3b8b7950b195151c4372f88b9bd0da 0.42 MB 963 3
909,834 909,834 00000000000000000000408b75ec4f517051970a59b44d69e3fcee619f6ea09f 1.89 MB 1,396 1
909,833 909,833 000000000000000000009aaa003185099146d571878f5a5904370fa6daf2153f 1.73 MB 3,265 3
909,832 909,832 00000000000000000001c0802ff00705f047b037774579f8d890c8adb38ee03f 2.09 MB 739 0
909,831 909,831 0000000000000000000002b4b14225908444a31c7d4e31b14088e5d2cfbbb25c 2.23 MB 421 0
909,830 909,830 00000000000000000000b9ff70724c7304405d763d5a3b9558c0507ce0c33c55 0.37 MB 887 3
909,829 909,829 00000000000000000001ddf0f8c1741ee1646d0393d4fa8548c690c03364a636 2.15 MB 1,788 0
Previous 10 blocks ↓
Total Size: 774.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,291.60 GB sent, 122.18 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.