Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,168 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,096 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.73 vMB 2,164 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,095 (830,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,097 79,097 000000000054c529fdabd1bb832395ba167c5d6137fa932b47ade7279c2ded08 0.00 MB 1 0
79,096 79,096 00000000002238f612cf352dc9a00b9b1c667d33e875da78abdfb2f4aadaedbf 0.00 MB 2 0
79,095 79,095 0000000000264ead5f228295a3bfa01a6d3141d5f54af8ef2d41cc79d62ada38 0.00 MB 1 0
79,094 79,094 000000000017b943aa938a3f1c5fdea3a77cc6c16434dbea3b11f5a60cb612f9 0.00 MB 1 0
79,093 79,093 0000000000493bd2cb41ad643f11ce4385502821bcd769fec26e8578354ea8cd 0.00 MB 1 0
79,092 79,092 00000000000fe5d140ebec388d14410dd0964ebb1f2c7c004f32c5291dcad3e2 0.00 MB 1 0
79,091 79,091 00000000005bc41e343111c20c15f4d4ec1c908f3cc88c9bb28ddeff436b253c 0.00 MB 1 0
79,090 79,090 00000000003d0e15293a27cfcb4f75dd51742e48a4dae1f5ca73a3dc2ebe6925 0.00 MB 3 0
79,089 79,089 00000000005b2fa11843e902d15b152d5baa32f2ee633950edd22c3b28669e97 0.00 MB 1 0
79,088 79,088 0000000000345d80fc34df716acb49a0f1edc1bab6b6d578539718698488f1bf 0.00 MB 1 0
79,087 79,087 00000000004f971c30e7519fd4350a39e749b4111953654354d2c1c77981fe11 0.00 MB 1 0
79,086 79,086 000000000055a2ace789c2d616b175ceb0c0b625c9da5eeb429f48a7e56411ed 0.00 MB 1 0
79,085 79,085 000000000053466b3e97692c49a0f12e36347ffdf30a9078ee9f7eed22f1cdaa 0.00 MB 1 0
79,084 79,084 00000000004618b4141acf7801ace3cd703e2bfcd6eaf42fa17906f2f4c0f707 0.00 MB 2 0
79,083 79,083 000000000054464ec797040f85fafc5f1d833410a1b034effe1d9c7b3a552fbf 0.00 MB 1 0
79,082 79,082 000000000036bec9c175e637872d6a2049c3215c34b41dde6cad00a2859caa63 0.00 MB 2 0
79,081 79,081 0000000000373b988af097f38a8a9e30623d640d209df25d0b686e445efafea9 0.00 MB 1 0
79,080 79,080 00000000005b9686a9d0d9a78e3f281608efc7ee048f8932957a353e3deb8ff4 0.00 MB 2 0
79,079 79,079 00000000000abfea3c5c76d906a6834a136aae8b5f14ce53d0a30436e507fe2d 0.00 MB 3 0
79,078 79,078 0000000000595f3bd1bdfc613100f288a96e86c3a59979cfc1e01d3918a57efa 0.00 MB 2 0
79,077 79,077 0000000000031a41b6a6b60fbf2d6de92439714efa67b3549ea20f48ab33518e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.57 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,188.00 GB sent, 116.31 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.