Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

134 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,666 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 130 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,665 (878,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,466 31,466 000000009db004eb2c5e1960e7d4f00691e92a9d9faee3c8e9c2758ce467173f 0.00 MB 1 0
31,465 31,465 0000000042b9de97a50ef81235c92834d66f6e1166d347f1404652e678e86fc9 0.00 MB 2 0
31,464 31,464 00000000f5eb394f2f53f9682dac1e9d10bd4e559081cf9d72c27da0a5726a29 0.00 MB 1 0
31,463 31,463 000000003924eeafcc3c90bfe52b6aa5de9034a404df676fb6bf009becbe933e 0.00 MB 1 0
31,462 31,462 0000000036281bb96381fa0393002fde3a6939cf8a9550f11d38f842ab9db12e 0.00 MB 1 0
31,461 31,461 00000000c316d629e6f2cce72bdbf0074f866ab27181fee282d36ca1a07bdfae 0.00 MB 1 0
31,460 31,460 000000002f5663b09abab7b34da2ba6bcc28664f9691b5dfbd02cbbe6c555a64 0.00 MB 1 0
31,459 31,459 0000000039381df514e4cbb6b0340dc0b16b81f8510ac2825142b4b2d5a0071d 0.00 MB 1 0
31,458 31,458 0000000075a0975721e324cc67a156aaa8f7846d4ec9c2cf067ee99b999ce854 0.00 MB 1 0
31,457 31,457 00000000878d3cb3b6386e7803030405b009a1637214f5861fbf9f2db66d4377 0.00 MB 1 0
31,456 31,456 0000000090d14333ace1efe36defb581c76a668f7491771947b9fd86e033652d 0.00 MB 1 0
31,455 31,455 0000000060a2f13f8d59d5960f64892cc2358efabc8976532b7e9b39bbb3ed50 0.00 MB 1 0
31,454 31,454 0000000087615fc8c896e13a361698f31964d74670d0f445d22e6f125bb5b1f1 0.00 MB 1 0
31,453 31,453 00000000b75ad4f731c1cb1677146babd2873fd230abf84ac8310e50d8e0312b 0.00 MB 1 0
31,452 31,452 0000000091e5e4985852a04cfd3032f8be7debfda8a8d1bb8e11beffd0e1fdf4 0.00 MB 1 0
31,451 31,451 00000000d4922bdd4c72419062f1fe1dcb0637592a490879f0a6fb02b791e4c1 0.00 MB 1 0
31,450 31,450 00000000796fea91f5b6da43743cedbb3d96243b05e5cce6c840151654cb8de0 0.00 MB 1 0
31,449 31,449 00000000808ee7fd4c589e9583981f6def23273a19433cb51b012d00b480ab15 0.00 MB 1 0
31,448 31,448 0000000070f39bf40496c9b7bb9c304a89acced6da4f8e3e93dcfd8ffaa10026 0.00 MB 1 0
31,447 31,447 000000008632b505e133779c5c4904a695b1c401829413751313606b1090d858 0.00 MB 1 0
31,446 31,446 0000000054fb1d39257b092ff8a2b24da07afc1f34d2e6270d5902c677854576 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,134.64 GB sent, 112.26 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.