Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,768 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,137 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (850,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,995 58,995 000000000088870a38e9b15495a7a5643a013762de58f80c89957a5142a9da67 0.00 MB 1 0
58,994 58,994 000000000940b2c292b08ceeafd832834f9660d90f3889a8f7404ae0b556b937 0.00 MB 1 0
58,993 58,993 0000000007237cbea3269ea340dac94487596b73e6f18dc72d707c8954c2d061 0.00 MB 1 0
58,992 58,992 000000000bd2380883e65623221bec42bb591b769d3a9fe29b3b04dce87f301c 0.00 MB 1 0
58,991 58,991 000000000adfe3fc38d1b1e46315aa9fc2288283b83cecd33dc0a5740bbdffce 0.00 MB 1 0
58,990 58,990 000000000665ed5601a67b78f8b9ebbeba4875a256cbdd3c4eebd320fc276d2f 0.00 MB 1 0
58,989 58,989 0000000006e95bc622e781a0eb6128ef3bb6f84f0360fc5b75ca41b583fa449a 0.00 MB 1 0
58,988 58,988 0000000009201c533a7c5e00f2149c027cd88d181e4ec4efb5d4143de1f6342e 0.00 MB 1 0
58,987 58,987 00000000037aea1f25566f7554a43d394a3b93d0e78fcf8886e98e0ca7d538eb 0.00 MB 1 0
58,986 58,986 000000000d94b76deb397b38c62ff71b2a7074a68ce034e24fa25e6730cc4640 0.00 MB 1 0
58,985 58,985 000000000937e9f08b79b1aa88852185a9fce78fbce1dac50eff06fe97e42956 0.00 MB 1 0
58,984 58,984 000000000708c3b9e738ce37ac4a30e8702c8b9aabb9e670677d14ca3d93398c 0.00 MB 1 0
58,983 58,983 000000000a2f10fcd07bc09c956a11394e6dcad7593e49da6e5e546723676c3b 0.00 MB 1 0
58,982 58,982 0000000007b283d4aca01db2a12503e064e3b0e5cadf3b508a0c0840b87937f6 0.00 MB 1 0
58,981 58,981 00000000001f4bd0e300cb1b18dc221a727b73891c42f2fc7da775644501eca4 0.00 MB 1 0
58,980 58,980 0000000000af57f0175dd02fdee5599c3b9b86baa9b724fc45880210c4db831d 0.00 MB 3 0
58,979 58,979 0000000008c8ed5435e8ae2c41d5ab276b1f568edf0e827bb369e562be92dc12 0.00 MB 1 0
58,978 58,978 000000000e935f686cd50b8d82419586ce38ab63a1191701edf05c34a95ada2c 0.00 MB 1 0
58,977 58,977 0000000000fc57be21e5d58c73a6c0066e12574e7999e3ac742eb36c3d4990ed 0.00 MB 1 0
58,976 58,976 000000000b25381958634cb3dfdb5c19a131588662487ab28d92c2fd7732be08 0.00 MB 1 0
58,975 58,975 000000000a51dc0723046f95bf3d0eb15b2df84728cb3dffe35fdb772d0abc3b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.76 GB sent, 112.53 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.