Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,618 transactions (2.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,123 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,550 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,122 (869,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,950 41,950 0000000001cce326f919adf498d08d8ff0138a7ac79b151c2d6517b26168cca8 0.00 MB 1 0
41,949 41,949 000000004c33f643de51ae256074e924926d02f0d401f68d4849379d60a62c87 0.00 MB 1 0
41,948 41,948 0000000001c6b20a618da757ac4395595e382eadaeee39bae038a02e944adc6e 0.00 MB 1 0
41,947 41,947 00000000183017beca4fe3cf4720db8960ef155c9669d1d1cdbfe22b86889d8c 0.00 MB 1 0
41,946 41,946 0000000016f914e0e7c634e6cce4203fa8b014b2ee14b8991728fe3a8ed66751 0.00 MB 1 0
41,945 41,945 000000002672a219e5202b37239454dd9d9fb66626d8de52f425b9d86a9c9ac8 0.00 MB 1 0
41,944 41,944 000000005432c420d880fa99d6a9b779e02b56f5a3c0e5374243d941dd2c8eb3 0.00 MB 1 0
41,943 41,943 0000000031bd5ed94b8b5dae55ffb5dea71a9fe3b68faea3498e0ef27fc56f76 0.00 MB 3 0
41,942 41,942 000000004445b23d4dc08c48cbd079e07a1bbc7d390dc8bbed095b0f6580308b 0.00 MB 1 0
41,941 41,941 000000002544ec453c7abde2c6a3ffcfef4518201e755f178a2201d23fb9b435 0.00 MB 1 0
41,940 41,940 000000004870e23f38a6e2e5b919c76579cb898646510d46c0572fcbd95c1263 0.00 MB 1 0
41,939 41,939 0000000003d5d9bb3b967d144ae77a3f2b3c19d06be62b2654784fd3eda05177 0.00 MB 1 0
41,938 41,938 00000000462ea710429a66ac6639432e29e5d7a73019df831b563e97687d1f07 0.00 MB 1 0
41,937 41,937 00000000083dcea3f92e89e40527fb031f0dbc032b3eb46ba39a347f676c4f02 0.00 MB 1 0
41,936 41,936 0000000023e2e0de55274d06014cf21e84df5503e7a772e6ad557b1bcbd6a62b 0.00 MB 1 0
41,935 41,935 00000000529ab00595c258e6120b609763324ca7b70a144793d490ae6e9f8347 0.00 MB 1 0
41,934 41,934 0000000032f61654d71db621652e7759112fc2cf57068848089b5df94e6dc1e3 0.00 MB 1 0
41,933 41,933 00000000310ee6263e52fd056095865413ad8e9485a4eb41c47322088604dddd 0.00 MB 1 0
41,932 41,932 0000000000e9c6da26cca34227d0dbcb5930f92a8f4f7bb276d2a49bfa404e50 0.00 MB 1 0
41,931 41,931 0000000029c5f860d115d65d2411a0f25e0fa5aba2a1efa94b1e100868898408 0.00 MB 1 0
41,930 41,930 0000000062e924f80f9ee3ec4130c1f7e79bcf5e3674ed24852427e098b8b0f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.47 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,370.35 GB sent, 126.11 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.