Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

442 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,748 000000000000000000022b910000000000000000000000000000000000000000 0.16 vMB 434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,747 (278,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,726 633,726 00000000000000000009cb904e561544e98c2755a59bf750c4bf9bcc984479ea 1.30 MB 2,624 20
633,725 633,725 0000000000000000000891fcc983665fe061b3c6a800f33bc77ac14770c2d9b7 1.35 MB 2,447 44
633,724 633,724 00000000000000000007494a6667445c77760707e6bcb30724192cdfc9595883 1.28 MB 2,519 20
633,723 633,723 00000000000000000010988af87229af4734ec4953b492f8360b3eac095e7d91 1.34 MB 2,677 36
633,722 633,722 00000000000000000011d0b18ab17e9b39a59c7d091f665aca2b4aadec9af08f 1.28 MB 2,750 44
633,721 633,721 000000000000000000132369bd16c941b9065b5568ab696dd1266574362dba13 1.34 MB 2,046 62
633,720 633,720 000000000000000000071620807d2acf59e36144d2ae813f378d96d9a0d92cbd 1.37 MB 1,920 62
633,719 633,719 000000000000000000142f8ceb1ac1e6ae49c75a721d1401d146856ce78f74c8 1.37 MB 1,501 65
633,718 633,718 0000000000000000000125ed4fe165acaa07f91b083883e40a52e904940047dd 1.12 MB 2,165 18
633,717 633,717 0000000000000000001201e26188f20c78057eece52ae4f9334cc648a7398e12 1.42 MB 1,823 27
633,716 633,716 00000000000000000006b3dec85a6b5ac99cdd960fb927f27f8b1fb98a3e7be9 1.27 MB 3,045 52
633,715 633,715 00000000000000000005a262c4f9e08571a0c9f42d3592afda8b9f2992126118 1.25 MB 2,439 43
633,714 633,714 0000000000000000000abecc1cb25679aa0186e04c54f3e7408cf1780f1d8cc3 1.12 MB 1,796 66
633,713 633,713 000000000000000000124298160ff387bd825c5a9f2f6ffdef879d72e48aa7ea 1.50 MB 1,940 35
633,712 633,712 000000000000000000125a2d3a47d41ab26aa192c9d5c87fa5ce7d288fa0dff1 1.25 MB 3,135 56
633,711 633,711 00000000000000000012d2da2f603aa47ecdbb2b5a8a96f6c6c9d427189e1adc 1.18 MB 1,557 42
633,710 633,710 00000000000000000000f304428cc49d835beab5c148c561589bfe032086eb7d 1.31 MB 2,573 66
633,709 633,709 0000000000000000001465e81cc7b46d2a5fdfea11cd4676ab8189f40c275687 1.29 MB 1,869 41
633,708 633,708 00000000000000000006b2d7bfb2093e7619078695c0f36fc9c2c874ee548848 0.34 MB 626 6
633,707 633,707 000000000000000000025b2955e628da2afc313a9b15773c55196ca7d087b74d 1.25 MB 2,306 25
633,706 633,706 000000000000000000133418bcb05afcf0d4124bdb7bbab5a1c7ebfe8c25a21a 1.13 MB 2,538 15
Previous 10 blocks ↓
Total Size: 776.62 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,428.75 GB sent, 131.67 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.