Explorer IconExplorer

Memory Pool Memory Pool Refreshing

22,840 transactions (6.75 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (9 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 40/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,233 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,968 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,232 (856,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,958 52,958 000000000cebff16df466fe49d2bfe7905cd5b77a06bd86d1b2919f27699429a 0.00 MB 1 0
52,957 52,957 00000000103a244af5619b71d55bec6350b6b24be848b1f33bede6e6f9ad70cd 0.00 MB 2 0
52,956 52,956 000000000b1a711674518cc2ef84f601d1de0bcf53d1bb007b2e808bcd53e37b 0.00 MB 1 0
52,955 52,955 000000000570cc125a4149a8ad960481db40f91be7896d4bd7cac2b8df3fa1f3 0.00 MB 1 0
52,954 52,954 00000000034a874b993b6f5d90592ce5d1aa9f74d854a9f242de4423a6741953 0.00 MB 1 0
52,953 52,953 0000000005fccccd18ffad1f941fc90d94d4c18034773bceee526df03d0a7ed0 0.00 MB 1 0
52,952 52,952 00000000086c23c19922aa63fd75aa99cd6ac5f1c3804bf2a988554caa156291 0.00 MB 1 0
52,951 52,951 0000000015c1e120a1bc6eaf24c6d9d91af37bf7b5ca86dfecca975da22b20e1 0.00 MB 1 0
52,950 52,950 000000000dc43bfb88d572b7afbb1729b963f7f7baccfccdfffa99a42a36a7e6 0.00 MB 1 0
52,949 52,949 000000000e6101dc2e535c6b7cf558a3b8cf02363a3006f3ea19c8c499d38732 0.00 MB 1 0
52,948 52,948 00000000038d96cf9140c25d514296b44ad5e20e06c5adf89790129e9d266734 0.00 MB 1 0
52,947 52,947 000000000a1e5a475b83817ac9f03d20880362a476d89d0d3d47384df1d23f03 0.00 MB 1 0
52,946 52,946 000000000d8dba343b4846bb9255cfb2753bc99b9a287aa5a975e775c4f04cbd 0.00 MB 1 0
52,945 52,945 0000000013c01dd448abd3585487e746193d30994955d112b1b41cb6fac7b812 0.00 MB 1 0
52,944 52,944 000000000ec8f72933e172bd0ee792ec345a51ea5bd25d738ae3cc9f68de418c 0.00 MB 1 0
52,943 52,943 000000000885d35f4c44cac063dba6eec5153ce28cc0328ea175428d6d08d1ab 0.00 MB 1 0
52,942 52,942 000000000faab5a8f89228a237851258a1df10eaff358ce36371a1babb7db185 0.00 MB 1 0
52,941 52,941 00000000101a856f8e6bb04b98a4811babdf39d784bf0d6178f2ee81a0366451 0.00 MB 1 0
52,940 52,940 000000000e700000f34596a93cdea9f00518ef2394becee2bf6069733ba92c32 0.00 MB 1 0
52,939 52,939 000000000e3fe43446347aa314bfd2ed2890e7d3e6aec288d261f118de84340b 0.00 MB 1 0
52,938 52,938 00000000102742858a4864914de32bdfa2d04fccf4d5e1381bf7ee887f235668 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.97 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,014.68 GB sent, 107.82 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.