Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,006 transactions (5.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,177 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (94 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,178 909,178 00000000000000000000465b41c6b7403d220288ff7d48591f952b6c1496949d 1.68 MB 3,744 4
909,177 909,177 0000000000000000000043239280f0e614147d42bab10b7b403652c053dec494 1.55 MB 4,556 2
909,176 909,176 000000000000000000010e969520668271ff9b2b885833fb6f50a51d58975355 1.31 MB 3,285 2
909,175 909,175 00000000000000000001a3f74aa5901877a34cf57f4b8036de061d38ed87aed1 1.61 MB 4,632 5
909,174 909,174 000000000000000000010441b8cb9d9ce5e2725c2bfe4694010cd88db4c7e948 1.61 MB 4,009 3
909,173 909,173 0000000000000000000113d9c5383a78b3043978ffafdbbcb284a5594e617982 1.80 MB 3,892 6
909,172 909,172 0000000000000000000060b43ea9cedbc786eb17afecaa07af38b0fcb1678deb 1.52 MB 3,750 3
909,171 909,171 000000000000000000020d19643ca028f506d859cf31b5beb350af748b53d8c8 1.47 MB 4,108 4
909,170 909,170 0000000000000000000191541f370a14449c6c7837327639e721f0f513941400 1.48 MB 4,561 4
909,169 909,169 000000000000000000016d6c2dd3e469ee2fa5ac9e897408e98b2ac758b9834a 1.53 MB 4,874 4
909,168 909,168 000000000000000000011f82929a8598d75a05ef4c02d077b635e93753d7e991 1.43 MB 4,091 5
909,167 909,167 00000000000000000001f2f08ec258affde774540d8991b69e0f175c7cd73991 1.49 MB 3,689 3
909,166 909,166 000000000000000000000c82550c7fd4fef311c1d4074af73e25e1f601709616 1.77 MB 3,260 6
909,165 909,165 00000000000000000000873f479874d75edaa83bd452040eae2dc53dc5980cf7 1.53 MB 4,589 5
909,164 909,164 000000000000000000011c482cab25d7972a1601d065a9b96af53d62b1d96037 1.42 MB 4,034 2
909,163 909,163 00000000000000000000182daa37237a533107a6c94a70d547d74dbbb0226785 1.52 MB 3,403 2
909,162 909,162 00000000000000000001c85094e6e31a6fdc608181f8e61ba0e897914b362139 1.52 MB 4,162 4
909,161 909,161 000000000000000000015f4b05791a03bb5bdd7233f6d4dccb2227d8c2cc9659 1.50 MB 3,143 3
909,160 909,160 0000000000000000000044a0203f411179088fc93fd80d4b94521abb53b447fc 1.52 MB 4,206 4
909,159 909,159 000000000000000000007ba1188dbe31471a783241d10327e5574c83ffae5db7 1.60 MB 3,142 1
909,158 909,158 000000000000000000021425ff7d301f01015c913731289f7560146df366fce8 1.44 MB 3,914 3
Previous 10 blocks ↓
Total Size: 772.04 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,045.89 GB sent, 108.27 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.